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 231133002: CC::Animations should use TimeTicks & TimeDelta to represent time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review changes. Created 6 years, 7 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
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'base/scoped_ptr_algorithm.h', 80 'base/scoped_ptr_algorithm.h',
81 'base/scoped_ptr_deque.h', 81 'base/scoped_ptr_deque.h',
82 'base/scoped_ptr_vector.h', 82 'base/scoped_ptr_vector.h',
83 'base/swap_promise.h', 83 'base/swap_promise.h',
84 'base/swap_promise_monitor.cc', 84 'base/swap_promise_monitor.cc',
85 'base/swap_promise_monitor.h', 85 'base/swap_promise_monitor.h',
86 'base/switches.cc', 86 'base/switches.cc',
87 'base/switches.h', 87 'base/switches.h',
88 'base/tiling_data.cc', 88 'base/tiling_data.cc',
89 'base/tiling_data.h', 89 'base/tiling_data.h',
90 'base/time_util.h',
90 'base/util.h', 91 'base/util.h',
91 'debug/benchmark_instrumentation.cc', 92 'debug/benchmark_instrumentation.cc',
92 'debug/benchmark_instrumentation.h', 93 'debug/benchmark_instrumentation.h',
93 'debug/debug_colors.cc', 94 'debug/debug_colors.cc',
94 'debug/debug_colors.h', 95 'debug/debug_colors.h',
95 'debug/debug_rect_history.cc', 96 'debug/debug_rect_history.cc',
96 'debug/debug_rect_history.h', 97 'debug/debug_rect_history.h',
97 'debug/devtools_instrumentation.h', 98 'debug/devtools_instrumentation.h',
98 'debug/frame_rate_counter.cc', 99 'debug/frame_rate_counter.cc',
99 'debug/frame_rate_counter.h', 100 'debug/frame_rate_counter.h',
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'surfaces/surface.h', 489 'surfaces/surface.h',
489 'surfaces/surface_aggregator.cc', 490 'surfaces/surface_aggregator.cc',
490 'surfaces/surface_aggregator.h', 491 'surfaces/surface_aggregator.h',
491 'surfaces/surface_manager.cc', 492 'surfaces/surface_manager.cc',
492 'surfaces/surface_manager.h', 493 'surfaces/surface_manager.h',
493 'surfaces/surfaces_export.h', 494 'surfaces/surfaces_export.h',
494 ], 495 ],
495 }, 496 },
496 ], 497 ],
497 } 498 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698