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

Side by Side Diff: cc/cc.gyp

Issue 60513007: Add SwapPromise support to LayerTreeHost and LayerTreeImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: add OVERRIDE to TestSwapPromise::DidNotSwap 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
« no previous file with comments | « cc/base/swap_promise.h ('k') | cc/test/layer_tree_test.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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'base/invalidation_region.cc', 57 'base/invalidation_region.cc',
58 'base/invalidation_region.h', 58 'base/invalidation_region.h',
59 'base/math_util.cc', 59 'base/math_util.cc',
60 'base/math_util.h', 60 'base/math_util.h',
61 'base/ref_counted_managed.h', 61 'base/ref_counted_managed.h',
62 'base/region.cc', 62 'base/region.cc',
63 'base/region.h', 63 'base/region.h',
64 'base/scoped_ptr_algorithm.h', 64 'base/scoped_ptr_algorithm.h',
65 'base/scoped_ptr_deque.h', 65 'base/scoped_ptr_deque.h',
66 'base/scoped_ptr_vector.h', 66 'base/scoped_ptr_vector.h',
67 'base/swap_promise.h',
67 'base/switches.cc', 68 'base/switches.cc',
68 'base/switches.h', 69 'base/switches.h',
69 'base/tiling_data.cc', 70 'base/tiling_data.cc',
70 'base/tiling_data.h', 71 'base/tiling_data.h',
71 'base/util.h', 72 'base/util.h',
72 'debug/benchmark_instrumentation.cc', 73 'debug/benchmark_instrumentation.cc',
73 'debug/benchmark_instrumentation.h', 74 'debug/benchmark_instrumentation.h',
74 'debug/debug_colors.cc', 75 'debug/debug_colors.cc',
75 'debug/debug_colors.h', 76 'debug/debug_colors.h',
76 'debug/debug_rect_history.cc', 77 'debug/debug_rect_history.cc',
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'trees/thread_proxy.cc', 432 'trees/thread_proxy.cc',
432 'trees/thread_proxy.h', 433 'trees/thread_proxy.h',
433 'trees/tree_synchronizer.cc', 434 'trees/tree_synchronizer.cc',
434 'trees/tree_synchronizer.h', 435 'trees/tree_synchronizer.h',
435 ], 436 ],
436 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 437 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
437 'msvs_disabled_warnings': [ 4267, ], 438 'msvs_disabled_warnings': [ 4267, ],
438 }, 439 },
439 ], 440 ],
440 } 441 }
OLDNEW
« no previous file with comments | « cc/base/swap_promise.h ('k') | cc/test/layer_tree_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698