Commit e12a6c5a authored by mfomitchev's avatar mfomitchev Committed by Commit bot

Revert of Aura on Android: Remove unnecessary dependencies on ui/android....

Revert of Aura on Android: Remove unnecessary dependencies on ui/android. (patchset #6 id:100001 of https://codereview.chromium.org/1460633005/ )

Reason for revert:
Reverting, since Android Aura has been cancelled.

Original issue's description:
> Aura on Android:Remove unnecessary dependencies on ui/android.
>
> BUG=NONE
>
> Committed: https://crrev.com/d2ff47131f1a53a712adf860275a2f7320d9da9f
> Cr-Commit-Position: refs/heads/master@{#360835}

TBR=sievers@chromium.org,moshayedi@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=NONE

Review URL: https://codereview.chromium.org/1646693002

Cr-Commit-Position: refs/heads/master@{#371928}
parent 2d104fc9
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# found in the LICENSE file. # found in the LICENSE file.
import("//build/config/chrome_build.gni") import("//build/config/chrome_build.gni")
import("//build/config/ui.gni")
content_app_sources = [ content_app_sources = [
"android/app_jni_registrar.cc", "android/app_jni_registrar.cc",
...@@ -50,10 +49,8 @@ if (is_win) { ...@@ -50,10 +49,8 @@ if (is_win) {
"//device/vibration", "//device/vibration",
"//skia", "//skia",
"//third_party/android_tools:cpu_features", "//third_party/android_tools:cpu_features",
"//ui/android",
] ]
if (!use_aura) {
content_app_deps += [ "//ui/android" ]
}
} }
if (is_ios) { if (is_ios) {
......
...@@ -383,7 +383,6 @@ source_set("browser") { ...@@ -383,7 +383,6 @@ source_set("browser") {
".", ".",
"//content") "//content")
sources -= [ "renderer_host/begin_frame_observer_proxy.cc" ] sources -= [ "renderer_host/begin_frame_observer_proxy.cc" ]
deps += [ "//ui/android" ]
} }
deps -= [ "//device/battery" ] deps -= [ "//device/battery" ]
...@@ -392,6 +391,7 @@ source_set("browser") { ...@@ -392,6 +391,7 @@ source_set("browser") {
"//media", "//media",
"//media/mojo/interfaces", "//media/mojo/interfaces",
"//mojo/android:libsystem_java", "//mojo/android:libsystem_java",
"//ui/android",
] ]
defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] defines += [ "APPCACHE_USE_SIMPLE_CACHE" ]
libs += [ "jnigraphics" ] libs += [ "jnigraphics" ]
......
...@@ -178,7 +178,7 @@ source_set("test_support") { ...@@ -178,7 +178,7 @@ source_set("test_support") {
] ]
} }
if (is_android && !use_aura) { if (is_android) {
deps += [ deps += [
"//ui/android", "//ui/android",
"//ui/shell_dialogs", "//ui/shell_dialogs",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment