Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index fbe711a7834dff20032a00973b20fb9607b3b604..b7c914ab4667171b14a6db183ae686912d2f4b36 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -164,6 +164,7 @@ source_set("common") { |
"//net", |
"//skia", |
"//third_party/icu", |
+ "//third_party/libjingle", |
"//ui/accessibility", |
"//ui/base", |
"//ui/base/ime", |
@@ -173,7 +174,6 @@ source_set("common") { |
"//ui/gfx/ipc", |
"//ui/shell_dialogs", |
"//url", |
- "//third_party/libjingle", |
] |
if (!is_ios) { |
@@ -185,6 +185,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. |
+ ":mojo_bindings", |
"//gpu/blink", |
"//gpu/command_buffer/client:gl_in_process_context", |
"//gpu/command_buffer/client:gles2_c_lib", |
@@ -194,8 +195,8 @@ source_set("common") { |
"//gpu/ipc", |
"//gpu/skia_bindings", |
"//media", |
- "//media/midi", |
"//media:shared_memory_support", |
+ "//media/midi", |
"//mojo/application/public/interfaces", |
"//mojo/common:common_base", |
"//mojo/environment:chromium", |
@@ -204,7 +205,6 @@ source_set("common") { |
"//third_party/WebKit/public:blink", |
"//third_party/mojo/src/mojo/edk/system", |
"//ui/gl", |
- ":mojo_bindings", |
] |
} |
@@ -237,8 +237,8 @@ source_set("common") { |
deps += [ |
":libvt_generate_stubs", |
- "//content/app/resources", |
"//content:resources", |
+ "//content/app/resources", |
"//third_party/WebKit/public:image_resources", |
"//third_party/WebKit/public:resources", |
"//ui/accelerated_widget_mac", |
@@ -261,8 +261,8 @@ source_set("common") { |
] |
deps += [ |
- "//content/public/android:jni", |
"//content/public/android:common_aidl", |
+ "//content/public/android:jni", |
] |
libs += [ "android" ] |