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

Unified Diff: blimp/client/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: git add blimp/client/public/contents/blimp_contents_observer.cc 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/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 093c71145b3206a7f23e4bd225168049298d1a11..2b68b32b3d7b6b117433539eadefb2d00cdce5b4 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -91,14 +91,14 @@ source_set("app_unit_tests") {
source_set("feature") {
sources = [
+ "core/feature/tab_control_feature.cc",
+ "core/feature/tab_control_feature.h",
"feature/ime_feature.cc",
"feature/ime_feature.h",
"feature/render_widget_feature.cc",
"feature/render_widget_feature.h",
"feature/settings_feature.cc",
"feature/settings_feature.h",
- "feature/tab_control_feature.cc",
- "feature/tab_control_feature.h",
]
deps = [
@@ -193,9 +193,9 @@ source_set("feature_unit_tests") {
testonly = true
sources = [
+ "core/feature/tab_control_feature_unittest.cc",
"feature/compositor/blimp_compositor_manager_unittest.cc",
"feature/render_widget_feature_unittest.cc",
- "feature/tab_control_feature_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | blimp/client/app/android/blimp_client_session_android.cc » ('j') | blimp/client/core/blimp_client_context_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698