OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 source_set("compositor") { | 5 source_set("compositor") { |
6 visibility = [ "//blimp/client/*" ] | 6 visibility = [ "//blimp/client/*" ] |
7 | 7 |
8 sources = [ | 8 sources = [ |
9 "blimp_client_picture_cache.cc", | 9 "blimp_client_picture_cache.cc", |
10 "blimp_client_picture_cache.h", | 10 "blimp_client_picture_cache.h", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 "blob_channel_feature_unittest.cc", | 61 "blob_channel_feature_unittest.cc", |
62 "delegated_output_surface_unittest.cc", | 62 "delegated_output_surface_unittest.cc", |
63 ] | 63 ] |
64 | 64 |
65 deps = [ | 65 deps = [ |
66 ":compositor", | 66 ":compositor", |
67 "//base", | 67 "//base", |
68 "//blimp/client/core/render_widget", | 68 "//blimp/client/core/render_widget", |
69 "//blimp/client/core/render_widget:test_support", | 69 "//blimp/client/core/render_widget:test_support", |
70 "//blimp/client/support", | 70 "//blimp/client/support", |
71 "//blimp/client/support:test_support", | 71 "//blimp/client/test", |
72 "//blimp/test:support", | 72 "//blimp/test:support", |
73 "//cc", | 73 "//cc", |
74 "//cc:test_support", | 74 "//cc:test_support", |
75 "//cc/proto", | 75 "//cc/proto", |
76 "//cc/surfaces", | 76 "//cc/surfaces", |
77 "//skia", | 77 "//skia", |
78 "//testing/gtest", | 78 "//testing/gtest", |
79 "//ui/events:gesture_detection", | 79 "//ui/events:gesture_detection", |
80 ] | 80 ] |
81 } | 81 } |
OLD | NEW |