diff options
author | sergeyu <sergeyu@chromium.org> | 2015-08-04 14:32:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-04 21:35:17 +0000 |
commit | ca4bd001980cbcf427fb84cbb85a23491ab94996 (patch) | |
tree | 0dbd064732303827672cdf0cd036b1955c3fac13 /pdf | |
parent | 49f1a80cf78b7b78b0c941acbde59e2a22610beb (diff) | |
download | chromium_src-ca4bd001980cbcf427fb84cbb85a23491ab94996.zip chromium_src-ca4bd001980cbcf427fb84cbb85a23491ab94996.tar.gz chromium_src-ca4bd001980cbcf427fb84cbb85a23491ab94996.tar.bz2 |
Remove remoting client plugin from chrome.
CRD app now bundles PNaCl version of the plugin so it doesn't need to
be built in chrome anymore.
BUG=510271
Review URL: https://codereview.chromium.org/1271523003
Cr-Commit-Position: refs/heads/master@{#341804}
Diffstat (limited to 'pdf')
-rw-r--r-- | pdf/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn index 8ae65e3..811ee53 100644 --- a/pdf/BUILD.gn +++ b/pdf/BUILD.gn @@ -53,6 +53,7 @@ static_library("pdf") { "//components/ui/zoom:ui_zoom", "//content/public/common", "//net", + "//ppapi/cpp:objects", "//ppapi/cpp/private:internal_module", "//third_party/pdfium", ] |