| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 4b392ac7f7f6821d6d5f396f67aefe0822326e4e..81c257c22f6351ae145bdc16241a3897861f4825 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -38,7 +38,6 @@ group("root") {
|
| "//net",
|
| #"//sdch",
|
| "//skia",
|
| - #"//third_party/WebKit/Source/platform",
|
| "//third_party/brotli",
|
| "//third_party/iccjpeg",
|
| "//third_party/icu",
|
| @@ -53,6 +52,7 @@ group("root") {
|
| "//third_party/smhasher:cityhash",
|
| "//third_party/smhasher:murmurhash3",
|
| "//third_party/smhasher:pmurhash",
|
| + "//third_party/WebKit/Source/platform",
|
| "//third_party/WebKit/Source/wtf",
|
| "//third_party/zlib",
|
| "//third_party:jpeg",
|
| @@ -80,6 +80,7 @@ group("root") {
|
| "//net",
|
| "//skia", # Needs some ARM stuff
|
| "//third_party/libusb",
|
| + "//third_party/WebKit/Source/platform",
|
| "//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
|
| "//tools/gn",
|
| "//ui/base:ui_base",
|
|
|