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

Unified Diff: components/session_manager/core/BUILD.gn

Issue 646773003: Add a missing defines to components/session_manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/session_manager/core/BUILD.gn
diff --git a/components/session_manager/core/BUILD.gn b/components/session_manager/core/BUILD.gn
index 3278385e73f4e010c555fc7e907cb3b0559ce8d1..eefd8838e90509fceeacd3f9c2c1e98b5138180e 100644
--- a/components/session_manager/core/BUILD.gn
+++ b/components/session_manager/core/BUILD.gn
@@ -8,4 +8,5 @@ component("core") {
"session_manager.cc",
"session_manager.h",
]
+ defines = [ "SESSION_IMPLEMENTATION" ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698