Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: BUILD.gn

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e47ef757b7abc16dcb050d168a15e189ecd87ea3..0aee2668956ba5fb7907a1cf67114b3f3cc3b733 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -68,7 +68,7 @@ group("root") {
"//mojo",
"//net",
"//pdf",
- "//ppapi:ppapi_c",
+ "//ppapi/examples",
"//printing",
"//remoting/client/plugin",
"//sandbox",
@@ -220,7 +220,7 @@ group("root") {
"//extensions/common/api",
"//extensions/renderer",
"//pdf", # Not compiled on Android in GYP yet, either.
- "//ppapi:ppapi_c",
+ "//ppapi/examples",
"//third_party/libusb",
"//ui/keyboard", # Blocked on content.
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698