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

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

Issue 96363002: Revert 237857 "Revert 237848 "Use LatencyInfoSwapPromise to trac..." (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',
61 'base/math_util.cc', 63 'base/math_util.cc',
62 'base/math_util.h', 64 'base/math_util.h',
63 'base/ref_counted_managed.h', 65 'base/ref_counted_managed.h',
64 'base/region.cc', 66 'base/region.cc',
65 'base/region.h', 67 'base/region.h',
66 'base/scoped_ptr_algorithm.h', 68 'base/scoped_ptr_algorithm.h',
67 'base/scoped_ptr_deque.h', 69 'base/scoped_ptr_deque.h',
68 'base/scoped_ptr_vector.h', 70 'base/scoped_ptr_vector.h',
69 'base/swap_promise.h', 71 'base/swap_promise.h',
70 'base/switches.cc', 72 'base/switches.cc',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'trees/thread_proxy.cc', 436 'trees/thread_proxy.cc',
435 'trees/thread_proxy.h', 437 'trees/thread_proxy.h',
436 'trees/tree_synchronizer.cc', 438 'trees/tree_synchronizer.cc',
437 'trees/tree_synchronizer.h', 439 'trees/tree_synchronizer.h',
438 ], 440 ],
439 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
440 'msvs_disabled_warnings': [ 4267, ], 442 'msvs_disabled_warnings': [ 4267, ],
441 }, 443 },
442 ], 444 ],
443 } 445 }
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