commit | 33da70ab000ae0f471105a790190b758cc3eb8a1 | [log] [tgz] |
---|---|---|
author | Austin Sullivan <[email protected]> | Wed Oct 07 15:39:41 2020 |
committer | Commit Bot <[email protected]> | Wed Oct 07 15:39:41 2020 |
tree | fdbdae726abc592c9e99f582a122cda86eba6fff | |
parent | 4b418527ec5b6c1d798683eca13f2b50926b55c4 [diff] [blame] |
Update the Chromium Codelab - New top-level //codelabs directory - Update exercises 0-4 to compile - Add mojo exercise Previous codelab is here: https://www.chromium.org/developers/cpp-in-chromium-101-codelab Bug: N/A Change-Id: I2218160fa9efc8017dce809db8546604ade7e5d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414488 Reviewed-by: Victor Costan <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Marijn Kruisselbrink <[email protected]> Reviewed-by: danakj <[email protected]> Reviewed-by: enne <[email protected]> Commit-Queue: Austin Sullivan <[email protected]> Cr-Commit-Position: refs/heads/master@{#814678}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 69af581..2e6e7ca 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -68,6 +68,8 @@ r'ios[\\/].*_app_interface\.mm$', # Views Examples code r'ui[\\/]views[\\/]examples[\\/].*', + # Chromium Codelab + r'codelabs[\\/]*' ) _THIRD_PARTY_EXCEPT_BLINK = 'third_party/(?!blink/)'