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

Unified Diff: cc/BUILD.gn

Issue 996453002: Allow ui::Compositor to disable commits during tab-switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use DeferCommits instead 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/cc.gyp » ('j') | cc/trees/proxy.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 83e012ae5da4453b0f02681d66eb3140a9913993..85815417cb82d5daad889c9b622d49cfd5194110 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -513,6 +513,7 @@ component("cc") {
"trees/layer_tree_host_common.h",
"trees/layer_tree_host_impl.cc",
"trees/layer_tree_host_impl.h",
+ "trees/layer_tree_host_single_thread_client.h",
danakj 2015/03/11 17:23:12 Looks like these buildfile changes aren't needed a
ccameron 2015/03/11 21:46:43 True, not needed, but IIUC these .h files should h
"trees/layer_tree_impl.cc",
"trees/layer_tree_impl.h",
"trees/layer_tree_settings.cc",
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/trees/proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698