summaryrefslogtreecommitdiffstats
path: root/components/bookmarks.gypi
diff options
context:
space:
mode:
authorsdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 20:45:00 +0000
committersdefresne@chromium.org <sdefresne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 20:45:00 +0000
commitf3f9ddd184115df5c54298eacb937d752ea609c0 (patch)
tree9238dd4af6f0c6a281bec0086097700a6b6016e2 /components/bookmarks.gypi
parentd5158f4cec5dc31309ef93b66a8f8b46ae708fc0 (diff)
downloadchromium_src-f3f9ddd184115df5c54298eacb937d752ea609c0.zip
chromium_src-f3f9ddd184115df5c54298eacb937d752ea609c0.tar.gz
chromium_src-f3f9ddd184115df5c54298eacb937d752ea609c0.tar.bz2
Move bookmark_prompt_prefs.{cc,h} to components/bookmarks
The files chrome/browser/bookmarks/bookmark_prompt_prefs.{cc,h} does not have any dependencies on other files, so move them to the bookmarks component. BUG=360646 TBR=sky Review URL: https://codereview.chromium.org/236193015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/bookmarks.gypi')
-rw-r--r--components/bookmarks.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi
index 4fe4818..e1dcacb 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -19,6 +19,8 @@
'sources': [
'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_title_match.cc',
'bookmarks/core/browser/bookmark_title_match.h',
],