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

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

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break 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 328faf35649b3982597cbebfe9f77144bb776273..4e153d8ff4c072ea52464f2beeb99b6454802c34 100644
--- a/blimp/client/core/contents/BUILD.gn
+++ b/blimp/client/core/contents/BUILD.gn
@@ -23,11 +23,13 @@ source_set("contents") {
"ime_feature.h",
"navigation_feature.cc",
"navigation_feature.h",
+ "tab_control_feature.cc",
+ "tab_control_feature.h",
]
public_deps = [
"//base",
- "//blimp/client:feature",
+ "//blimp/client/core/compositor",
"//blimp/client/public:public_headers",
"//blimp/net",
"//net:net",
@@ -37,6 +39,7 @@ source_set("contents") {
]
deps = [
+ "//blimp/client/core/render_widget",
"//blimp/common",
"//components/url_formatter",
"//skia",
@@ -88,7 +91,7 @@ source_set("test_support") {
]
public_deps = [
- "//blimp/client/core/contents",
+ ":contents",
"//testing/gmock",
]
}
@@ -104,16 +107,18 @@ source_set("unit_tests") {
"blimp_contents_observer_unittest.cc",
"blimp_navigation_controller_impl_unittest.cc",
"navigation_feature_unittest.cc",
+ "tab_control_feature_unittest.cc",
]
deps = [
":contents",
":test_support",
"//base",
- "//blimp/client:feature",
"//blimp/client/public:public_headers",
+ "//blimp/client/support:test_support",
"//blimp/common",
"//blimp/net:test_support",
+ "//net",
"//net:test_support",
"//testing/gtest",
"//ui/gfx:test_support",

Powered by Google App Engine
This is Rietveld 408576698