diff options
author | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 02:47:52 +0000 |
---|---|---|
committer | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 02:47:52 +0000 |
commit | 7978508d53990b762518d993a1f42dbd3dfc429a (patch) | |
tree | 3ca60b437795532555867dd8be567458dc1c1245 /o3d/build/gyp_o3d | |
parent | fc6fb7fbf9aca6b58f8c99a08a6c376b95bbc1a3 (diff) | |
download | chromium_src-7978508d53990b762518d993a1f42dbd3dfc429a.zip chromium_src-7978508d53990b762518d993a1f42dbd3dfc429a.tar.gz chromium_src-7978508d53990b762518d993a1f42dbd3dfc429a.tar.bz2 |
Revert "linux: 64-bit"
This reverts svn://chrome-svn/chrome/trunk/src/o3d@31356
Review URL: http://codereview.chromium.org/372043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31364 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build/gyp_o3d')
-rwxr-xr-x | o3d/build/gyp_o3d | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/o3d/build/gyp_o3d b/o3d/build/gyp_o3d index 229b4bc..598dd70 100755 --- a/o3d/build/gyp_o3d +++ b/o3d/build/gyp_o3d @@ -11,7 +11,6 @@ import os import sys chrome_src = os.path.join(os.path.dirname(sys.argv[0]), os.pardir, os.pardir) -o3d_src = os.path.join(os.path.dirname(sys.argv[0]), os.pardir) try: import gyp @@ -25,7 +24,6 @@ if __name__ == '__main__': # Always include common.gypi args += ['--depth', '.', '-I', os.path.join(chrome_src, 'build', 'common.gypi'), - '-I', os.path.join(o3d_src, 'build', 'common_global.gypi'), '-D', 'mac_deployment_target=10.4'] # Off we go... |