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

Side by Side Diff: ui/android/BUILD.gn

Issue 2688113002: Make ViewRoot the top of the ViewAndroid tree (Closed)
Patch Set: comments Created 3 years, 10 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 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") {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 deps = [ 57 deps = [
58 ":java_enums_srcjar", 58 ":java_enums_srcjar",
59 ":ui_android_jni_headers", 59 ":ui_android_jni_headers",
60 "//base", 60 "//base",
61 "//cc", 61 "//cc",
62 "//cc/surfaces", 62 "//cc/surfaces",
63 "//cc/surfaces:surface_id", 63 "//cc/surfaces:surface_id",
64 "//skia", 64 "//skia",
65 "//ui/display", 65 "//ui/display",
66 "//ui/events",
66 "//ui/gfx", 67 "//ui/gfx",
67 "//ui/gfx/geometry", 68 "//ui/gfx/geometry",
68 "//url", 69 "//url",
69 ] 70 ]
70 } 71 }
71 72
72 static_library("test_support") { 73 static_library("test_support") {
73 testonly = true 74 testonly = true
74 sources = [ 75 sources = [
75 "dummy_screen_android.cc", 76 "dummy_screen_android.cc",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "//cc", 265 "//cc",
265 "//cc:test_support", 266 "//cc:test_support",
266 "//skia", 267 "//skia",
267 "//testing/gmock", 268 "//testing/gmock",
268 "//testing/gtest", 269 "//testing/gtest",
269 "//ui/base", 270 "//ui/base",
270 "//ui/gfx", 271 "//ui/gfx",
271 "//ui/resources:ui_test_pak", 272 "//ui/resources:ui_test_pak",
272 ] 273 ]
273 } 274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698