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

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

Issue 2255533002: Add TabControlFeature to BlimpClientContextImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync to head 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/contents/BUILD.gn
diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
index 0b0d47c3559e617ad6a8e0b314024f4c323626d9..4f3e764329ef634487b86b835817fd077bacc93c 100644
--- a/blimp/client/core/contents/BUILD.gn
+++ b/blimp/client/core/contents/BUILD.gn
@@ -26,10 +26,12 @@ source_set("contents") {
public_deps = [
"//base",
+ "//blimp/client:feature",
"//blimp/client/public:public_headers",
"//blimp/net",
"//net:net",
"//ui/base/ime:text_input_types",
+ "//ui/gfx/geometry:geometry",
"//url",
]
@@ -95,11 +97,14 @@ source_set("unit_tests") {
":contents",
":test_support",
"//base",
+ "//blimp/client:feature",
"//blimp/client/public:public_headers",
"//blimp/common",
"//blimp/net:test_support",
"//net:test_support",
"//testing/gtest",
+ "//ui/gfx:test_support",
+ "//ui/gfx/geometry:geometry",
"//url",
]
}
« no previous file with comments | « blimp/client/core/blimp_client_context_impl_unittest.cc ('k') | blimp/client/core/contents/blimp_contents_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698