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

Unified Diff: scripts/slave/recipe_modules/gclient/config.py

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase again Created 7 years, 1 month 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
Index: scripts/slave/recipe_modules/gclient/config.py
diff --git a/scripts/slave/recipe_modules/gclient/config.py b/scripts/slave/recipe_modules/gclient/config.py
index d35ee3483d4f75b19ee28e91831be1f61f9caeeb..2ae7b08aef47d2e93fe0ef031ef8927e4417e931 100644
--- a/scripts/slave/recipe_modules/gclient/config.py
+++ b/scripts/slave/recipe_modules/gclient/config.py
@@ -259,5 +259,3 @@ def tools_build(c):
s = c.solutions.add()
s.name = 'build'
s.url = ChromiumGitURL(c, 'chromium', 'tools', 'build.git')
-
-

Powered by Google App Engine
This is Rietveld 408576698