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

Side by Side Diff: cc/cc.gyp

Issue 693883004: Make cc::animation::TrimTimeToCurrentIteration,cc::AnimationCurve::Duration use TimeTicks/TimeDelta (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « cc/blink/web_scroll_offset_animation_curve_impl.cc ('k') | cc/test/animation_test_common.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'base/scoped_ptr_vector.h', 85 'base/scoped_ptr_vector.h',
86 'base/simple_enclosed_region.cc', 86 'base/simple_enclosed_region.cc',
87 'base/simple_enclosed_region.h', 87 'base/simple_enclosed_region.h',
88 'base/swap_promise.h', 88 'base/swap_promise.h',
89 'base/swap_promise_monitor.cc', 89 'base/swap_promise_monitor.cc',
90 'base/swap_promise_monitor.h', 90 'base/swap_promise_monitor.h',
91 'base/switches.cc', 91 'base/switches.cc',
92 'base/switches.h', 92 'base/switches.h',
93 'base/tiling_data.cc', 93 'base/tiling_data.cc',
94 'base/tiling_data.h', 94 'base/tiling_data.h',
95 'base/time_util.h',
95 'base/unique_notifier.cc', 96 'base/unique_notifier.cc',
96 'base/unique_notifier.h', 97 'base/unique_notifier.h',
97 'base/util.h', 98 'base/util.h',
98 'debug/benchmark_instrumentation.cc', 99 'debug/benchmark_instrumentation.cc',
99 'debug/benchmark_instrumentation.h', 100 'debug/benchmark_instrumentation.h',
100 'debug/debug_colors.cc', 101 'debug/debug_colors.cc',
101 'debug/debug_colors.h', 102 'debug/debug_colors.h',
102 'debug/debug_rect_history.cc', 103 'debug/debug_rect_history.cc',
103 'debug/debug_rect_history.h', 104 'debug/debug_rect_history.h',
104 'debug/devtools_instrumentation.h', 105 'debug/devtools_instrumentation.h',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'surfaces/surface_resource_holder.cc', 547 'surfaces/surface_resource_holder.cc',
547 'surfaces/surface_resource_holder.h', 548 'surfaces/surface_resource_holder.h',
548 'surfaces/surfaces_export.h', 549 'surfaces/surfaces_export.h',
549 ], 550 ],
550 'includes': [ 551 'includes': [
551 '../build/android/increase_size_for_speed.gypi', 552 '../build/android/increase_size_for_speed.gypi',
552 ], 553 ],
553 }, 554 },
554 ], 555 ],
555 } 556 }
OLDNEW
« no previous file with comments | « cc/blink/web_scroll_offset_animation_curve_impl.cc ('k') | cc/test/animation_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698