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

Unified Diff: chrome/chrome_tests.gypi

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed (some) codereview comments. Created 7 years, 3 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 c295db5e85634b36a69cd759ff087e703df450eb..7a663c18a09616e3800decabd94a68c028bffd5f 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -438,6 +438,20 @@
], # conditions
},
{
+ 'target_name': 'wifi_test',
+ 'type': 'executable',
+ 'dependencies': [
+ 'utility',
+ '../base/base.gyp:base',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'utility/wifi/wifi_test.cc',
+ ],
+ },
+ {
'target_name': 'chrome_devtools_lib',
'type': 'static_library',
'hard_dependency': 1,

Powered by Google App Engine
This is Rietveld 408576698