summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorjiangj <jiangj@opera.com>2015-02-12 17:02:50 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-13 01:04:08 +0000
commit5cd73c0c2307e6e93680a749991f81b0767a9d47 (patch)
tree10af5c9d08cd4b99ad40882f9070051b553ee507 /pdf
parenta87eb842a9550afd0f901c3f7cf7199ec7468145 (diff)
downloadchromium_src-5cd73c0c2307e6e93680a749991f81b0767a9d47.zip
chromium_src-5cd73c0c2307e6e93680a749991f81b0767a9d47.tar.gz
chromium_src-5cd73c0c2307e6e93680a749991f81b0767a9d47.tar.bz2
Add missing ppapi_cpp_objects dependency to pdf
https://codereview.chromium.org/799643004/ links pdf to ppapi_internal_module, it should link to ppapi_cpp_objects as well. That CL broke disable_nacl==1 builds due to the missing dependency. Review URL: https://codereview.chromium.org/920853002 Cr-Commit-Position: refs/heads/master@{#316112}
Diffstat (limited to 'pdf')
-rw-r--r--pdf/pdf.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/pdf.gyp b/pdf/pdf.gyp
index d49a0f1..f47e33a 100644
--- a/pdf/pdf.gyp
+++ b/pdf/pdf.gyp
@@ -12,6 +12,7 @@
'../components/components.gyp:ui_zoom',
'../content/content.gyp:content_common',
'../net/net.gyp:net',
+ '../ppapi/ppapi.gyp:ppapi_cpp_objects',
'../ppapi/ppapi.gyp:ppapi_internal_module',
'../third_party/pdfium/pdfium.gyp:pdfium',
],