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

Unified Diff: scripts/slave/recipe_modules/rietveld/api.py

Issue 1209423002: Add support for build_limited subprojects in presubmit builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix Created 5 years, 6 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 | « scripts/slave/recipe_modules/gclient/config.py ('k') | scripts/slave/recipes/run_presubmit.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/rietveld/api.py
diff --git a/scripts/slave/recipe_modules/rietveld/api.py b/scripts/slave/recipe_modules/rietveld/api.py
index 14d1cef1b41fc961b864de56456d3d54d3f7e80b..1544e390f6193a7192ae61e594a948101dea967d 100644
--- a/scripts/slave/recipe_modules/rietveld/api.py
+++ b/scripts/slave/recipe_modules/rietveld/api.py
@@ -32,6 +32,7 @@ class RietveldApi(recipe_api.RecipeApi):
patch_project_roots = {
'blink': ['third_party', 'WebKit'],
'v8': ['v8'],
+ 'build_limited_scripts_slave': ['scripts', 'slave'],
}
# Make sure to update common projects (above) with extra projects (and not
« no previous file with comments | « scripts/slave/recipe_modules/gclient/config.py ('k') | scripts/slave/recipes/run_presubmit.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698