| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 66ceb41294641be1fba40ce8c540e6f1d55917ef..ea1c274b99cef00e12bd7d37315c9ea782400c3c 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -31,6 +31,7 @@ group("root") {
|
| "//chrome/utility",
|
| "//components:all_components",
|
| "//content",
|
| + "//content/shell:content_shell",
|
| "//crypto",
|
| "//device/bluetooth",
|
| "//device/nfc",
|
| @@ -130,6 +131,10 @@ group("root") {
|
| ]
|
| }
|
|
|
| + if (use_x11) {
|
| + deps += [ "//tools/xdisplaycheck" ]
|
| + }
|
| +
|
| if (is_win) {
|
| deps += [
|
| "//ui/metro_viewer",
|
| @@ -165,6 +170,7 @@ group("root") {
|
| "//chrome/service", # Blocked on content.
|
| "//chrome/utility", # Blocked on content.
|
| "//content",
|
| + "//content/shell:content_shell", # Blocked on content.
|
| "//extensions/common",
|
| "//extensions/common/api",
|
| "//pdf", # Not compiled on Android in GYP yet, either.
|
|
|