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

Unified Diff: components/bookmarks.gypi

Issue 184663002: Omnibox: Make URLs of Bookmarks Searchable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ALL_MATCHES (in response to recent changes) Created 6 years, 8 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 | « chrome/test/base/testing_profile.cc ('k') | components/bookmarks/core/browser/bookmark_match.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks.gypi
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 1bcca4424d2bf8f9ecd0762c4cc08c3078133497..017885bc2c6dd307bffbf4372db569d47afef96e 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -17,13 +17,13 @@
'../url/url.gyp:url_lib',
],
'sources': [
+ 'bookmarks/core/browser/bookmark_match.cc',
+ 'bookmarks/core/browser/bookmark_match.h',
'bookmarks/core/browser/bookmark_node.cc',
'bookmarks/core/browser/bookmark_node.h',
'bookmarks/core/browser/bookmark_prompt_prefs.cc',
'bookmarks/core/browser/bookmark_prompt_prefs.h',
'bookmarks/core/browser/bookmark_service.h',
- 'bookmarks/core/browser/bookmark_title_match.cc',
- 'bookmarks/core/browser/bookmark_title_match.h',
],
},
{
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | components/bookmarks/core/browser/bookmark_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698