diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-03 21:23:34 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-03 21:23:34 +0000 |
commit | 153d182d01ce11f27638d32406735b6ec5d55721 (patch) | |
tree | 2eeacbcf044d4a77daff8cb8d248f603afedecfd /chrome/chrome_exe.gypi | |
parent | d0e2995ccee3e321647a1d743f18b873e08a737f (diff) | |
download | chromium_src-153d182d01ce11f27638d32406735b6ec5d55721.zip chromium_src-153d182d01ce11f27638d32406735b6ec5d55721.tar.gz chromium_src-153d182d01ce11f27638d32406735b6ec5d55721.tar.bz2 |
CrOS: Exclude PDF crash symbol generation.
BUG=140571
TEST=CrOS official x-compiles pass.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10831164
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149925 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index 0df48c9..dbd7299 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -416,7 +416,11 @@ '../pdf/pdf.gyp:pdf', ], 'conditions': [ - ['OS=="linux" and linux_dump_symbols==1', { + # TODO(thestig) It would be nice to do this for CrOS as well, + # but when I tried that, it failed because dump_syms is built + # for the target arch rather than the host arch. + # http://crbug.com/140571 + ['OS=="linux" and chromeos==0 and linux_dump_symbols==1', { 'dependencies': [ '../pdf/pdf.gyp:pdf_linux_symbols', ], |