summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c4f600e..896d277 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -4970,7 +4970,6 @@
'../testing/gtest.gyp:gtest',
'../third_party/npapi/npapi.gyp:npapi',
# run time dependency
- '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
'../webkit/webkit.gyp:webkit_resources',
],
'include_dirs': [
@@ -5002,6 +5001,12 @@
'test/interactive_ui/view_event_test_base.h',
],
}],
+ ['target_arch!="x64"', {
+ 'dependencies': [
+ # run time dependency
+ '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
+ ],
+ }],
['OS=="linux" and toolkit_views==1', {
'dependencies': [
'../views/views.gyp:views',