Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 0540f783ca4500f61d0e3357024506f6fd54c4b3..0f819a2b348716f632fcbfb9b46c91216909a58e 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1886,11 +1886,16 @@ |
], |
}], |
['OS!="android" and OS!="ios"', { |
+ 'dependencies': [ |
+ # build time dependency. |
+ '../v8/src/d8.gyp:d8#host', |
+ ], |
+ }], |
+ ['OS!="android" and OS!="ios" and OS!="linux"', { |
# npapi test plugin doesn't build on android or ios |
'dependencies': [ |
# build time dependency. |
'../content/content_shell_and_tests.gyp:copy_npapi_test_plugin', |
- '../v8/src/d8.gyp:d8#host', |
], |
}], |
['enable_app_list==0', { |