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

Unified Diff: base/base_lib.scons

Issue 17602: Updates to Visual Studio project generation to accomodate... (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 | « no previous file | base/base_sln.scons » ('j') | skia/SConscript » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_lib.scons
===================================================================
--- base/base_lib.scons (revision 7854)
+++ base/base_lib.scons (working copy)
@@ -377,9 +377,12 @@
env.ChromeLibrary('base', input_files)
p = env.ChromeMSVSProject('build/base.vcproj',
+ dest='$CHROME_SRC_DIR/base/build/base.vcproj',
guid='{1832A374-8A74-4F9E-B536-69A699B3E165}',
dependencies=[
'build/debug_message.vcproj',
+ # Necessary for chrome.sln.
+ '$ICU38_DIR/build/icu.vcproj',
],
files=input_files,
tools=[
@@ -443,9 +446,3 @@
tools=[
MSVSTool('VCCLCompilerTool', DisableSpecificWarnings='4102'),
])
-
-env.AlwaysBuild(p)
-
-i = env.Command('$CHROME_SRC_DIR/base/build/base.vcproj', p,
- Copy('$TARGET', '$SOURCE'))
-Alias('msvs', i)
« no previous file with comments | « no previous file | base/base_sln.scons » ('j') | skia/SConscript » ('J')

Powered by Google App Engine
This is Rietveld 408576698