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

Unified Diff: components/components_tests.gyp

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: rebase Created 6 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 | « components/components.gyp ('k') | components/wifi_sync.gypi » ('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 5d543bbd482ae1577bfe5e6548ab1deb1e95b70e..1011e9eaefddcf3f04eaf2577801f3d5c4ae21cf 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -467,6 +467,14 @@
'components.gyp:variations_http_provider',
],
'conditions': [
+ ['chromeos == 1', {
+ 'sources': [
+ 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
+ ],
+ 'dependencies': [
+ 'components.gyp:wifi_sync',
+ ]
+ }],
['toolkit_views == 1', {
'sources': [
'bookmarks/browser/bookmark_node_data_unittest.cc',
« no previous file with comments | « components/components.gyp ('k') | components/wifi_sync.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698