summaryrefslogtreecommitdiffstats
path: root/tools/imagediff
diff options
context:
space:
mode:
authortorne <torne@chromium.org>2015-04-07 11:47:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-07 18:47:54 +0000
commitfe8398d45c1a88199ec24fe9b77492d295fd3915 (patch)
treedb92cef7a72eb1e0fade1e6d736c4071193c3dfa /tools/imagediff
parent36b903805f31c455f0831eb70113d7f25396b79f (diff)
downloadchromium_src-fe8398d45c1a88199ec24fe9b77492d295fd3915.zip
chromium_src-fe8398d45c1a88199ec24fe9b77492d295fd3915.tar.gz
chromium_src-fe8398d45c1a88199ec24fe9b77492d295fd3915.tar.bz2
Remove android_webview_build conditions from various places.
Remove various minor android_webview_build references now that we no longer support that build configuration. BUG=440793 Review URL: https://codereview.chromium.org/1048863002 Cr-Commit-Position: refs/heads/master@{#324078}
Diffstat (limited to 'tools/imagediff')
-rw-r--r--tools/imagediff/image_diff.gyp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp
index c07fcf3..91ffa04 100644
--- a/tools/imagediff/image_diff.gyp
+++ b/tools/imagediff/image_diff.gyp
@@ -25,14 +25,11 @@
'image_diff_png.cc',
],
'conditions': [
- ['OS=="android" and android_webview_build==0', {
+ ['OS=="android"', {
# The Chromium Android port will compare images on host rather
# than target (a device or emulator) for performance reasons.
'toolsets': ['host'],
}],
- ['OS=="android" and android_webview_build==1', {
- 'type': 'none',
- }],
],
},
],