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

Side by Side Diff: cc/cc.gyp

Issue 296043005: cc: Add UniqueNotifier to cc/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split delayed Created 6 years, 7 months 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
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 'animation/scrollbar_animation_controller_linear_fade.h', 57 'animation/scrollbar_animation_controller_linear_fade.h',
58 'animation/scrollbar_animation_controller_thinning.cc', 58 'animation/scrollbar_animation_controller_thinning.cc',
59 'animation/scrollbar_animation_controller_thinning.h', 59 'animation/scrollbar_animation_controller_thinning.h',
60 'animation/timing_function.cc', 60 'animation/timing_function.cc',
61 'animation/timing_function.h', 61 'animation/timing_function.h',
62 'animation/transform_operation.cc', 62 'animation/transform_operation.cc',
63 'animation/transform_operation.h', 63 'animation/transform_operation.h',
64 'animation/transform_operations.cc', 64 'animation/transform_operations.cc',
65 'animation/transform_operations.h', 65 'animation/transform_operations.h',
66 'base/completion_event.h', 66 'base/completion_event.h',
67 'base/delayed_unique_notifier.cc',
68 'base/delayed_unique_notifier.h',
67 'base/invalidation_region.cc', 69 'base/invalidation_region.cc',
68 'base/invalidation_region.h', 70 'base/invalidation_region.h',
69 'base/latency_info_swap_promise.cc', 71 'base/latency_info_swap_promise.cc',
70 'base/latency_info_swap_promise.h', 72 'base/latency_info_swap_promise.h',
71 'base/latency_info_swap_promise_monitor.cc', 73 'base/latency_info_swap_promise_monitor.cc',
72 'base/latency_info_swap_promise_monitor.h', 74 'base/latency_info_swap_promise_monitor.h',
73 'base/math_util.cc', 75 'base/math_util.cc',
74 'base/math_util.h', 76 'base/math_util.h',
75 'base/ref_counted_managed.h', 77 'base/ref_counted_managed.h',
76 'base/region.cc', 78 'base/region.cc',
77 'base/region.h', 79 'base/region.h',
78 'base/rolling_time_delta_history.cc', 80 'base/rolling_time_delta_history.cc',
79 'base/rolling_time_delta_history.h', 81 'base/rolling_time_delta_history.h',
80 'base/scoped_ptr_algorithm.h', 82 'base/scoped_ptr_algorithm.h',
81 'base/scoped_ptr_deque.h', 83 'base/scoped_ptr_deque.h',
82 'base/scoped_ptr_vector.h', 84 'base/scoped_ptr_vector.h',
83 'base/swap_promise.h', 85 'base/swap_promise.h',
84 'base/swap_promise_monitor.cc', 86 'base/swap_promise_monitor.cc',
85 'base/swap_promise_monitor.h', 87 'base/swap_promise_monitor.h',
86 'base/switches.cc', 88 'base/switches.cc',
87 'base/switches.h', 89 'base/switches.h',
88 'base/tiling_data.cc', 90 'base/tiling_data.cc',
89 'base/tiling_data.h', 91 'base/tiling_data.h',
92 'base/unique_notifier.cc',
93 'base/unique_notifier.h',
90 'base/util.h', 94 'base/util.h',
91 'debug/benchmark_instrumentation.cc', 95 'debug/benchmark_instrumentation.cc',
92 'debug/benchmark_instrumentation.h', 96 'debug/benchmark_instrumentation.h',
93 'debug/debug_colors.cc', 97 'debug/debug_colors.cc',
94 'debug/debug_colors.h', 98 'debug/debug_colors.h',
95 'debug/debug_rect_history.cc', 99 'debug/debug_rect_history.cc',
96 'debug/debug_rect_history.h', 100 'debug/debug_rect_history.h',
97 'debug/devtools_instrumentation.h', 101 'debug/devtools_instrumentation.h',
98 'debug/frame_rate_counter.cc', 102 'debug/frame_rate_counter.cc',
99 'debug/frame_rate_counter.h', 103 'debug/frame_rate_counter.h',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'surfaces/surface.h', 494 'surfaces/surface.h',
491 'surfaces/surface_aggregator.cc', 495 'surfaces/surface_aggregator.cc',
492 'surfaces/surface_aggregator.h', 496 'surfaces/surface_aggregator.h',
493 'surfaces/surface_manager.cc', 497 'surfaces/surface_manager.cc',
494 'surfaces/surface_manager.h', 498 'surfaces/surface_manager.h',
495 'surfaces/surfaces_export.h', 499 'surfaces/surfaces_export.h',
496 ], 500 ],
497 }, 501 },
498 ], 502 ],
499 } 503 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698