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

Unified Diff: components/components_tests.gyp

Issue 1321013007: Fix dependencies on policy_component_test_support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto current master Created 5 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 | « no previous file | components/policy/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 98a13805449b47f72838be6c9af99b7c8b069ed1..d34b1ee75f634b10556acbfca1ea4aa2e0c9dc58 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1416,7 +1416,6 @@
],
'sources': [
'<@(policy_unittest_sources)',
- 'search_engines/default_search_policy_handler_unittest.cc',
'sync_driver/sync_policy_handler_unittest.cc',
],
'conditions': [
@@ -1456,6 +1455,11 @@
],
}],
],
+ }, { # configuration_policy!=1
+ 'sources!': [
+ 'search_engines/default_search_policy_handler_unittest.cc',
+ 'sync_driver/sync_policy_handler_unittest.cc',
+ ],
}],
['enable_plugins == 1', {
'sources': [
« no previous file with comments | « no previous file | components/policy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698