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

Unified Diff: content/app/BUILD.gn

Issue 1646693002: Revert of Aura on Android: Remove unnecessary dependencies on ui/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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 | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 6abee2318b492af373fded1cbfc8a9320d578ec6..697293c5a8b14ef2ec20784f176926e27c93fb4a 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//build/config/chrome_build.gni")
-import("//build/config/ui.gni")
content_app_sources = [
"android/app_jni_registrar.cc",
@@ -50,10 +49,8 @@ if (is_win) {
"//device/vibration",
"//skia",
"//third_party/android_tools:cpu_features",
+ "//ui/android",
]
- if (!use_aura) {
- content_app_deps += [ "//ui/android" ]
- }
}
if (is_ios) {
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698