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

Unified Diff: cc/BUILD.gn

Issue 1002073002: Split cc/base into separate GN source_set and clean deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 2327db0b1ff5fc5fa284288aca0b9d3055d9a715..bd8bfdd43d2f337fd9f3465cf683418faf7f7c41 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -38,39 +38,6 @@ component("cc") {
"animation/transform_operation.h",
"animation/transform_operations.cc",
"animation/transform_operations.h",
- "base/completion_event.h",
- "base/delayed_unique_notifier.cc",
- "base/delayed_unique_notifier.h",
- "base/invalidation_region.cc",
- "base/invalidation_region.h",
- "base/latency_info_swap_promise.cc",
- "base/latency_info_swap_promise.h",
- "base/latency_info_swap_promise_monitor.cc",
- "base/latency_info_swap_promise_monitor.h",
- "base/math_util.cc",
- "base/math_util.h",
- "base/ref_counted_managed.h",
- "base/region.cc",
- "base/region.h",
- "base/rolling_time_delta_history.cc",
- "base/rolling_time_delta_history.h",
- "base/scoped_ptr_algorithm.h",
- "base/scoped_ptr_deque.h",
- "base/scoped_ptr_vector.h",
- "base/simple_enclosed_region.cc",
- "base/simple_enclosed_region.h",
- "base/swap_promise.h",
- "base/swap_promise_monitor.cc",
- "base/swap_promise_monitor.h",
- "base/switches.cc",
- "base/switches.h",
- "base/synced_property.h",
- "base/tiling_data.cc",
- "base/tiling_data.h",
- "base/time_util.h",
- "base/unique_notifier.cc",
- "base/unique_notifier.h",
- "base/util.h",
"debug/benchmark_instrumentation.cc",
"debug/benchmark_instrumentation.h",
"debug/debug_colors.cc",
@@ -267,6 +234,8 @@ component("cc") {
"output/gl_renderer.h",
"output/gl_renderer_draw_cache.cc",
"output/gl_renderer_draw_cache.h",
+ "output/latency_info_swap_promise.cc",
+ "output/latency_info_swap_promise.h",
"output/managed_memory_policy.cc",
"output/managed_memory_policy.h",
"output/output_surface.cc",
@@ -299,6 +268,7 @@ component("cc") {
"output/software_renderer.h",
"output/static_geometry_binding.cc",
"output/static_geometry_binding.h",
+ "output/swap_promise.h",
"output/viewport_selection_bound.cc",
"output/viewport_selection_bound.h",
"output/vsync_parameter_observer.h",
@@ -510,6 +480,8 @@ component("cc") {
"trees/damage_tracker.h",
"trees/draw_property_utils.cc",
"trees/draw_property_utils.h",
+ "trees/latency_info_swap_promise_monitor.cc",
+ "trees/latency_info_swap_promise_monitor.h",
"trees/layer_tree_host.cc",
"trees/layer_tree_host.h",
"trees/layer_tree_host_client.h",
@@ -537,6 +509,8 @@ component("cc") {
"trees/scoped_abort_remaining_swap_promises.h",
"trees/single_thread_proxy.cc",
"trees/single_thread_proxy.h",
+ "trees/swap_promise_monitor.cc",
+ "trees/swap_promise_monitor.h",
"trees/thread_proxy.cc",
"trees/thread_proxy.h",
"trees/tree_synchronizer.cc",
@@ -547,6 +521,7 @@ component("cc") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
public_deps = [
+ "//cc/base",
"//skia",
]
deps = [
« no previous file with comments | « no previous file | cc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698