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

Unified Diff: tools/grit/build/grit_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 | « tools/grit/build/grit_localized_resources.rules ('k') | tools/grit/build/using_generated_resources.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/build/grit_resources.rules
===================================================================
--- tools/grit/build/grit_resources.rules (revision 17518)
+++ tools/grit/build/grit_resources.rules (working copy)
@@ -7,8 +7,8 @@
<CustomBuildRule
Name="GRIT Generated Resources"
DisplayName="GRIT Generated 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).rc;$(OutDir)\grit_derived_sources\$(InputName).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).rc;$(OutDir)\obj\global_intermediate\chrome\$(InputName).pak"
AdditionalDependencies="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py"
FileExtensions="*.grd"
ExecutionDescription="Generating resources..."
« no previous file with comments | « tools/grit/build/grit_localized_resources.rules ('k') | tools/grit/build/using_generated_resources.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698