| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index d0c8f8446ab253d30a747133d9eacf617c47fdb9..ab38ff187277b6ec6c7f054e4a6c2ff8438f72b7 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -339,8 +339,8 @@ component("platform") {
|
| "//v8",
|
| ]
|
| deps = [
|
| - "//device/battery:mojo_bindings",
|
| "//mojo/public/c/system:for_component",
|
| + "//mojo/public/cpp/bindings:callback",
|
| "//third_party/WebKit/Source/platform/heap",
|
| "//third_party/harfbuzz-ng",
|
| "//third_party/icu",
|
| @@ -462,14 +462,9 @@ source_set("test_support") {
|
|
|
| deps = [
|
| "//base/test:test_support",
|
| - "//device/battery",
|
| - "//device/battery:mojo_bindings",
|
| "//mojo/edk/system",
|
| "//third_party/qcms",
|
| ]
|
| - if (is_android) {
|
| - deps -= [ "//device/battery" ]
|
| - }
|
|
|
| if (is_win) {
|
| cflags = [ "/wd4267" ] # Truncation from size_t to int.
|
|
|