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

Unified Diff: net/net_resources.scons

Issue 17603: Generate all chrome .vcproj files: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | « net/net_perftests.scons ('k') | net/net_unittests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_resources.scons
===================================================================
--- net/net_resources.scons (revision 8251)
+++ net/net_resources.scons (working copy)
@@ -44,10 +44,21 @@
net_resources.extend(net_res)
env.Depends(net_res, tld_names_clean)
+ input_files = ChromeFileList([
+ 'base/net_resources.grd',
+ Derived(env.File('$TARGET_ROOT/grit_derived_sources/net_resources.h')),
+ ])
+
p = env.ChromeMSVSProject('build/net_resources.vcproj',
- dest='$CHROME_SRC_DIR/net/build/net_resources.vcproj',
+ dest=('$CHROME_SRC_DIR/net/'
+ + 'build/net_resources.vcproj'),
guid='{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}',
- buildtargets=net_resources,
+ keyword='Win32Proj',
+ #buildtargets=net_resources,
+ files=input_files,
+ relative_path_substitutions = [
+ ('../../..', '$(OutDir)'),
+ ],
ConfigurationType='10')
p.AddToolFile('../tools/grit/build/grit_resources.rules')
« no previous file with comments | « net/net_perftests.scons ('k') | net/net_unittests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698