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

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

Issue 2542083004: Make //blimp/client/app a real embedder of //blimp/client/public (Closed)
Patch Set: Fix findbugs issue Created 4 years 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
« no previous file with comments | « blimp/client/core/common/BUILD.gn ('k') | blimp/client/core/compositor/blob_channel_feature.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [ 6 visibility = [
7 "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
8 "//blimp/client/core/*", 7 "//blimp/client/core/*",
9 "//blimp/client/test/*", 8 "//blimp/client/test/*",
9 "//blimp/engine:browser_tests",
10 ] 10 ]
11 11
12 sources = [ 12 sources = [
13 "blimp_client_picture_cache.cc", 13 "blimp_client_picture_cache.cc",
14 "blimp_client_picture_cache.h", 14 "blimp_client_picture_cache.h",
15 "blimp_compositor.cc", 15 "blimp_compositor.cc",
16 "blimp_compositor.h", 16 "blimp_compositor.h",
17 "blimp_compositor_dependencies.cc", 17 "blimp_compositor_dependencies.cc",
18 "blimp_compositor_dependencies.h", 18 "blimp_compositor_dependencies.h",
19 "blimp_compositor_frame_sink.cc", 19 "blimp_compositor_frame_sink.cc",
20 "blimp_compositor_frame_sink.h", 20 "blimp_compositor_frame_sink.h",
21 "blimp_compositor_frame_sink_proxy.h", 21 "blimp_compositor_frame_sink_proxy.h",
22 "blimp_image_decoder.cc", 22 "blimp_image_decoder.cc",
23 "blimp_image_decoder.h", 23 "blimp_image_decoder.h",
24 "blob_channel_feature.cc", 24 "blob_channel_feature.cc",
25 "blob_channel_feature.h", 25 "blob_channel_feature.h",
26 "blob_image_serialization_processor.cc", 26 "blob_image_serialization_processor.cc",
27 "blob_image_serialization_processor.h", 27 "blob_image_serialization_processor.h",
28 "decoding_image_generator.cc",
29 "decoding_image_generator.h",
30 ] 28 ]
31 29
32 deps = [ 30 deps = [
33 "//blimp/client/public:public_headers", 31 "//blimp/client/public:public_headers",
34 "//blimp/client/support/compositor", 32 "//blimp/client/support/compositor",
35 "//blimp/net", 33 "//blimp/net",
36 "//cc/animation", 34 "//cc/animation",
37 "//cc/proto", 35 "//cc/proto",
38 "//cc/surfaces", 36 "//cc/surfaces",
39 "//gpu/command_buffer/client", 37 "//gpu/command_buffer/client",
(...skipping 30 matching lines...) Expand all
70 "//blimp/test:support", 68 "//blimp/test:support",
71 "//cc", 69 "//cc",
72 "//cc:test_support", 70 "//cc:test_support",
73 "//cc/proto", 71 "//cc/proto",
74 "//cc/surfaces", 72 "//cc/surfaces",
75 "//skia", 73 "//skia",
76 "//testing/gtest", 74 "//testing/gtest",
77 "//ui/events:gesture_detection", 75 "//ui/events:gesture_detection",
78 ] 76 ]
79 } 77 }
OLDNEW
« no previous file with comments | « blimp/client/core/common/BUILD.gn ('k') | blimp/client/core/compositor/blob_channel_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698