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

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

Issue 2400923002: Move BlimpInputManager to BlimpDocument from BlimpCompositor. (Closed)
Patch Set: Removed unnecessary DCHECK. 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/net", 30 "//blimp/net",
30 ] 31 ]
31 } 32 }
32 33
33 source_set("test_support") { 34 source_set("test_support") {
34 visibility = [ 35 visibility = [
35 "//blimp/client/core/render_widget:unit_tests", 36 "//blimp/client/core/render_widget:unit_tests",
36 "//blimp/client/core/compositor:unit_tests", 37 "//blimp/client/core/compositor:unit_tests",
37 "//blimp/engine:browser_tests", # # TODO(nyquist): Remove this. See crbug/6 53789. 38 "//blimp/engine:browser_tests", # # TODO(nyquist): Remove this. See crbug/6 53789.
38 ] 39 ]
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "//blimp/client/test/compositor", 75 "//blimp/client/test/compositor",
75 "//blimp/common", 76 "//blimp/common",
76 "//blimp/net:test_support", 77 "//blimp/net:test_support",
77 "//cc/proto", 78 "//cc/proto",
78 "//cc/surfaces", 79 "//cc/surfaces",
79 "//net", 80 "//net",
80 "//net:test_support", 81 "//net:test_support",
81 "//testing/gtest", 82 "//testing/gtest",
82 ] 83 ]
83 } 84 }
OLDNEW
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor_unittest.cc ('k') | blimp/client/core/render_widget/blimp_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698