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

Unified Diff: extensions/extensions.gyp

Issue 227153004: Adds the foundation for extensions test suite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index f941aef407ecc422f7df149b909bf0c4ced57554..22e08531aebf9fce8afa71b9a548ac07a24454f5 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -448,7 +448,6 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
'extensions_common',
@@ -467,6 +466,7 @@
'common/url_pattern_set_unittest.cc',
'common/url_pattern_unittest.cc',
'common/user_script_unittest.cc',
+ 'test/extensions_unittests_main.cc',
],
},
]
« no previous file with comments | « no previous file | extensions/test/extensions_unittests_main.cc » ('j') | extensions/test/extensions_unittests_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698