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

Unified Diff: tools/grit/build/grit_localized_resources.rules

Issue 119128: Convert to gyp generation of chrome_resources and chrome_strings.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/tools/build/win/language_dll.vsprops ('k') | tools/grit/build/grit_resources.rules » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/build/grit_localized_resources.rules
===================================================================
--- tools/grit/build/grit_localized_resources.rules (revision 17518)
+++ tools/grit/build/grit_localized_resources.rules (working copy)
@@ -7,8 +7,8 @@
<CustomBuildRule
Name="GRIT Generated Localized Resources"
DisplayName="GRIT Generated Localized Resources"
- CommandLine="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat [inputs] &quot;$(SolutionDir)&quot; &quot;$(OutDir)\grit_derived_sources&quot; [AllOptions]"
- Outputs="$(OutDir)\grit_derived_sources\$(InputName)_en-US.pak"
+ CommandLine="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat [inputs] &quot;$(SolutionDir)&quot; &quot;$(OutDir)\obj\global_intermediate\chrome&quot; [AllOptions]"
+ Outputs="$(OutDir)\obj\global_intermediate\chrome\$(InputName)_en-US.pak"
AdditionalDependencies="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py;
resources\$(InputName)_ar.xtb;
resources\$(InputName)_bg.xtb;
« no previous file with comments | « chrome/tools/build/win/language_dll.vsprops ('k') | tools/grit/build/grit_resources.rules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698