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

Unified Diff: webkit/support/webkit_support.gypi

Issue 21202003: Move simple png encoding for image_diff into tools/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: webkit/support/webkit_support.gypi
diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi
index 8e6e27a1dd08bb8eaedefa0e24b491e4b0214526..a652ee803b2107784627eb44c46f1abc82055eac 100644
--- a/webkit/support/webkit_support.gypi
+++ b/webkit/support/webkit_support.gypi
@@ -111,7 +111,6 @@
'<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
'<(DEPTH)/webkit/renderer/webkit_renderer.gyp:webkit_renderer',
'glue',
- 'webkit_support_gfx',
],
'export_dependent_settings': [
'<(DEPTH)/base/base.gyp:base',
@@ -135,27 +134,5 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
-
- {
- 'target_name': 'webkit_support_gfx',
- 'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'dependencies': [
- '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
- '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
- ],
- 'sources': [
- 'webkit_support_gfx.h',
- 'webkit_support_gfx.cc',
- ],
- 'include_dirs': [
- '<(DEPTH)',
- ],
- 'conditions': [
- ['OS=="android"', {
- 'toolsets': ['target', 'host'],
- }],
- ],
- },
],
}

Powered by Google App Engine
This is Rietveld 408576698