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

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

Issue 2201433002: Migrate TabControlFeature from 0.5 to 0.6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some more compile error fix 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 c3f8ab8b0fcb2d0aa6976da160460dd399fc9fdd..e5f57fb4b1afc98f990d3051fd9431e044378bb5 100644
--- a/blimp/client/core/contents/BUILD.gn
+++ b/blimp/client/core/contents/BUILD.gn
@@ -13,6 +13,8 @@ source_set("contents") {
sources = [
"blimp_contents_impl.cc",
"blimp_contents_impl.h",
+ "blimp_contents_manager.cc",
+ "blimp_contents_manager.h",
"blimp_navigation_controller_delegate.h",
"blimp_navigation_controller_impl.cc",
"blimp_navigation_controller_impl.h",
@@ -80,6 +82,8 @@ source_set("unit_tests") {
sources = [
"blimp_contents_impl_unittest.cc",
+ "blimp_contents_manager_unittest.cc",
+ "blimp_contents_observer_unittest.cc",
"blimp_navigation_controller_impl_unittest.cc",
"navigation_feature_unittest.cc",
]
« no previous file with comments | « blimp/client/core/blimp_client_context_impl.cc ('k') | blimp/client/core/contents/android/blimp_contents_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698