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

Unified Diff: site_scons/site_tools/target_platform_mac.py

Issue 9094: Adding in new software construction toolkit version. (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 | « site_scons/site_tools/replicate.py ('k') | site_scons/site_tools/visual_studio_solution.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/target_platform_mac.py
===================================================================
--- site_scons/site_tools/target_platform_mac.py (revision 4549)
+++ site_scons/site_tools/target_platform_mac.py (working copy)
@@ -113,6 +113,9 @@
return env.Dir(target)
+#------------------------------------------------------------------------------
+
+
def generate(env):
# NOTE: SCons requires the use of this name, which fails gpylint.
"""SCons entry point for this tool."""
@@ -140,7 +143,6 @@
env.Append(
HOST_PLATFORMS=['MAC'],
CPPDEFINES=['OS_MACOSX=OS_MACOSX'],
- BITS=['mac', 'posix'],
# Settings for debug
CCFLAGS_DEBUG=['-g'],
« no previous file with comments | « site_scons/site_tools/replicate.py ('k') | site_scons/site_tools/visual_studio_solution.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698