summaryrefslogtreecommitdiffstats
path: root/pdf/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-02-13 17:37:31 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-14 01:38:01 +0000
commitf7eb6caac05a31363eefa30cad2d5aa2198d64ea (patch)
tree0cc1f0ed5a5e9253105ac25e98283033fdeddf64 /pdf/BUILD.gn
parent5d4a4c5f9e60cdf954f23fa9de5a669adda475ed (diff)
downloadchromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.zip
chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.tar.gz
chromium_src-f7eb6caac05a31363eefa30cad2d5aa2198d64ea.tar.bz2
Split apart the PPAPI GN targets
This puts BUILD files in the corresponding directories without duplicate names. Adds a template for ppapi examples and writes the build for one example. I only did one at this point to test the infrastructure without making this patch too large. NOPRESUBMIT=true Review URL: https://codereview.chromium.org/921953002 Cr-Commit-Position: refs/heads/master@{#316352}
Diffstat (limited to 'pdf/BUILD.gn')
-rw-r--r--pdf/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index 4ecd961..49f49a4 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -72,7 +72,7 @@ static_library("pdf") {
"//components/ui/zoom:ui_zoom",
"//content/public/common",
"//net",
- "//ppapi:ppapi_internal_module",
+ "//ppapi/cpp/private:internal_module",
"//third_party/pdfium",
]
}