From be3b5002a5572f7c95b481f24fd7b1c41549c216 Mon Sep 17 00:00:00 2001 From: "benrg@chromium.org" Date: Wed, 25 Jul 2012 22:33:52 +0000 Subject: Remove ui_resources_default_100_percent.rc and theme_resources_default_100_percent.rc These files (included in chrome.dll on Windows) have the same contents as the corresponding .pak files. Aside from wasting space, this indirectly caused bug 137715 (the Windows resources take precedence over .pak file resources even when not at default_100_percent). Some day we may consider using Windows resources instead of paks (for all scales), but right now we don't need these RC files. BUG=137715,137917 TEST=trybots, visual inspection Review URL: https://chromiumcodereview.appspot.com/10820003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148435 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/gpu/test_support_gpu.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/test/gpu') diff --git a/chrome/test/gpu/test_support_gpu.gypi b/chrome/test/gpu/test_support_gpu.gypi index 6b580d8..f23b46c 100644 --- a/chrome/test/gpu/test_support_gpu.gypi +++ b/chrome/test/gpu/test_support_gpu.gypi @@ -55,11 +55,9 @@ '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', - '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_100_percent.rc', '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', ], -- cgit v1.1