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

Unified Diff: extensions/extensions_tests.gyp

Issue 932063003: Add split tunnel interface to vpnProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits from Benjamin and a build failure Created 5 years, 10 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: extensions/extensions_tests.gyp
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index e68f2741c752197758ff6a22bcaec8e6b09d9b6a..c5422775d9d851c3c586202b35f05ae6ec4fe5e8 100644
--- a/extensions/extensions_tests.gyp
+++ b/extensions/extensions_tests.gyp
@@ -96,6 +96,11 @@
'shell/app_shell.gyp:app_shell', # Needed for App Shell.app's Helper.
],
}],
+ ['chromeos==1', {
+ 'sources': [
+ '<@(extensions_browsertests_sources_chromeos)',
+ ],
+ }],
# This is only here to keep gyp happy. This target never builds on
# mobile platforms.
['OS != "ios" and OS != "android"', {

Powered by Google App Engine
This is Rietveld 408576698