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

Unified Diff: ui/android/BUILD.gn

Issue 1460633005: Aura on Android: Remove unnecessary dependencies on ui/android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use assert(!use_aura). Created 5 years, 1 month 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
« components/web_contents_delegate_android/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 1b5b547ffb1c2daeeaec8a8f2c4cbad4a9af7331..ce0e58f4f7d0ffe2c70ad1082a5700b29759da4d 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -8,6 +8,7 @@ import("//testing/test.gni")
assert(is_android)
component("android") {
+ assert(!use_aura)
Hadi 2015/11/19 22:24:16 I think this doesn't work, since we don't know if
output_name = "ui_android"
sources = [
"animation_utils.h",
« components/web_contents_delegate_android/BUILD.gn ('K') | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698