Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: recipe_modules/gclient/config.py

Issue 2183393002: Enable testing ICU CLs on chromium trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/gclient/config.py
diff --git a/recipe_modules/gclient/config.py b/recipe_modules/gclient/config.py
index 7bbcb9cecca00fedc3cfb21660ed2710bc999806..851dbb0578362e7c3916e11bd1309415b2bccecb 100644
--- a/recipe_modules/gclient/config.py
+++ b/recipe_modules/gclient/config.py
@@ -165,14 +165,15 @@ def chromium_bare(c):
p['parent_got_webrtc_revision'] = 'webrtc_revision'
p = c.patch_projects
- p['v8'] = ('src/v8', 'HEAD')
- p['buildtools'] = ('src/buildtools', 'HEAD')
p['angle/angle'] = ('src/third_party/angle', None)
p['blink'] = ('src/third_party/WebKit', None)
+ p['buildtools'] = ('src/buildtools', 'HEAD')
p['catapult'] = ('src/third_party/catapult', 'HEAD')
+ p['flac'] = ('src/third_party/flac', 'HEAD')
+ p['icu'] = ('src/third_party/icu', 'HEAD')
p['pdfium'] = ('src/third_party/pdfium', 'HEAD')
p['skia'] = ('src/third_party/skia', 'HEAD')
- p['flac'] = ('src/third_party/flac', 'HEAD')
+ p['v8'] = ('src/v8', 'HEAD')
p['webrtc'] = ('src/third_party/webrtc', 'HEAD')
@config_ctx(includes=['chromium_bare'])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698