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

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: Created 4 years, 5 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 33a5b40286d99a624cea7cbccb04ca832d5b4e2c..51b0d0f04057f28b18472d495cb16147cee8beae 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",
@@ -51,6 +53,7 @@ source_set("unit_tests") {
sources = [
"blimp_contents_impl_unittest.cc",
+ "blimp_contents_manager_unittest.cc",
"blimp_navigation_controller_impl_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698