| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Bookmarks is being made into a Browser Component, so we have these | 2 # Bookmarks is being made into a Browser Component, so we have these |
| 3 # two basic rules followed by temporary exceptions. Please don't | 3 # two 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/api", |
| 7 "+chrome/browser/bookmarks", | 7 "+chrome/browser/bookmarks", |
| 8 "+chrome/browser/common", |
| 8 | 9 |
| 9 # TODO(kaiwang): Bring this list to zero. | 10 # TODO(kaiwang): Bring this list to zero. |
| 10 # Do not add to the list of temporarily-allowed dependencies below, | 11 # Do not add to the list of temporarily-allowed dependencies below, |
| 11 # and please do not introduce more #includes of these files. | 12 # and please do not introduce more #includes of these files. |
| 12 "!chrome/browser/browser_process.h", | 13 "!chrome/browser/browser_process.h", |
| 13 "!chrome/browser/cancelable_request.h", | 14 "!chrome/browser/cancelable_request.h", |
| 14 "!chrome/browser/extensions/event_router.h", | 15 "!chrome/browser/extensions/event_router.h", |
| 15 "!chrome/browser/extensions/extension_function.h", | 16 "!chrome/browser/extensions/extension_function.h", |
| 16 "!chrome/browser/extensions/extension_function_dispatcher.h", | 17 "!chrome/browser/extensions/extension_function_dispatcher.h", |
| 17 "!chrome/browser/extensions/extension_web_ui.h", | 18 "!chrome/browser/extensions/extension_web_ui.h", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 # Do not add to the list of temporarily-allowed dependencies below, | 56 # Do not add to the list of temporarily-allowed dependencies below, |
| 56 # and please do not introduce more #includes of these files. | 57 # and please do not introduce more #includes of these files. |
| 57 '.*_[a-z]*test\.cc': [ | 58 '.*_[a-z]*test\.cc': [ |
| 58 "!chrome/browser/extensions/extension_apitest.h", | 59 "!chrome/browser/extensions/extension_apitest.h", |
| 59 "!chrome/browser/history/in_memory_database.h", | 60 "!chrome/browser/history/in_memory_database.h", |
| 60 "!chrome/browser/importer/firefox2_importer.h", | 61 "!chrome/browser/importer/firefox2_importer.h", |
| 61 "!chrome/browser/profiles/profile_manager.h", | 62 "!chrome/browser/profiles/profile_manager.h", |
| 62 "!chrome/browser/ui/browser_commands.h", | 63 "!chrome/browser/ui/browser_commands.h", |
| 63 ] | 64 ] |
| 64 } | 65 } |
| OLD | NEW |