Commit 153d182d authored by thestig@chromium.org's avatar thestig@chromium.org

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
parent d0e2995c
...@@ -416,7 +416,11 @@ ...@@ -416,7 +416,11 @@
'../pdf/pdf.gyp:pdf', '../pdf/pdf.gyp:pdf',
], ],
'conditions': [ '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': [ 'dependencies': [
'../pdf/pdf.gyp:pdf_linux_symbols', '../pdf/pdf.gyp:pdf_linux_symbols',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment