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

Unified Diff: components/webdata/common/BUILD.gn

Issue 2498053002: Add field to monitor last visited time for each search engine (Closed)
Patch Set: Update Nit comment. Created 4 years 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/test/data/web_database/version_68.sql ('k') | components/webdata/common/web_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/BUILD.gn
diff --git a/components/webdata/common/BUILD.gn b/components/webdata/common/BUILD.gn
index dba6d7ff16faffabe02edf60a18cc628e6fc798b..f7dc236b1531b4ffdddda8263d7949a93f6532d7 100644
--- a/components/webdata/common/BUILD.gn
+++ b/components/webdata/common/BUILD.gn
@@ -54,6 +54,7 @@ bundle_data("unit_tests_bundle_data") {
"//components/test/data/web_database/version_65.sql",
"//components/test/data/web_database/version_66.sql",
"//components/test/data/web_database/version_67.sql",
+ "//components/test/data/web_database/version_68.sql",
]
outputs = [
"{{bundle_resources_dir}}/" +
« no previous file with comments | « components/test/data/web_database/version_68.sql ('k') | components/webdata/common/web_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698