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

Side by Side Diff: trunk/src/chrome/browser/favicon/DEPS

Issue 15974007: Revert 202729 "chrome/browser: Remove unnecessary entries from D..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « trunk/src/chrome/browser/common/README ('k') | trunk/src/chrome/browser/history/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Favicon is being made into a Browser Component, so we have these 2 # Favicon is being made into a Browser Component, so we have these
3 # three basic rules followed by temporary exceptions. Please don't 3 # three basic rules followed by temporary exceptions. Please don't
4 # add to the list of exceptions! 4 # add to the list of exceptions!
5 "-chrome/browser", 5 "-chrome/browser",
6 "+chrome/browser/api",
6 "+chrome/browser/common", 7 "+chrome/browser/common",
7 "+chrome/browser/favicon", 8 "+chrome/browser/favicon",
8 9
9 # Permanently-allowed DEPS beyond the standard Browser 10 # Permanently-allowed DEPS beyond the standard Browser
10 # Components-like DEPS above go here. 11 # Components-like DEPS above go here.
11 "+chrome/browser/search/search.h", 12 "+chrome/browser/search/search.h",
12 "+third_party/skia/include/core/SkBitmap.h", 13 "+third_party/skia/include/core/SkBitmap.h",
13 14
14 # TODO(caitkp): Bring this list to zero. 15 # TODO(caitkp): Bring this list to zero.
15 # 16 #
(...skipping 16 matching lines...) Expand all
32 'favicon_util\.(h|cc)': [ 33 'favicon_util\.(h|cc)': [
33 "-chrome", 34 "-chrome",
34 "-chrome/browser", 35 "-chrome/browser",
35 "+chrome/browser/favicon/favicon_types.h", 36 "+chrome/browser/favicon/favicon_types.h",
36 "+chrome/browser/favicon/favicon_util.h", 37 "+chrome/browser/favicon/favicon_util.h",
37 "+chrome/common/icon_messages.h", 38 "+chrome/common/icon_messages.h",
38 "!chrome/browser/history/history_types.h", 39 "!chrome/browser/history/history_types.h",
39 "!chrome/browser/history/select_favicon_frames.h", 40 "!chrome/browser/history/select_favicon_frames.h",
40 ] 41 ]
41 } 42 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/common/README ('k') | trunk/src/chrome/browser/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698