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

Side by Side Diff: cc/cc.gyp

Issue 81533002: Use LatencyInfoSwapPromise to track LatencyInfo through compositor (Closed) Base URL: http://git.chromium.org/chromium/src.git@swap_promise_2
Patch Set: rebase Created 7 years 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'base/invalidation_region.cc', 59 'base/invalidation_region.cc',
60 'base/invalidation_region.h', 60 'base/invalidation_region.h',
61 'base/math_util.cc', 61 'base/math_util.cc',
62 'base/math_util.h', 62 'base/math_util.h',
63 'base/ref_counted_managed.h', 63 'base/ref_counted_managed.h',
64 'base/region.cc', 64 'base/region.cc',
65 'base/region.h', 65 'base/region.h',
66 'base/scoped_ptr_algorithm.h', 66 'base/scoped_ptr_algorithm.h',
67 'base/scoped_ptr_deque.h', 67 'base/scoped_ptr_deque.h',
68 'base/scoped_ptr_vector.h', 68 'base/scoped_ptr_vector.h',
69 'base/swap_promise.cc',
69 'base/swap_promise.h', 70 'base/swap_promise.h',
70 'base/switches.cc', 71 'base/switches.cc',
71 'base/switches.h', 72 'base/switches.h',
72 'base/tiling_data.cc', 73 'base/tiling_data.cc',
73 'base/tiling_data.h', 74 'base/tiling_data.h',
74 'base/util.h', 75 'base/util.h',
75 'debug/benchmark_instrumentation.cc', 76 'debug/benchmark_instrumentation.cc',
76 'debug/benchmark_instrumentation.h', 77 'debug/benchmark_instrumentation.h',
77 'debug/debug_colors.cc', 78 'debug/debug_colors.cc',
78 'debug/debug_colors.h', 79 'debug/debug_colors.h',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'trees/thread_proxy.cc', 435 'trees/thread_proxy.cc',
435 'trees/thread_proxy.h', 436 'trees/thread_proxy.h',
436 'trees/tree_synchronizer.cc', 437 'trees/tree_synchronizer.cc',
437 'trees/tree_synchronizer.h', 438 'trees/tree_synchronizer.h',
438 ], 439 ],
439 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 440 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
440 'msvs_disabled_warnings': [ 4267, ], 441 'msvs_disabled_warnings': [ 4267, ],
441 }, 442 },
442 ], 443 ],
443 } 444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698