| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 2c9b3649f8247aff0b5395a5d5e3a3056e9e22dc..3bb1f117e0af3546c6db54c3a814642fa81333b4 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -42,6 +42,7 @@ group("root") {
|
| "//ipc",
|
| "//mojo",
|
| "//net",
|
| + "//ppapi:ppapi_c",
|
| #"//sdch",
|
| "//skia",
|
| "//third_party/brotli",
|
| @@ -95,6 +96,7 @@ group("root") {
|
| if (is_android) {
|
| deps -= [
|
| "//content/public/common",
|
| + "//ppapi:ppapi_c",
|
| "//third_party/libusb",
|
| #"//third_party/WebKit/Source/platform",
|
| "//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
|
|
|