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

Unified Diff: chrome/chrome.gyp

Issue 7906022: Merge theme_resources_large and theme_resources_standard targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 3 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 | « chrome/app/theme/theme_resources_large.grd ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 205087ca820ccd0df8d9218c350171ef03424b39..d99834ef01f08dc57c3ab9879910afcf1cd68bc0 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -229,13 +229,6 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
- ],
- 'includes': [ '../build/grit_target.gypi' ],
- },
- {
- 'target_name': 'theme_resources_large',
- 'type': 'none',
- 'actions': [
{
'action_name': 'theme_resources_large',
'variables': {
@@ -243,13 +236,6 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
- ],
- 'includes': [ '../build/grit_target.gypi' ],
- },
- {
- 'target_name': 'theme_resources_standard',
- 'type': 'none',
- 'actions': [
{
'action_name': 'theme_resources_standard',
'variables': {
@@ -405,7 +391,6 @@
'chrome_resources',
'chrome_strings',
'theme_resources',
- 'theme_resources_standard',
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
'../net/net.gyp:http_server',
@@ -1485,7 +1470,6 @@
'type': 'static_library',
'dependencies': [
'theme_resources',
- 'theme_resources_standard',
'../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
@@ -1589,8 +1573,6 @@
'default_plugin/default_plugin.gyp:default_plugin_resources',
'platform_locale_settings',
'theme_resources',
- 'theme_resources_standard',
- 'theme_resources_large',
'<(DEPTH)/net/net.gyp:net_resources',
'<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
'<(DEPTH)/ui/ui.gyp:gfx_resources',
« no previous file with comments | « chrome/app/theme/theme_resources_large.grd ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698