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

Side by Side Diff: trunk/src/cc/cc.gyp

Issue 96073002: Revert 237848 "Use LatencyInfoSwapPromise to track LatencyInfo t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/cc/base/swap_promise.h ('k') | trunk/src/cc/cc_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) 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'animation/scrollbar_animation_controller_thinning.h', 51 'animation/scrollbar_animation_controller_thinning.h',
52 'animation/timing_function.cc', 52 'animation/timing_function.cc',
53 'animation/timing_function.h', 53 'animation/timing_function.h',
54 'animation/transform_operation.cc', 54 'animation/transform_operation.cc',
55 'animation/transform_operation.h', 55 'animation/transform_operation.h',
56 'animation/transform_operations.cc', 56 'animation/transform_operations.cc',
57 'animation/transform_operations.h', 57 'animation/transform_operations.h',
58 'base/completion_event.h', 58 'base/completion_event.h',
59 'base/invalidation_region.cc', 59 'base/invalidation_region.cc',
60 'base/invalidation_region.h', 60 'base/invalidation_region.h',
61 'base/latency_info_swap_promise.cc',
62 'base/latency_info_swap_promise.h',
63 'base/math_util.cc', 61 'base/math_util.cc',
64 'base/math_util.h', 62 'base/math_util.h',
65 'base/ref_counted_managed.h', 63 'base/ref_counted_managed.h',
66 'base/region.cc', 64 'base/region.cc',
67 'base/region.h', 65 'base/region.h',
68 'base/scoped_ptr_algorithm.h', 66 'base/scoped_ptr_algorithm.h',
69 'base/scoped_ptr_deque.h', 67 'base/scoped_ptr_deque.h',
70 'base/scoped_ptr_vector.h', 68 'base/scoped_ptr_vector.h',
71 'base/swap_promise.h', 69 'base/swap_promise.h',
72 'base/switches.cc', 70 'base/switches.cc',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'trees/thread_proxy.cc', 434 'trees/thread_proxy.cc',
437 'trees/thread_proxy.h', 435 'trees/thread_proxy.h',
438 'trees/tree_synchronizer.cc', 436 'trees/tree_synchronizer.cc',
439 'trees/tree_synchronizer.h', 437 'trees/tree_synchronizer.h',
440 ], 438 ],
441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 439 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
442 'msvs_disabled_warnings': [ 4267, ], 440 'msvs_disabled_warnings': [ 4267, ],
443 }, 441 },
444 ], 442 ],
445 } 443 }
OLDNEW
« no previous file with comments | « trunk/src/cc/base/swap_promise.h ('k') | trunk/src/cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698