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

Unified Diff: webkit/support/webkit_support.gypi

Issue 17029016: Remove DRT-specific resource loading logic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/webkit_support.cc ('k') | no next file » | 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 9644594c57e8527039071126ef170c78cbeccf00..94a04c6f8d23fba2b1133d5256101431ba6c0cf8 100644
--- a/webkit/support/webkit_support.gypi
+++ b/webkit/support/webkit_support.gypi
@@ -54,11 +54,6 @@
'drt_application_mac.mm',
'gc_extension.cc',
'gc_extension.h',
- 'platform_support.h',
- 'platform_support_android.cc',
- 'platform_support_linux.cc',
- 'platform_support_mac.mm',
- 'platform_support_win.cc',
'test_webkit_platform_support.cc',
'test_webkit_platform_support.h',
'test_webmessageportchannel.cc',
@@ -79,25 +74,6 @@
'web_layer_tree_view_impl_for_testing.cc',
'web_layer_tree_view_impl_for_testing.h',
],
- 'conditions': [
- ['OS=="mac"', {
- 'copies': [{
- 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
- 'files': [
- '../tools/test_shell/resources/missingImage.png',
- '../tools/test_shell/resources/textAreaResizeCorner.png',
- ],
- }],
- },{ # OS!="mac"
- 'copies': [{
- 'destination': '<(PRODUCT_DIR)/DumpRenderTree_resources',
- 'files': [
- '../tools/test_shell/resources/missingImage.gif',
- '../tools/test_shell/resources/textAreaResizeCorner.png',
- ],
- }],
- }],
- ],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
« no previous file with comments | « webkit/support/webkit_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698