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

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

Issue 1153933004: Flip GN bots to be purely driven by //testing/buildbot/*.json files for tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add comment explaining the lack of android tests Created 5 years, 7 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 | scripts/slave/recipes/chromium_gn.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/api.py
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
index 81c4887232727e3b90bd1a71f1bb8c19728f31b8..caea92bccf1bb4e179b7b1eadb39eec46316421d 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -604,20 +604,6 @@ class ChromiumApi(recipe_api.RecipeApi):
script=self.m.path['checkout'].join('tools', 'mb', 'mb.py'),
args=args)
- def run_gn_check(self):
- # TODO(dpranke): Figure out if we should use the '_x64' thing to
- # consistent w/ GYP, or drop it to be consistent w/ the other platforms.
- build_dir = '//out/%s' % self.c.build_config_fs
-
- self.m.python(
- name='gn check',
- script=self.m.path['depot_tools'].join('gn.py'),
- args=[
- '--root=%s' % str(self.m.path['checkout']),
- 'check',
- build_dir,
- ])
-
def taskkill(self):
self.m.python(
'taskkill',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698