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

Unified Diff: webkit/build/port/SConscript

Issue 15051: Convert from using env['PLATFORM'] directly to using the more flexible... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 | « webkit/build/localized_strings/SConscript ('k') | webkit/default_plugin/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/build/port/SConscript
===================================================================
--- webkit/build/port/SConscript (revision 7247)
+++ webkit/build/port/SConscript (working copy)
@@ -125,7 +125,7 @@
'${SOURCES[0].posix}',
)
-if env['PLATFORM'] == 'mac': # Mac OS X
+if env.Bit('mac'): # Mac OS X
env['BINDINGSPREFIX'] = 'DOM'
env['BINDINGS_GENERATOR_ARG'] = 'ObjC'
env['BINDINGS_LANGUAGE'] = 'LANGUAGE_OBJECTIVE_C'
« no previous file with comments | « webkit/build/localized_strings/SConscript ('k') | webkit/default_plugin/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698