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

Unified Diff: cc/BUILD.gn

Issue 338633004: GN: Fix up various gpu targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | gpu/BUILD.gn » ('j') | gpu/BUILD.gn » ('J')
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 fef36f1eb1fb710bc1b0f7bcc172147b20229777..e6ed183a3d53d67e0876f0880695fb897c13bf6d 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -37,6 +37,8 @@ component("cc") {
"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",
@@ -60,6 +62,8 @@ component("cc") {
"base/switches.h",
"base/tiling_data.cc",
"base/tiling_data.h",
+ "base/unique_notifier.cc",
+ "base/unique_notifier.h",
"base/util.h",
"debug/benchmark_instrumentation.cc",
"debug/benchmark_instrumentation.h",
@@ -71,6 +75,8 @@ component("cc") {
"debug/frame_rate_counter.cc",
"debug/frame_rate_counter.h",
"debug/frame_viewer_instrumentation.h",
+ "debug/invalidation_benchmark.cc",
+ "debug/invalidation_benchmark.h",
"debug/lap_timer.cc",
"debug/lap_timer.h",
"debug/layer_tree_debug_state.cc",
@@ -564,6 +570,8 @@ source_set("test_support") {
"test/layer_tree_test.h",
"test/mock_quad_culler.cc",
"test/mock_quad_culler.h",
+ "test/ordered_simple_task_runner.cc",
+ "test/ordered_simple_task_runner.h",
"test/ordered_texture_map.cc",
"test/ordered_texture_map.h",
"test/paths.cc",
« no previous file with comments | « no previous file | gpu/BUILD.gn » ('j') | gpu/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698