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

Unified Diff: tools/autoroller/unittests/roll_chromium_revision_test.py

Issue 2520253002: DEPS: Cleanup extra_gyp_flag and extra_gitignore.py (Closed)
Patch Set: Created 4 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
« no previous file with comments | « tools/autoroller/unittests/DEPS ('k') | webrtc/build/extra_gitignore.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/autoroller/unittests/roll_chromium_revision_test.py
diff --git a/tools/autoroller/unittests/roll_chromium_revision_test.py b/tools/autoroller/unittests/roll_chromium_revision_test.py
index cb3c776a843b67bf98db8226de586a68ebd0ea8f..7c899e92a990b8c4fd52f1bade0eab32756f60fe 100755
--- a/tools/autoroller/unittests/roll_chromium_revision_test.py
+++ b/tools/autoroller/unittests/roll_chromium_revision_test.py
@@ -21,7 +21,6 @@ from roll_chromium_revision import ParseDepsDict, UpdateDeps, \
GetMatchingDepsEntries
TEST_DATA_VARS = {
- 'extra_gyp_flag': '-Dextra_gyp_flag=0',
'chromium_git': 'https://chromium.googlesource.com',
'chromium_revision': '1b9c098a08e40114e44b6c1ec33ddf95c40b901d',
}
@@ -61,7 +60,6 @@ class TestRollChromiumRevision(unittest.TestCase):
def assertVar(variable_name):
self.assertEquals(vars_dict[variable_name], TEST_DATA_VARS[variable_name])
- assertVar('extra_gyp_flag')
assertVar('chromium_git')
assertVar('chromium_revision')
« no previous file with comments | « tools/autoroller/unittests/DEPS ('k') | webrtc/build/extra_gitignore.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698