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

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

Issue 140253013: Define accelerated steps time function. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated patch: remove question about velocity Created 6 years, 3 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/geometry/cubic_bezier_unittest.cc ('k') | ui/gfx/gfx_tests.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 {
11 'target_name': 'gfx_geometry', 11 'target_name': 'gfx_geometry',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base', 14 '<(DEPTH)/base/base.gyp:base',
15 ], 15 ],
16 'defines': [ 16 'defines': [
17 'GFX_IMPLEMENTATION', 17 'GFX_IMPLEMENTATION',
18 ], 18 ],
19 'sources': [ 19 'sources': [
20 'geometry/box_f.cc', 20 'geometry/box_f.cc',
21 'geometry/box_f.h', 21 'geometry/box_f.h',
22 'geometry/cubic_bezier.h',
23 'geometry/cubic_bezier.cc',
24 'geometry/insets.cc', 22 'geometry/insets.cc',
25 'geometry/insets.h', 23 'geometry/insets.h',
26 'geometry/insets_base.h', 24 'geometry/insets_base.h',
27 'geometry/insets_f.cc', 25 'geometry/insets_f.cc',
28 'geometry/insets_f.h', 26 'geometry/insets_f.h',
29 'geometry/matrix3_f.cc', 27 'geometry/matrix3_f.cc',
30 'geometry/matrix3_f.h', 28 'geometry/matrix3_f.h',
31 'geometry/point.cc', 29 'geometry/point.cc',
32 'geometry/point.h', 30 'geometry/point.h',
33 'geometry/point3_f.cc', 31 'geometry/point3_f.cc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'android/shared_device_display_info.h', 107 'android/shared_device_display_info.h',
110 'android/view_configuration.cc', 108 'android/view_configuration.cc',
111 'android/view_configuration.h', 109 'android/view_configuration.h',
112 'animation/animation.cc', 110 'animation/animation.cc',
113 'animation/animation.h', 111 'animation/animation.h',
114 'animation/animation_container.cc', 112 'animation/animation_container.cc',
115 'animation/animation_container.h', 113 'animation/animation_container.h',
116 'animation/animation_container_element.h', 114 'animation/animation_container_element.h',
117 'animation/animation_container_observer.h', 115 'animation/animation_container_observer.h',
118 'animation/animation_delegate.h', 116 'animation/animation_delegate.h',
117 'animation/cubic_bezier.h',
118 'animation/cubic_bezier.cc',
119 'animation/linear_animation.cc', 119 'animation/linear_animation.cc',
120 'animation/linear_animation.h', 120 'animation/linear_animation.h',
121 'animation/multi_animation.cc', 121 'animation/multi_animation.cc',
122 'animation/multi_animation.h', 122 'animation/multi_animation.h',
123 'animation/slide_animation.cc', 123 'animation/slide_animation.cc',
124 'animation/slide_animation.h', 124 'animation/slide_animation.h',
125 'animation/steps.h',
126 'animation/steps.cc',
125 'animation/throb_animation.cc', 127 'animation/throb_animation.cc',
126 'animation/throb_animation.h', 128 'animation/throb_animation.h',
127 'animation/tween.cc', 129 'animation/tween.cc',
128 'animation/tween.h', 130 'animation/tween.h',
129 'blit.cc', 131 'blit.cc',
130 'blit.h', 132 'blit.h',
131 'break_list.h', 133 'break_list.h',
132 'canvas.cc', 134 'canvas.cc',
133 'canvas.h', 135 'canvas.h',
134 'canvas_notimplemented.cc', 136 'canvas_notimplemented.cc',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 ], 475 ],
474 'variables': { 476 'variables': {
475 'jni_gen_package': 'ui/gfx', 477 'jni_gen_package': 'ui/gfx',
476 }, 478 },
477 'includes': [ '../../build/jni_generator.gypi' ], 479 'includes': [ '../../build/jni_generator.gypi' ],
478 }, 480 },
479 ], 481 ],
480 }], 482 }],
481 ], 483 ],
482 } 484 }
OLDNEW
« no previous file with comments | « ui/gfx/geometry/cubic_bezier_unittest.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698