summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
diff options
context:
space:
mode:
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"', {