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

Side by Side Diff: blimp/client/core/compositor/BUILD.gn

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder Created 4 years, 3 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 unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « blimp/client/core/blimp_client_context_impl_unittest.cc ('k') | blimp/client/core/compositor/blimp_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698