Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: tools/imagediff/image_diff.gyp

Issue 1048863002: Remove android_webview_build conditions from various places. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/sqlite.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/imagediff/image_diff.gyp
diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp
index c07fcf3c25db716b1feb4e3140c7097b783659e7..91ffa0451716000f85c29511ec1e37cacee4c88a 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',
- }],
],
},
],
« no previous file with comments | « third_party/sqlite/sqlite.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698