summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_proxy.gypi
diff options
context:
space:
mode:
authorbradnelson <bradnelson@google.com>2015-03-24 14:03:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-24 21:04:32 +0000
commit961324d2110aaba0302b72ec88a78e7c36e4dfdd (patch)
treefaf95b6e78b329087693132b60b89ec8a1aa6bc2 /ppapi/ppapi_proxy.gypi
parent87ba87f5a758cfe8252a591984db7f7ad8a29be4 (diff)
downloadchromium_src-961324d2110aaba0302b72ec88a78e7c36e4dfdd.zip
chromium_src-961324d2110aaba0302b72ec88a78e7c36e4dfdd.tar.gz
chromium_src-961324d2110aaba0302b72ec88a78e7c36e4dfdd.tar.bz2
Fixing debug GN build.
Gate out ICU initialization for OS_NACL, as it calls other code that is not built for nacl. Undetected in gyp build since we always build the nacl irt as release with gc-sections. Stop building the ppb_var_deprecated_proxy as it's only used in the trusted build for flash. Undetected in gyp build since we always build the nacl irt as release with gc-sections. BUG=https://code.google.com/p/chromium/issues/detail?id=462791 TEST=trybots R=dmichael@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/1034553002 Cr-Commit-Position: refs/heads/master@{#322070}
Diffstat (limited to 'ppapi/ppapi_proxy.gypi')
-rw-r--r--ppapi/ppapi_proxy.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/ppapi_proxy.gypi b/ppapi/ppapi_proxy.gypi
index 9e22654..e4d3407 100644
--- a/ppapi/ppapi_proxy.gypi
+++ b/ppapi/ppapi_proxy.gypi
@@ -287,6 +287,7 @@
'proxy/ppb_flash_proxy.cc',
'proxy/ppb_pdf_proxy.cc',
'proxy/ppb_talk_private_proxy.cc',
+ 'proxy/ppb_var_deprecated_proxy.cc',
'proxy/ppb_video_capture_proxy.cc',
'proxy/ppb_video_decoder_proxy.cc',
'proxy/ppp_content_decryptor_private_proxy.cc',