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"', { |