| 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.
|
|
|
|
|