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

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

Issue 2133873004: content: Move Surfaces related code out of RWHVA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed overscroll change Created 4 years, 4 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | ui/android/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 output_name = "ui_android" 11 output_name = "ui_android"
12 sources = [ 12 sources = [
13 "animation_utils.h", 13 "animation_utils.h",
14 "context_provider_factory.cc", 14 "context_provider_factory.cc",
15 "context_provider_factory.h", 15 "context_provider_factory.h",
16 "delegated_frame_host_android.cc",
17 "delegated_frame_host_android.h",
16 "edge_effect.cc", 18 "edge_effect.cc",
17 "edge_effect.h", 19 "edge_effect.h",
18 "edge_effect_base.cc", 20 "edge_effect_base.cc",
19 "edge_effect_base.h", 21 "edge_effect_base.h",
20 "edge_effect_l.cc", 22 "edge_effect_l.cc",
21 "edge_effect_l.h", 23 "edge_effect_l.h",
22 "overscroll_glow.cc", 24 "overscroll_glow.cc",
23 "overscroll_glow.h", 25 "overscroll_glow.h",
24 "overscroll_refresh.cc", 26 "overscroll_refresh.cc",
25 "overscroll_refresh.h", 27 "overscroll_refresh.h",
(...skipping 15 matching lines...) Expand all
41 "window_android_observer.h", 43 "window_android_observer.h",
42 ] 44 ]
43 45
44 defines = [ "UI_ANDROID_IMPLEMENTATION" ] 46 defines = [ "UI_ANDROID_IMPLEMENTATION" ]
45 47
46 deps = [ 48 deps = [
47 ":java_enums_srcjar", 49 ":java_enums_srcjar",
48 ":ui_android_jni_headers", 50 ":ui_android_jni_headers",
49 "//base", 51 "//base",
50 "//cc", 52 "//cc",
53 "//cc/surfaces",
51 "//skia", 54 "//skia",
52 "//ui/display", 55 "//ui/display",
53 "//ui/gfx", 56 "//ui/gfx",
54 "//ui/gfx/geometry", 57 "//ui/gfx/geometry",
55 ] 58 ]
56 } 59 }
57 60
58 generate_jni("ui_android_jni_headers") { 61 generate_jni("ui_android_jni_headers") {
59 sources = [ 62 sources = [
60 "java/src/org/chromium/ui/base/ViewAndroidDelegate.java", 63 "java/src/org/chromium/ui/base/ViewAndroidDelegate.java",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "//cc", 258 "//cc",
256 "//cc:test_support", 259 "//cc:test_support",
257 "//skia", 260 "//skia",
258 "//testing/gmock", 261 "//testing/gmock",
259 "//testing/gtest", 262 "//testing/gtest",
260 "//ui/base", 263 "//ui/base",
261 "//ui/gfx", 264 "//ui/gfx",
262 "//ui/resources:ui_test_pak", 265 "//ui/resources:ui_test_pak",
263 ] 266 ]
264 } 267 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | ui/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698