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

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: fix android_webview third_party_whitelist.txt Created 7 years, 4 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 | « webkit/support/mock_webclipboard_impl.cc ('k') | webkit/support/webkit_support_gfx.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.gypi
diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi
index 682fe0d453934c6ee226af626fd3c3e56c696842..00c02b958fd7f7197d5c63044ee9a8beb044c58c 100644
--- a/webkit/support/webkit_support.gypi
+++ b/webkit/support/webkit_support.gypi
@@ -110,7 +110,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',
@@ -132,27 +131,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'],
- }],
- ],
- },
],
}
« no previous file with comments | « webkit/support/mock_webclipboard_impl.cc ('k') | webkit/support/webkit_support_gfx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698