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

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

Issue 1747783002: CC Animation: Erase old animation system in Android Compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 9 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/public/common/content_switches.cc ('k') | ui/android/edge_effect.cc » ('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") {
(...skipping 16 matching lines...) Expand all
27 "resources/resource_manager.h", 27 "resources/resource_manager.h",
28 "resources/resource_manager_impl.cc", 28 "resources/resource_manager_impl.cc",
29 "resources/resource_manager_impl.h", 29 "resources/resource_manager_impl.h",
30 "resources/ui_resource_provider.h", 30 "resources/ui_resource_provider.h",
31 "ui_android_export.h", 31 "ui_android_export.h",
32 "ui_android_jni_registrar.cc", 32 "ui_android_jni_registrar.cc",
33 "ui_android_jni_registrar.h", 33 "ui_android_jni_registrar.h",
34 "view_android.h", 34 "view_android.h",
35 "window_android.cc", 35 "window_android.cc",
36 "window_android.h", 36 "window_android.h",
37 "window_android_compositor.cc",
38 "window_android_compositor.h", 37 "window_android_compositor.h",
39 "window_android_observer.h", 38 "window_android_observer.h",
40 ] 39 ]
41 40
42 defines = [ "UI_ANDROID_IMPLEMENTATION" ] 41 defines = [ "UI_ANDROID_IMPLEMENTATION" ]
43 42
44 deps = [ 43 deps = [
45 ":java_enums_srcjar", 44 ":java_enums_srcjar",
46 ":ui_android_jni_headers", 45 ":ui_android_jni_headers",
47 "//base", 46 "//base",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "//cc", 177 "//cc",
179 "//cc:test_support", 178 "//cc:test_support",
180 "//skia", 179 "//skia",
181 "//testing/gmock", 180 "//testing/gmock",
182 "//testing/gtest", 181 "//testing/gtest",
183 "//ui/base", 182 "//ui/base",
184 "//ui/gfx", 183 "//ui/gfx",
185 "//ui/resources:ui_test_pak", 184 "//ui/resources:ui_test_pak",
186 ] 185 ]
187 } 186 }
OLDNEW
« no previous file with comments | « content/public/common/content_switches.cc ('k') | ui/android/edge_effect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698