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

Unified Diff: build/internal/essential.scons

Issue 11368: Purify support:... (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
Index: build/internal/essential.scons
===================================================================
--- build/internal/essential.scons (revision 5880)
+++ build/internal/essential.scons (working copy)
@@ -12,6 +12,9 @@
CPPPATH = [
'$CHROME_SRC_DIR',
],
+ CCFLAGS = [
+ '$CHROMIUM_CC_OPT_FLAGS',
+ ],
)
if env['PLATFORM'] == 'win32':

Powered by Google App Engine
This is Rietveld 408576698