Chromium Code Reviews| 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 830dbc5fd0a1c8834b7fbd03d41fd9819a6a5618..7c1d03ac10dff761ce8c254cbd73ddc81ab8eb91 100644 |
| --- a/third_party/WebKit/Source/platform/BUILD.gn |
| +++ b/third_party/WebKit/Source/platform/BUILD.gn |
| @@ -339,6 +339,7 @@ component("platform") { |
| "//v8", |
| ] |
| deps = [ |
| + "//content/common:mojo_bindings", |
|
Yuki
2016/03/22 07:15:03
As you already knew, Blink shouldn't depend on con
RaviKasibhatla
2016/03/23 15:20:50
Done.
My bad. I had added when the new location of
|
| "//device/battery:mojo_bindings", |
| "//mojo/public/c/system:for_component", |
| "//third_party/WebKit/Source/platform/heap", |