Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(821)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 1835873002: Removes BatteryDispatcherProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes export settings again. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/platform/battery/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/platform/battery/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698