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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 assert(is_android) 8 assert(is_android)
9 9
10 component("android") { 10 component("android") {
11 assert(!use_aura)
Hadi 2015/11/19 22:24:16 I think this doesn't work, since we don't know if
11 output_name = "ui_android" 12 output_name = "ui_android"
12 sources = [ 13 sources = [
13 "animation_utils.h", 14 "animation_utils.h",
14 "edge_effect.cc", 15 "edge_effect.cc",
15 "edge_effect.h", 16 "edge_effect.h",
16 "edge_effect_base.cc", 17 "edge_effect_base.cc",
17 "edge_effect_base.h", 18 "edge_effect_base.h",
18 "edge_effect_l.cc", 19 "edge_effect_l.cc",
19 "edge_effect_l.h", 20 "edge_effect_l.h",
20 "overscroll_glow.cc", 21 "overscroll_glow.cc",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "//cc:test_support", 165 "//cc:test_support",
165 "//skia", 166 "//skia",
166 "//testing/gmock", 167 "//testing/gmock",
167 "//testing/gtest", 168 "//testing/gtest",
168 "//ui/base", 169 "//ui/base",
169 "//ui/gfx", 170 "//ui/gfx",
170 "//ui/resources:ui_test_pak", 171 "//ui/resources:ui_test_pak",
171 ] 172 ]
172 apk_deps = [ ":ui_java" ] 173 apk_deps = [ ":ui_java" ]
173 } 174 }
OLDNEW
« 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