diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 02:34:51 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 02:34:51 +0000 |
commit | 17fbefe1a1cb2314d31ec1082b18d2f172d5eb9d (patch) | |
tree | 954c2b45f6a309cc77877cef80d60e34ba867096 /chrome/chrome_tests.gypi | |
parent | c768cc06d6342153cd7135a418e2b01a33b03a12 (diff) | |
download | chromium_src-17fbefe1a1cb2314d31ec1082b18d2f172d5eb9d.zip chromium_src-17fbefe1a1cb2314d31ec1082b18d2f172d5eb9d.tar.gz chromium_src-17fbefe1a1cb2314d31ec1082b18d2f172d5eb9d.tar.bz2 |
Merge theme_resources_large and theme_resources_standard targets
into theme_resources. This gives us less .vcproj and .xcodeproject
files on Win/Mac making things load a bit quicker.
Also remove unused generated files from
theme_resoures_large.grd.
BUG=None
TEST=compiles
Review URL: http://codereview.chromium.org/7906022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 05fcf5f..d9a098a 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -31,7 +31,6 @@ 'app/policy/cloud_policy_codegen.gyp:policy', 'browser/sync/protocol/sync_proto.gyp:sync_proto', 'theme_resources', - 'theme_resources_standard', '../base/base.gyp:test_support_base', '../content/content.gyp:content_gpu', '../content/content.gyp:test_support_content', @@ -235,7 +234,6 @@ 'chrome_resources', 'chrome_strings', 'theme_resources', - 'theme_resources_standard', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', ], @@ -398,7 +396,6 @@ 'test_support_common', 'test_support_ui', 'theme_resources', - 'theme_resources_standard', '../base/base.gyp:base', '../skia/skia.gyp:skia', '../third_party/libxml/libxml.gyp:libxml', @@ -2757,7 +2754,6 @@ 'test_support_common', 'test_support_ui', 'theme_resources', - 'theme_resources_standard', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', @@ -3629,7 +3625,6 @@ 'chrome_resources', 'chrome_strings', 'theme_resources', - 'theme_resources_standard', '../skia/skia.gyp:skia', '../testing/gtest.gyp:gtest', ], |