summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 20:35:54 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 20:35:54 +0000
commit08be8a78fdca57d62b5b3a942a17e414af091fca (patch)
tree52d7af05b2d320608970b96356483598239f62fe /chrome
parent5eb4265b79482c18912fa9afce49d99030450ce5 (diff)
downloadchromium_src-08be8a78fdca57d62b5b3a942a17e414af091fca.zip
chromium_src-08be8a78fdca57d62b5b3a942a17e414af091fca.tar.gz
chromium_src-08be8a78fdca57d62b5b3a942a17e414af091fca.tar.bz2
test_shell buildable on ARM
GYP changes to allow test_shell be buildable on ARM so we can use it as a minimal browser for testing purpopse. Review URL: http://codereview.chromium.org/399077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/interactive_ui/interactive_ui_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/interactive_ui/interactive_ui_tests.gypi b/chrome/test/interactive_ui/interactive_ui_tests.gypi
index 7f0838c..75934b3 100644
--- a/chrome/test/interactive_ui/interactive_ui_tests.gypi
+++ b/chrome/test/interactive_ui/interactive_ui_tests.gypi
@@ -63,7 +63,7 @@
'<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h',
],
}], # OS=="linux"
- ['target_arch!="x64"', {
+ ['target_arch!="x64" and target_arch!="arm"', {
'dependencies': [
# run time dependency
'<(DEPTH)/webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',