summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
diff options
context:
space:
mode:
authorkaliamoorthi <kaliamoorthi@chromium.org>2015-02-20 03:15:11 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-20 11:15:45 +0000
commitcd7896d845d45087370716695b5026260f453d71 (patch)
tree985c964e5c19b2dae50fd88bf047d370d99e23c9 /extensions/extensions_tests.gyp
parent1c36fa1e577ed5c7d6e70f099ad08656e1ff825a (diff)
downloadchromium_src-cd7896d845d45087370716695b5026260f453d71.zip
chromium_src-cd7896d845d45087370716695b5026260f453d71.tar.gz
chromium_src-cd7896d845d45087370716695b5026260f453d71.tar.bz2
Add split tunnel interface to vpnProvider
This CL adds split tunnel capability to chrome.vpnProvider interface. Furthermore, additional sanity checks are added to the input from the extensions. BUG=459609 Review URL: https://codereview.chromium.org/932063003 Cr-Commit-Position: refs/heads/master@{#317289}
Diffstat (limited to 'extensions/extensions_tests.gyp')
-rw-r--r--extensions/extensions_tests.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/extensions_tests.gyp b/extensions/extensions_tests.gyp
index e68f274..c542277 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"', {