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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 172933004: [Android] Port Scroller.java to C++ and use for fling animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « ui/gfx/android/scroller_unittest.cc ('k') | ui/ui_unittests.gyp » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'defines': [ 116 'defines': [
117 'GFX_IMPLEMENTATION', 117 'GFX_IMPLEMENTATION',
118 ], 118 ],
119 'sources': [ 119 'sources': [
120 'android/device_display_info.cc', 120 'android/device_display_info.cc',
121 'android/device_display_info.h', 121 'android/device_display_info.h',
122 'android/gfx_jni_registrar.cc', 122 'android/gfx_jni_registrar.cc',
123 'android/gfx_jni_registrar.h', 123 'android/gfx_jni_registrar.h',
124 'android/java_bitmap.cc', 124 'android/java_bitmap.cc',
125 'android/java_bitmap.h', 125 'android/java_bitmap.h',
126 'android/scroller.cc',
127 'android/scroller.h',
126 'android/shared_device_display_info.cc', 128 'android/shared_device_display_info.cc',
127 'android/shared_device_display_info.h', 129 'android/shared_device_display_info.h',
128 'android/view_configuration.cc', 130 'android/view_configuration.cc',
129 'android/view_configuration.h', 131 'android/view_configuration.h',
130 'animation/animation.cc', 132 'animation/animation.cc',
131 'animation/animation.h', 133 'animation/animation.h',
132 'animation/animation_container.cc', 134 'animation/animation_container.cc',
133 'animation/animation_container.h', 135 'animation/animation_container.h',
134 'animation/animation_container_element.h', 136 'animation/animation_container_element.h',
135 'animation/animation_container_observer.h', 137 'animation/animation_container_observer.h',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'variables': { 538 'variables': {
537 'jni_gen_package': 'ui/gfx', 539 'jni_gen_package': 'ui/gfx',
538 'jni_generator_ptr_type': 'long' 540 'jni_generator_ptr_type': 'long'
539 }, 541 },
540 'includes': [ '../../build/jni_generator.gypi' ], 542 'includes': [ '../../build/jni_generator.gypi' ],
541 }, 543 },
542 ], 544 ],
543 }], 545 }],
544 ], 546 ],
545 } 547 }
OLDNEW
« no previous file with comments | « ui/gfx/android/scroller_unittest.cc ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698