| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 7f26b2b106fd524555b8c27d22396f8d394bf4bc..3a00fcf411c3ac73f0c704f1891c8bf7aa6c52ba 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -17,6 +17,7 @@ group("root") {
|
| # This is a temporary test of the not-yet-complete NaCl cross-compilation.
|
| #"//base(//build/toolchain/nacl:x86_newlib)",
|
|
|
| + "//apps/common/api:apps_api",
|
| #"//chrome",
|
| "//components/language_usage_metrics",
|
| "//components/navigation_metrics",
|
| @@ -29,6 +30,7 @@ group("root") {
|
| "//components/url_matcher",
|
| "//crypto",
|
| "//device/usb",
|
| + #"//extensions/common/api:extensions_api",
|
| "//ipc",
|
| "//net",
|
| #"//sdch",
|
|
|