| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 6b7394d95f9a0f8f1f66f7c0983b290674ec52cc..c6e47195fec80bbd7c3d5ee7fd430ba108fbc634 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -37,6 +37,7 @@ group("root") {
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| "//crypto",
|
| + "//dbus",
|
| "//device/usb",
|
| #"//extensions/common/api:extensions_api",
|
| "//gin",
|
| @@ -108,6 +109,7 @@ group("root") {
|
| "//cc",
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| + "//dbus",
|
| "//ppapi:ppapi_c",
|
| "//third_party/libusb",
|
| #"//third_party/WebKit/Source/platform",
|
|
|