diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 16:29:41 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-22 16:29:41 +0000 |
commit | d73053211c5db825ad997b7900e69b2dd05f8b0c (patch) | |
tree | fe5a5467ae1d08356918b569543d09e402234463 /o3d/plugin/idl/idl.gyp | |
parent | e01087a666ae4be9e183484c7c7e4b5e127f0874 (diff) | |
download | chromium_src-d73053211c5db825ad997b7900e69b2dd05f8b0c.zip chromium_src-d73053211c5db825ad997b7900e69b2dd05f8b0c.tar.gz chromium_src-d73053211c5db825ad997b7900e69b2dd05f8b0c.tar.bz2 |
These are gyp file changes that start to make the Mac GYP build work.
It still doesn't but I want to checkpoint these changes.
Review URL: http://codereview.chromium.org/155890
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/idl/idl.gyp')
-rw-r--r-- | o3d/plugin/idl/idl.gyp | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/o3d/plugin/idl/idl.gyp b/o3d/plugin/idl/idl.gyp index 4bf9e3a..9f3a277 100644 --- a/o3d/plugin/idl/idl.gyp +++ b/o3d/plugin/idl/idl.gyp @@ -7,7 +7,7 @@ '../../build/common.gypi', ], 'variables': { - 'chromium_code': 1, + 'chromium_code': 0, 'idl_out_dir': '<(SHARED_INTERMEDIATE_DIR)/idl_glue', 'static_glue_dir': '../../../third_party/nixysa/files/static_glue/npapi', 'idl_files': [ @@ -87,8 +87,6 @@ 'outputs': [ '<(idl_out_dir)/<(RULE_INPUT_ROOT)_glue.cc', '<(idl_out_dir)/<(RULE_INPUT_ROOT)_glue.h', - '<(idl_out_dir)/globals_glue.cc', - '<(idl_out_dir)/globals_glue.h', '<(idl_out_dir)/hash', '<(idl_out_dir)/parsetab.py', '<(idl_out_dir)/parsetab.pyc', @@ -145,6 +143,16 @@ ], }, ], + ['OS=="mac"', + { + 'include_dirs': [ + '../mac', + ], + 'defines': [ + 'XP_MACOSX', + ], + }, + ], ], }, ], |