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

Unified Diff: chrome/SConscript

Issue 13039: Fixes and enhancements... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « build/internal/release_impl_checksenabled.scons ('k') | chrome/browser/browser.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/SConscript
===================================================================
--- chrome/SConscript (revision 6147)
+++ chrome/SConscript (working copy)
@@ -25,9 +25,6 @@
# TODO(port)
if env_res['PLATFORM'] == 'win32':
env_res.Append(
- CPPDEFINES = [
- 'GOOGLE_CHROME_BUILD',
- ],
CPPPATH = [
'.',
'$CHROME_SRC_DIR',
@@ -75,7 +72,6 @@
'U_STATIC_IMPLEMENTATION',
'PNG_USER_CONFIG',
'CHROME_PNG_WRITE_SUPPORT',
- 'GOOGLE_CHROME_BUILD',
'LIBXSLT_STATIC',
'LIBXML_STATIC',
'_WINDLL',
« no previous file with comments | « build/internal/release_impl_checksenabled.scons ('k') | chrome/browser/browser.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698