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

Side by Side Diff: ui/android/ui_android.gyp

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 | « ui/android/overscroll_glow.cc ('k') | ui/android/window_android_compositor.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 29 matching lines...) Expand all
40 'resources/resource_manager.h', 40 'resources/resource_manager.h',
41 'resources/resource_manager_impl.cc', 41 'resources/resource_manager_impl.cc',
42 'resources/resource_manager_impl.h', 42 'resources/resource_manager_impl.h',
43 'resources/ui_resource_provider.h', 43 'resources/ui_resource_provider.h',
44 'ui_android_export.h', 44 'ui_android_export.h',
45 'ui_android_jni_registrar.cc', 45 'ui_android_jni_registrar.cc',
46 'ui_android_jni_registrar.h', 46 'ui_android_jni_registrar.h',
47 'view_android.h', 47 'view_android.h',
48 'window_android.cc', 48 'window_android.cc',
49 'window_android.h', 49 'window_android.h',
50 'window_android_compositor.cc',
51 'window_android_compositor.h', 50 'window_android_compositor.h',
52 'window_android_observer.h', 51 'window_android_observer.h',
53 ], 52 ],
54 }, 53 },
55 { 54 {
56 'target_name': 'ui_android_jni_headers', 55 'target_name': 'ui_android_jni_headers',
57 'type': 'none', 56 'type': 'none',
58 'sources': [ 57 'sources': [
59 'java/src/org/chromium/ui/base/WindowAndroid.java', 58 'java/src/org/chromium/ui/base/WindowAndroid.java',
60 'java/src/org/chromium/ui/resources/ResourceManager.java', 59 'java/src/org/chromium/ui/resources/ResourceManager.java',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 ], 240 ],
242 'sources': [ 241 'sources': [
243 'ui_android_unittests_apk.isolate', 242 'ui_android_unittests_apk.isolate',
244 ], 243 ],
245 }, 244 },
246 ] 245 ]
247 } 246 }
248 ], 247 ],
249 ] 248 ]
250 } 249 }
OLDNEW
« no previous file with comments | « ui/android/overscroll_glow.cc ('k') | ui/android/window_android_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698