| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index f4d4d7ade65181b190889adbf3a1bfeae53630d3..77d38293e95e03ff07bad5f60d9ee10e32cc601b 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -24,6 +24,7 @@ source_set("browser") {
|
| "//content/browser/speech/proto",
|
| "//content/public/common:common_sources",
|
| "//crypto",
|
| + "//device/battery",
|
| "//google_apis",
|
| "//net",
|
| "//skia",
|
| @@ -411,6 +412,6 @@ source_set("browser") {
|
| }
|
|
|
| if (is_linux && use_dbus) {
|
| - deps += [ "//dbus" ]
|
| + deps += [ "//dbus" ]
|
| }
|
| }
|
|
|