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

Unified Diff: blimp/client/core/BUILD.gn

Issue 2241623002: blimp: Move compositing, input and render widget feature to client/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index dc2a17471e04f22d189f38b69a0851cacdada4b0..a8bfe16d5ce525f8b71ba6557d375e126b5d3a13 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -34,6 +34,7 @@ group("core") {
":switches",
"//blimp/client/core/compositor",
"//blimp/client/core/contents",
+ "//blimp/client/core/input",
nyquist 2016/08/12 07:34:28 Would we maybe want to add render_widget as well h
Khushal 2016/08/13 00:03:22 That's a good idea. Done.
"//blimp/client/core/session",
]
}
@@ -74,6 +75,7 @@ source_set("unit_tests") {
":context",
"//blimp/client/core/compositor:unit_tests",
"//blimp/client/core/contents:unit_tests",
+ "//blimp/client/core/render_widget:unit_tests",
"//blimp/client/core/session:unit_tests",
"//blimp/client/public:public_headers",
"//blimp/client/test",

Powered by Google App Engine
This is Rietveld 408576698