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

Unified Diff: chrome/common/extensions/PRESUBMIT_test.py

Issue 2937753002: test
Patch Set: Created 3 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
Index: chrome/common/extensions/PRESUBMIT_test.py
diff --git a/chrome/common/extensions/PRESUBMIT_test.py b/chrome/common/extensions/PRESUBMIT_test.py
index 7ac79b06820b397d1594a0b572319182c8c9a796..d9c1790011fe55df5911481e841406f4f0ce7009 100755
--- a/chrome/common/extensions/PRESUBMIT_test.py
+++ b/chrome/common/extensions/PRESUBMIT_test.py
@@ -27,6 +27,7 @@ class PRESUBMITTest(unittest.TestCase):
self.assertEqual(expected_files,
PRESUBMIT._CreateIntegrationTestArgs(input_files))
expected_files.append(os.path.join('apps', 'fileSystem.html'))
+ # TODO: wtf?
input_files.append(os.path.join(EXTENSIONS_PATH, 'api', 'file_system.idl'))
self.assertEqual(expected_files,
PRESUBMIT._CreateIntegrationTestArgs(input_files))
« no previous file with comments | « chrome/browser/media_galleries/media_galleries_permission_controller.cc ('k') | chrome/common/extensions/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698