diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-20 21:20:51 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-20 21:20:51 +0000 |
commit | 69c81d2416932a5aef969e786ee3d6ef68439120 (patch) | |
tree | 8b5d2a5169dcafaf4bde58510a6927dede0bcd4b /build/ios | |
parent | 84a54dd63c2e3d155350894613b047adf84f2b55 (diff) | |
download | chromium_src-69c81d2416932a5aef969e786ee3d6ef68439120.zip chromium_src-69c81d2416932a5aef969e786ee3d6ef68439120.tar.gz chromium_src-69c81d2416932a5aef969e786ee3d6ef68439120.tar.bz2 |
Specify --depth=. to work in non-chromium repositories.
NOTRY=true
Review URL: https://codereview.chromium.org/12946003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/ios')
-rw-r--r-- | build/ios/mac_build.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/ios/mac_build.gypi b/build/ios/mac_build.gypi index 775ff26..dd5ad1d 100644 --- a/build/ios/mac_build.gypi +++ b/build/ios/mac_build.gypi @@ -54,6 +54,7 @@ # Common syntax to rerun gyp to generate the Mac projects. 're_run_gyp': [ 'build/gyp_chromium', + '--depth=.', # Don't use anything set for the iOS side of things. '--ignore-environment', # Generate for ninja |