summaryrefslogtreecommitdiffstats
path: root/cc/BUILD.gn
diff options
context:
space:
mode:
authorkhushalsagar <khushalsagar@chromium.org>2016-01-29 18:47:17 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-30 02:48:18 +0000
commitb0d8691b17203c4e033ff5ee1a98a9de99a66734 (patch)
tree7f12cbbd1e2e5601de472dd80070243015158afd /cc/BUILD.gn
parenta5c40ea4cf0e867757dfb4741c9a1ef838b8f82f (diff)
downloadchromium_src-b0d8691b17203c4e033ff5ee1a98a9de99a66734.zip
chromium_src-b0d8691b17203c4e033ff5ee1a98a9de99a66734.tar.gz
chromium_src-b0d8691b17203c4e033ff5ee1a98a9de99a66734.tar.bz2
cc: Route output surface requests and visiblity calls for the remote
client LayerTreeHost. This also fixes the error for commits aborted on the server due to output surface lost. BUG=550687, 577301 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1583033002 Cr-Commit-Position: refs/heads/master@{#372522}
Diffstat (limited to 'cc/BUILD.gn')
-rw-r--r--cc/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 5c3d6d56..0a166e0 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -907,6 +907,7 @@ test("cc_unittests") {
"trees/layer_tree_host_unittest_picture.cc",
"trees/layer_tree_host_unittest_proxy.cc",
"trees/layer_tree_host_unittest_record_gpu_histogram.cc",
+ "trees/layer_tree_host_unittest_remote_server.cc",
"trees/layer_tree_host_unittest_scroll.cc",
"trees/layer_tree_host_unittest_serialization.cc",
"trees/layer_tree_host_unittest_video.cc",