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

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

Issue 1337703002: [Contextual Search] Add support for crushed sprites and animate the search provider icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Very small changes from last pedrosimonneti@ review 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 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 16 matching lines...) Expand all
27 'edge_effect.cc', 27 'edge_effect.cc',
28 'edge_effect.h', 28 'edge_effect.h',
29 'edge_effect_base.cc', 29 'edge_effect_base.cc',
30 'edge_effect_base.h', 30 'edge_effect_base.h',
31 'edge_effect_l.cc', 31 'edge_effect_l.cc',
32 'edge_effect_l.h', 32 'edge_effect_l.h',
33 'overscroll_glow.cc', 33 'overscroll_glow.cc',
34 'overscroll_glow.h', 34 'overscroll_glow.h',
35 'overscroll_refresh.cc', 35 'overscroll_refresh.cc',
36 'overscroll_refresh.h', 36 'overscroll_refresh.h',
37 'resources/crushed_sprite_resource.cc',
38 'resources/crushed_sprite_resource.h',
37 'resources/resource_manager.cc', 39 'resources/resource_manager.cc',
38 'resources/resource_manager.h', 40 'resources/resource_manager.h',
39 'resources/resource_manager_impl.cc', 41 'resources/resource_manager_impl.cc',
40 'resources/resource_manager_impl.h', 42 'resources/resource_manager_impl.h',
41 'resources/ui_resource_provider.h', 43 'resources/ui_resource_provider.h',
42 'ui_android_export.h', 44 'ui_android_export.h',
43 'ui_android_jni_registrar.cc', 45 'ui_android_jni_registrar.cc',
44 'ui_android_jni_registrar.h', 46 'ui_android_jni_registrar.h',
45 'view_android.cc', 47 'view_android.cc',
46 'view_android.h', 48 'view_android.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 ], 219 ],
218 'sources': [ 220 'sources': [
219 'ui_android_unittests_apk.isolate', 221 'ui_android_unittests_apk.isolate',
220 ], 222 ],
221 }, 223 },
222 ] 224 ]
223 } 225 }
224 ], 226 ],
225 ] 227 ]
226 } 228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698