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

Unified Diff: components/history/core/browser/BUILD.gn

Issue 722723005: Move constants used by history component to history namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build failures Created 6 years, 1 month 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/history.gypi ('k') | components/history/core/browser/history_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index da2b27ba9e212f5a2869bb9f23f96cc2ec1a83df..151bf7390111bb0a3f932c7b3a1d64c2440adaae 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -8,6 +8,8 @@ static_library("browser") {
"history_backend_observer.h",
"history_client.cc",
"history_client.h",
+ "history_constants.cc",
+ "history_constants.h",
"history_match.cc",
"history_match.h",
"history_service_observer.h",
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/history_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698