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

Unified Diff: chrome/chrome_tests.gypi

Issue 264773017: components: Do not include test code in wifi_component target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: we only build FakeWiFiService on either win or mac - chromeos is not supported 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 4433ec474a7a97cb20a0739401181cf2fd454bce..61f6528027707fcf4a589be18659e801a355e26c 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1872,6 +1872,11 @@
}],
],
}],
+ ['OS=="win" or OS == "mac"', {
+ 'dependencies': [
+ '../components/components.gyp:wifi_test_support',
+ ],
+ }],
['chromeos == 1 or OS=="win" or OS == "mac"', {
'sources': [
'browser/extensions/api/networking_private/networking_private_apitest.cc',
« no previous file with comments | « chrome/browser/extensions/api/networking_private/networking_private_apitest.cc ('k') | components/wifi.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698