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

Unified Diff: components/sessions/BUILD.gn

Issue 480883002: Move session_id.{cc,h} from chrome/browser/sessions to components/sessions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « components/sessions.gypi ('k') | components/sessions/session_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/BUILD.gn
diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn
index 96c22d5dcafe15523edaf0392b20a2d2fa5d5241..1daff6e0533ad84aad04b728e91f4ae83ca58ecc 100644
--- a/components/sessions/BUILD.gn
+++ b/components/sessions/BUILD.gn
@@ -10,6 +10,8 @@ component("sessions") {
sources = [
"serialized_navigation_entry.cc",
"serialized_navigation_entry.h",
+ "session_id.cc",
+ "session_id.h",
]
defines = [ "SESSIONS_IMPLEMENTATION" ]
« no previous file with comments | « components/sessions.gypi ('k') | components/sessions/session_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698