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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 12088096: Enable the unit tests in src/extensions/ dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 04bdb4560f71d6d3953b35ad5b92d2fe0ff579c5..a32b8a04a900e41536af3becaa0c74152b93e8ed 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -37,8 +37,6 @@
'..',
],
'sources': [
- '../extensions/common/url_pattern_unittest.cc',
- '../extensions/common/url_pattern_set_unittest.cc',
Joe Thomas 2013/01/31 22:53:35 Yoyo@ Any reason for keeping these files here? Fo
'app/breakpad_mac_stubs.mm',
'app/chrome_main_delegate.cc',
'app/chrome_main_delegate.h',
@@ -414,6 +412,8 @@
},
},
'sources': [
+ '../extensions/common/url_pattern_unittest.cc',
+ '../extensions/common/url_pattern_set_unittest.cc',
'app/breakpad_mac_stubs.mm',
'app/chrome_dll.rc',
'<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.rc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698