diff options
author | Nico Weber <thakis@chromium.org> | 2015-10-30 13:07:20 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-10-30 13:07:20 -0700 |
commit | bfba4cb7f22fc19a5e71559f09f2cde19fbb6a79 (patch) | |
tree | 8ced2d7eba02a8cd2667dc4891f84b4c3b948d25 | |
parent | a6e2a4eca1be4daf14fae4e2427a6ca76269db43 (diff) | |
download | pdfium-bfba4cb7f22fc19a5e71559f09f2cde19fbb6a79.tar.xz |
chromium_code: Surrender in the gyp build for now.
This is too hard debug with only roll try runs. I'll try again when I have
access to linux and windows boxen (monday).
BUG=pdfium:29
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1415483003 .
-rw-r--r-- | pdfium.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index a7187de928..a3275bb86e 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -1,6 +1,7 @@ { 'variables': { - 'chromium_code': 1, + # TODO(thakis): Enable this, pdfium:29 + #'chromium_code': 1, 'pdf_use_skia%': 0, 'pdf_enable_v8%': 1, 'conditions': [ |