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

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

Issue 2415633003: blimp: Add mode to use the updated compositing path on the client. (Closed)
Patch Set: Rebase Created 4 years, 2 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("render_widget") { 5 source_set("render_widget") {
6 visibility = [ 6 visibility = [
7 "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/65196 4. 7 "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/65196 4.
8 "//blimp/client/core/*", 8 "//blimp/client/core/*",
9 ] 9 ]
10 10
11 sources = [ 11 sources = [
12 "blimp_document.cc", 12 "blimp_document.cc",
13 "blimp_document.h", 13 "blimp_document.h",
14 "blimp_document_manager.cc", 14 "blimp_document_manager.cc",
15 "blimp_document_manager.h", 15 "blimp_document_manager.h",
16 "render_widget_feature.cc", 16 "render_widget_feature.cc",
17 "render_widget_feature.h", 17 "render_widget_feature.h",
18 ] 18 ]
19 19
20 deps = [ 20 deps = [
21 "//blimp/common", 21 "//blimp/common",
22 "//cc/proto", 22 "//cc/proto",
23 "//net", 23 "//net",
24 ] 24 ]
25 25
26 public_deps = [ 26 public_deps = [
27 "//base", 27 "//base",
28 "//blimp/client/core/compositor", 28 "//blimp/client/core/compositor",
29 "//blimp/client/core/input", 29 "//blimp/client/core/input",
30 "//blimp/client/core/switches",
30 "//blimp/net", 31 "//blimp/net",
31 ] 32 ]
32 } 33 }
33 34
34 source_set("test_support") { 35 source_set("test_support") {
35 visibility = [ 36 visibility = [
36 "//blimp/client/core/render_widget:unit_tests", 37 "//blimp/client/core/render_widget:unit_tests",
37 "//blimp/client/core/compositor:unit_tests", 38 "//blimp/client/core/compositor:unit_tests",
38 "//blimp/engine:browser_tests", # # TODO(nyquist): Remove this. See crbug/6 53789. 39 "//blimp/engine:browser_tests", # # TODO(nyquist): Remove this. See crbug/6 53789.
39 ] 40 ]
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "//blimp/client/test/compositor", 76 "//blimp/client/test/compositor",
76 "//blimp/common", 77 "//blimp/common",
77 "//blimp/net:test_support", 78 "//blimp/net:test_support",
78 "//cc/proto", 79 "//cc/proto",
79 "//cc/surfaces", 80 "//cc/surfaces",
80 "//net", 81 "//net",
81 "//net:test_support", 82 "//net:test_support",
82 "//testing/gtest", 83 "//testing/gtest",
83 ] 84 ]
84 } 85 }
OLDNEW
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor_unittest.cc ('k') | blimp/client/core/render_widget/blimp_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698