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

Unified Diff: chrome/chrome_repack_theme_resources_2x.gypi

Issue 9307110: Rename _large.grd to _2x.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/chrome_dll.gypi ('k') | chrome/chrome_repack_theme_resources_large.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_theme_resources_2x.gypi
diff --git a/chrome/chrome_repack_theme_resources_large.gypi b/chrome/chrome_repack_theme_resources_2x.gypi
similarity index 73%
rename from chrome/chrome_repack_theme_resources_large.gypi
rename to chrome/chrome_repack_theme_resources_2x.gypi
index e6d43a53e426a71389475121d8d299b77d50e1c1..3cc30efd7c34c27b359ec106fb9dcabdfbc63d11 100644
--- a/chrome/chrome_repack_theme_resources_large.gypi
+++ b/chrome/chrome_repack_theme_resources_2x.gypi
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'action_name': 'repack_theme_resources_large',
+ 'action_name': 'repack_theme_resources_2x',
'variables': {
'pak_inputs': [
- '<(grit_out_dir)/theme_resources_large.pak',
+ '<(grit_out_dir)/theme_resources_2x.pak',
],
},
'inputs': [
@@ -13,7 +13,7 @@
'<@(pak_inputs)',
],
'outputs': [
- '<(INTERMEDIATE_DIR)/repack/theme_resources_large.pak',
+ '<(INTERMEDIATE_DIR)/repack/theme_resources_2x.pak',
],
'action': ['python', '<(repack_path)', '<@(_outputs)',
'<@(pak_inputs)'],
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_repack_theme_resources_large.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698