| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Do not add Chrome dependencies. Much work went into removing them. | 2 # Do not add Chrome dependencies. Much work went into removing them. |
| 3 "+components/browsing_data", | 3 "+components/browsing_data", |
| 4 "+components/crx_file", | 4 "+components/crx_file", |
| 5 "+components/guest_view", | 5 "+components/guest_view", |
| 6 "+components/url_matcher", | 6 "+components/url_matcher", |
| 7 "-content", | 7 "-content", |
| 8 "+content/grit/content_resources.h", | 8 "+content/grit/content_resources.h", |
| 9 "+content/public/common", | 9 "+content/public/common", |
| 10 "+content/public/test", | 10 "+content/public/test", |
| 11 "+crypto", | 11 "+crypto", |
| 12 "-extensions/components", | 12 "-extensions/components", |
| 13 "+extensions/test", | 13 "+extensions/test", |
| 14 "+grit/extensions_renderer_resources.h", | 14 "+grit/extensions_renderer_resources.h", |
| 15 "+grit/extensions_resources.h", | 15 "+grit/extensions_resources.h", |
| 16 "+mojo/public", |
| 16 "+testing", | 17 "+testing", |
| 17 "+third_party/mojo/src/mojo/public", | |
| 18 "+third_party/skia/include", | 18 "+third_party/skia/include", |
| 19 | 19 |
| 20 # Minimal UI dependencies. There are two good rules for UI dependencies here: | 20 # Minimal UI dependencies. There are two good rules for UI dependencies here: |
| 21 # | 21 # |
| 22 # 1) UI components should only be added as they are needed, and | 22 # 1) UI components should only be added as they are needed, and |
| 23 # 2) if //content doesn't allow it, //extensions probably won't allow it. | 23 # 2) if //content doesn't allow it, //extensions probably won't allow it. |
| 24 # (see for example ui/views) | 24 # (see for example ui/views) |
| 25 "-ui", | 25 "-ui", |
| 26 "+ui/base", | 26 "+ui/base", |
| 27 "+ui/gfx", | 27 "+ui/gfx", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 49 "+chrome/browser/extensions/test_extension_prefs.h", | 49 "+chrome/browser/extensions/test_extension_prefs.h", |
| 50 "+chrome/browser/extensions/test_extension_system.h", | 50 "+chrome/browser/extensions/test_extension_system.h", |
| 51 "+chrome/browser/ui/browser.h", | 51 "+chrome/browser/ui/browser.h", |
| 52 "+chrome/common/chrome_switches.h", | 52 "+chrome/common/chrome_switches.h", |
| 53 "+chrome/common/extensions/features/feature_channel.h", | 53 "+chrome/common/extensions/features/feature_channel.h", |
| 54 "+chrome/test/base/chrome_render_view_test.h", | 54 "+chrome/test/base/chrome_render_view_test.h", |
| 55 "+chrome/test/base/testing_profile.h", | 55 "+chrome/test/base/testing_profile.h", |
| 56 "+chrome/test/base/ui_test_utils.h", | 56 "+chrome/test/base/ui_test_utils.h", |
| 57 ], | 57 ], |
| 58 } | 58 } |
| OLD | NEW |