| 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 f9ae6ae15e7313de0899eb7dbeddf94d96138d70..955f2fabf186e9ad457b928ea995aefc8500fb10 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -335,8 +335,6 @@
|
| "//v8",
|
| ]
|
| deps = [
|
| - "//device/battery:mojo_bindings",
|
| - "//mojo/public/c/system:for_component",
|
| "//third_party/WebKit/Source/platform/heap",
|
| "//third_party/harfbuzz-ng",
|
| "//third_party/icu",
|
| @@ -460,15 +458,6 @@
|
| ":platform",
|
| "//testing/gmock",
|
| ]
|
| -
|
| - deps = [
|
| - "//device/battery",
|
| - "//device/battery:mojo_bindings",
|
| - "//mojo/edk/system",
|
| - ]
|
| - if (is_android) {
|
| - deps -= [ "//device/battery" ]
|
| - }
|
|
|
| if (is_win) {
|
| cflags = [ "/wd4267" ] # Truncation from size_t to int.
|
| @@ -544,8 +533,6 @@
|
| "//cc",
|
| "//cc:test_support",
|
| "//cc/blink",
|
| - "//mojo/edk/embedder:headers",
|
| - "//mojo/edk/test:test_support",
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|