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

Unified Diff: cc/BUILD.gn

Issue 1411663002: cc: Split Proxy to eliminate unnecessary dependencies on the impl side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/cc.gyp » ('j') | cc/trees/layer_tree_impl.h » ('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 6c0c0e02d1f0aa8a2ffd262fd64788b0ad26c4b7..3785d7a402f3dff21b823a92d1570113b05fc950 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -496,6 +496,8 @@ component("cc") {
"trees/swap_promise_monitor.h",
"trees/thread_proxy.cc",
"trees/thread_proxy.h",
+ "trees/thread_verifier.cc",
+ "trees/thread_verifier.h",
"trees/threaded_channel.cc",
"trees/threaded_channel.h",
"trees/tree_synchronizer.cc",
@@ -560,6 +562,7 @@ source_set("test_support") {
"test/fake_external_begin_frame_source.cc",
"test/fake_external_begin_frame_source.h",
"test/fake_impl_proxy.h",
+ "test/fake_impl_thread_verifier.h",
"test/fake_layer_tree_host.cc",
"test/fake_layer_tree_host.h",
"test/fake_layer_tree_host_client.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/trees/layer_tree_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698