| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 783c4adea26aa482654e3e9b44c1397f6a121378..e6f54e8573a3d90b89ef3e077a3f6be1dc9cb19e 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -148,8 +148,11 @@ source_set("common") {
|
| ]
|
| deps = [
|
| "//base",
|
| + "//base/third_party/dynamic_annotations",
|
| "//build/util:webkit_version",
|
| "//cc",
|
| + "//cc/blink",
|
| + "//cc/surfaces",
|
| "//components/mus/public/interfaces",
|
| "//components/tracing",
|
| "//components/tracing:startup_tracing",
|
| @@ -157,6 +160,7 @@ source_set("common") {
|
|
|
| # TODO: the dependency on gl_in_process_context should be decoupled from
|
| # content and moved to android_webview. See crbug.com/365797.
|
| + "//gpu",
|
| "//gpu/blink",
|
| "//gpu/command_buffer/client:gl_in_process_context",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| @@ -175,6 +179,7 @@ source_set("common") {
|
| "//mojo/common:common_base",
|
| "//mojo/converters/network",
|
| "//mojo/edk/system",
|
| + "//mojo/shell",
|
| "//mojo/shell/public/cpp",
|
| "//mojo/shell/public/interfaces",
|
| "//mojo/shell/runner/common",
|
|
|