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

Unified Diff: chrome/chrome.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 | « chrome/browser/views/SConscript ('k') | chrome/common/common.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.scons
===================================================================
--- chrome/chrome.scons (revision 8251)
+++ chrome/chrome.scons (working copy)
@@ -12,6 +12,7 @@
env.Append(
COMPONENT_PROGRAM_GROUPS = ['chrome'],
COMPONENT_TEST_PROGRAM_GROUPS = ['chrome'],
+ STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME = 1,
)
@@ -19,7 +20,8 @@
def chrome_version_emitter(target, source, env):
source.append(env.File('$CHROME_SRC_DIR/chrome/VERSION'))
# TODO(sgk): parameterize for chromium-vs.-google_chrome
- source.append(env.File('$CHROME_SRC_DIR/chrome/app/theme/google_chrome/BRANDING'))
+ source.append(env.File('$CHROME_SRC_DIR/chrome/'
+ + 'app/theme/google_chrome/BRANDING'))
return target, source
b = Builder(action = '$CHROME_VERSION_RC_COM',
@@ -49,8 +51,12 @@
debugger = 'browser/debugger/debugger.scons',
common = 'common/common.scons',
ipc_tests = 'common/ipc_tests.scons',
+ #gcapi_dll = 'installer/gcapi/gcapi_dll.scons',
+ #gcapi_lib = 'installer/gcapi/gcapi_lib.scons',
+ #gcapi_test = 'installer/gcapi/gcapi_test.scons',
mini_installer = 'installer/mini_installer/mini_installer.scons',
setup = 'installer/setup/setup.scons',
+ #installer_unittests = 'installer/util/installer_unittests.scons',
util = 'installer/util/util.scons',
installer_unittests = 'installer/util/installer_unittests.scons',
plugin = 'plugin/plugin.scons',
« no previous file with comments | « chrome/browser/views/SConscript ('k') | chrome/common/common.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698