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

Unified Diff: components/search_engines/BUILD.gn

Issue 2497853002: Create TemplateUrlData to base::Dictionary utility functions (Closed)
Patch Set: Updates after review discussion, just rip out common functions Created 4 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
Index: components/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 1d14a8008205d37f627918643a4ed7c89614f64a..fffe1c510cfc7ee682b128d6a03823de830b9938 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -30,6 +30,8 @@ static_library("search_engines") {
"template_url.h",
"template_url_data.cc",
"template_url_data.h",
+ "template_url_data_util.cc",
+ "template_url_data_util.h",
"template_url_fetcher.cc",
"template_url_fetcher.h",
"template_url_id.h",
« no previous file with comments | « no previous file | components/search_engines/default_search_manager.h » ('j') | components/search_engines/default_search_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698