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

Unified Diff: chrome/chrome.gyp

Issue 6756008: Grit cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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
« build/grit_target.gypi ('K') | « build/grit_target.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 79553)
+++ chrome/chrome.gyp (working copy)
@@ -178,6 +178,7 @@
# generated headers.
'target_name': 'chrome_strings',
'msvs_guid': 'D9DDAF60-663F-49CC-90DC-3D08CC3D1B28',
+ 'type': 'none',
'conditions': [
['OS=="win"', {
# HACK(nsylvain): We want to enforce a fake dependency on
@@ -188,8 +189,6 @@
# will always get built before installer_util.
'type': 'dummy_executable',
'dependencies': ['installer_util_strings'],
- }, {
- 'type': 'none',
}],
],
'actions': [
« build/grit_target.gypi ('K') | « build/grit_target.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698