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

Unified Diff: ios/chrome/browser/ui/tab_switcher/BUILD.gn

Issue 2612733004: Renames SessionChanges and SessionCellData to have a TabSwitcher prefix. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tab_switcher/session_changes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/tab_switcher/BUILD.gn
diff --git a/ios/chrome/browser/ui/tab_switcher/BUILD.gn b/ios/chrome/browser/ui/tab_switcher/BUILD.gn
index ded140cec9916289c9fffd16b700d0e1ccc019df..e5cfbf466d347d77f2ca77bae700e8d1aafc98b1 100644
--- a/ios/chrome/browser/ui/tab_switcher/BUILD.gn
+++ b/ios/chrome/browser/ui/tab_switcher/BUILD.gn
@@ -51,8 +51,6 @@ bundle_data("resources") {
source_set("tab_switcher") {
sources = [
- "session_changes.h",
- "session_changes.mm",
"tab_model_snapshot.h",
"tab_model_snapshot.mm",
"tab_switcher.h",
@@ -81,6 +79,8 @@ source_set("tab_switcher") {
"tab_switcher_panel_view.mm",
"tab_switcher_session_cell_data.h",
"tab_switcher_session_cell_data.mm",
+ "tab_switcher_session_changes.h",
+ "tab_switcher_session_changes.mm",
"tab_switcher_tab_strip_placeholder_view.h",
"tab_switcher_tab_strip_placeholder_view.mm",
"tab_switcher_transition_context.h",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tab_switcher/session_changes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698