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

Unified Diff: blimp/engine/BUILD.gn

Issue 2035543002: [Blimp] Creates engine tab class to handle tab related operations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addresses comments Created 4 years, 7 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/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 7869e8298c636bdf865e6c9c77cdc58acf34e58c..215aa862aa72745b397725e99ea21b6e5530167a 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -312,6 +312,8 @@ source_set("session") {
"session/blimp_engine_session.h",
"session/page_load_tracker.cc",
"session/page_load_tracker.h",
+ "session/tab_blimp.cc",
+ "session/tab_blimp.h",
]
deps = [
« no previous file with comments | « no previous file | blimp/engine/session/blimp_engine_session.h » ('j') | blimp/engine/session/blimp_engine_session.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698