| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 2d50e7e6bd5278946bd185594300d24a61beefa8..edfe61eaca1e155a14e7bd145f98d3721bed96ef 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",
|
| @@ -28,6 +29,7 @@ group("root") {
|
| "//components/url_matcher",
|
| "//crypto",
|
| "//device/usb",
|
| + "//extensions/common/api:extensions_api",
|
| "//ipc",
|
| "//net",
|
| #"//sdch",
|
|
|