OLD | NEW |
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", | |
7 "+chrome/browser/common", | 6 "+chrome/browser/common", |
8 "+chrome/browser/favicon", | 7 "+chrome/browser/favicon", |
9 | 8 |
10 # Permanently-allowed DEPS beyond the standard Browser | 9 # Permanently-allowed DEPS beyond the standard Browser |
11 # Components-like DEPS above go here. | 10 # Components-like DEPS above go here. |
12 "+chrome/browser/search/search.h", | 11 "+chrome/browser/search/search.h", |
13 "+third_party/skia/include/core/SkBitmap.h", | 12 "+third_party/skia/include/core/SkBitmap.h", |
14 | 13 |
15 # TODO(caitkp): Bring this list to zero. | 14 # TODO(caitkp): Bring this list to zero. |
16 # | 15 # |
(...skipping 16 matching lines...) Expand all Loading... |
33 'favicon_util\.(h|cc)': [ | 32 'favicon_util\.(h|cc)': [ |
34 "-chrome", | 33 "-chrome", |
35 "-chrome/browser", | 34 "-chrome/browser", |
36 "+chrome/browser/favicon/favicon_types.h", | 35 "+chrome/browser/favicon/favicon_types.h", |
37 "+chrome/browser/favicon/favicon_util.h", | 36 "+chrome/browser/favicon/favicon_util.h", |
38 "+chrome/common/icon_messages.h", | 37 "+chrome/common/icon_messages.h", |
39 "!chrome/browser/history/history_types.h", | 38 "!chrome/browser/history/history_types.h", |
40 "!chrome/browser/history/select_favicon_frames.h", | 39 "!chrome/browser/history/select_favicon_frames.h", |
41 ] | 40 ] |
42 } | 41 } |
OLD | NEW |