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/plugin.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/plugin.gyp')
-rw-r--r-- | o3d/plugin/plugin.gyp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index 688509a..82b6ff6 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -187,21 +187,22 @@ 'action': ['python', 'version_info.py', 'win/o3dPlugin.rc_template', - 'win/o3dPlugin.rc'], + 'win/o3dPlugin.rc'], }, ], ['OS=="mac"', { 'inputs': [ - 'mac/processed/Info.plist', + 'mac/Info.plist', ], 'outputs': [ - 'mac/Info.plist', + '<(SHARED_INTERMEDIATE_DIR)/plugin/Info.plist', ], 'action': ['python', 'version_info.py', - 'mac/processed/Info.plist', - 'mac/Info.plist'], + 'mac/Info.plist', + '<(SHARED_INTERMEDIATE_DIR)/plugin/Info.plist', + ], }, ], ], |