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

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: rework SwapPromise() interface to have virtual DidSwap() & DidNotSwap() interface Created 7 years, 1 month 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 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.cc',
danakj 2013/11/13 23:22:09 I don't see this file in the diff
Yufeng Shen (Slow to review) 2013/11/14 22:09:55 Done.
68 'base/swap_promise.h',
67 'base/switches.cc', 69 'base/switches.cc',
68 'base/switches.h', 70 'base/switches.h',
69 'base/tiling_data.cc', 71 'base/tiling_data.cc',
70 'base/tiling_data.h', 72 'base/tiling_data.h',
71 'base/util.h', 73 'base/util.h',
72 'debug/benchmark_instrumentation.cc', 74 'debug/benchmark_instrumentation.cc',
73 'debug/benchmark_instrumentation.h', 75 'debug/benchmark_instrumentation.h',
74 'debug/debug_colors.cc', 76 'debug/debug_colors.cc',
75 'debug/debug_colors.h', 77 'debug/debug_colors.h',
76 'debug/debug_rect_history.cc', 78 'debug/debug_rect_history.cc',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'trees/thread_proxy.cc', 423 'trees/thread_proxy.cc',
422 'trees/thread_proxy.h', 424 'trees/thread_proxy.h',
423 'trees/tree_synchronizer.cc', 425 'trees/tree_synchronizer.cc',
424 'trees/tree_synchronizer.h', 426 'trees/tree_synchronizer.h',
425 ], 427 ],
426 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 428 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
427 'msvs_disabled_warnings': [ 4267, ], 429 'msvs_disabled_warnings': [ 4267, ],
428 }, 430 },
429 ], 431 ],
430 } 432 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698