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

Side by Side Diff: chrome/browser/bookmarks/DEPS

Issue 14575004: Extract BookmarksFileImporter from Firefox2Importer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Bookmarks is being made into a component (it will end up at 2 # Bookmarks is being made into a component (it will end up at
3 # //components/bookmarks and not depend on //chrome), so we have these basic 3 # //components/bookmarks and not depend on //chrome), so we have these basic
4 # rules followed by temporary exceptions. Please don't add to the list of 4 # rules followed by temporary exceptions. Please don't add to the list of
5 # exceptions! 5 # exceptions!
6 "-chrome/browser", 6 "-chrome/browser",
7 "+chrome/browser/bookmarks", 7 "+chrome/browser/bookmarks",
8 8
9 # TODO(kaiwang): Bring this list to zero. 9 # TODO(kaiwang): Bring this list to zero.
10 # Do not add to the list of temporarily-allowed dependencies below, 10 # Do not add to the list of temporarily-allowed dependencies below,
(...skipping 10 matching lines...) Expand all
21 "!chrome/browser/profiles/incognito_helpers.h", 21 "!chrome/browser/profiles/incognito_helpers.h",
22 "!chrome/browser/profiles/profile.h", 22 "!chrome/browser/profiles/profile.h",
23 "!chrome/browser/profiles/profile_dependency_manager.h", 23 "!chrome/browser/profiles/profile_dependency_manager.h",
24 "!chrome/browser/profiles/profile_keyed_service.h", 24 "!chrome/browser/profiles/profile_keyed_service.h",
25 "!chrome/browser/profiles/profile_keyed_service_factory.h", 25 "!chrome/browser/profiles/profile_keyed_service_factory.h",
26 "!chrome/browser/profiles/startup_task_runner_service.h", 26 "!chrome/browser/profiles/startup_task_runner_service.h",
27 "!chrome/browser/profiles/startup_task_runner_service_factory.h", 27 "!chrome/browser/profiles/startup_task_runner_service_factory.h",
28 # Do not add to the list of temporarily-allowed dependencies above, 28 # Do not add to the list of temporarily-allowed dependencies above,
29 # and please do not introduce more #includes of these files. 29 # and please do not introduce more #includes of these files.
30 ] 30 ]
31
32 specific_include_rules = {
33 # TODO(kaiwang): Bring this list to zero.
34 # Do not add to the list of temporarily-allowed dependencies below,
35 # and please do not introduce more #includes of these files.
36 '.*_[a-z]*test\.cc': [
37 "!chrome/browser/importer/firefox2_importer.h",
38 ]
39 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_html_reader.h » ('j') | chrome/browser/bookmarks/bookmark_html_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698