Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base", | 2 "+base", |
| 3 "+content/public/app", | 3 "+content/public/app", |
| 4 "+content/public/browser", | 4 "+content/public/browser", |
| 5 "+content/public/common", | 5 "+content/public/common", |
| 6 "+content/public/test", | 6 "+content/public/test", |
| 7 "+components/browser_context_keyed_service", | 7 "+components/browser_context_keyed_service", |
| 8 "+components/user_prefs/pref_registry_syncable.h", | 8 "+components/user_prefs/pref_registry_syncable.h", |
| 9 "+components/web_modal", | 9 "+components/web_modal", |
| 10 "+extensions", | 10 "+extensions", |
| 11 "+net/base", | 11 "+net/base", |
| 12 "+sandbox", | |
|
James Cook
2014/01/29 20:42:00
Consider limiting this to just the file or directo
Haojian Wu
2014/01/30 06:28:47
Done. move it to /apps/shell/DEPS file.
| |
| 12 "+skia/ext", | 13 "+skia/ext", |
| 13 "+third_party/skia/include", | 14 "+third_party/skia/include", |
| 14 "+ui", | 15 "+ui", |
| 15 "+win8", | 16 "+win8", |
| 16 | 17 |
| 17 # Temporary allowed includes. | 18 # Temporary allowed includes. |
| 18 # TODO(benwells): remove these (http://crbug.com/159366) | 19 # TODO(benwells): remove these (http://crbug.com/159366) |
| 19 "+chrome/browser/chrome_notification_types.h", | 20 "+chrome/browser/chrome_notification_types.h", |
| 20 "+chrome/browser/chromeos/drive", | 21 "+chrome/browser/chromeos/drive", |
| 21 "+chrome/browser/chromeos/login/user_manager.h", | 22 "+chrome/browser/chromeos/login/user_manager.h", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 60 "+chrome/browser/ui/browser.h", | 61 "+chrome/browser/ui/browser.h", |
| 61 "+chrome/test/base/in_process_browser_test.h", | 62 "+chrome/test/base/in_process_browser_test.h", |
| 62 "+chrome/test/base/interactive_test_utils.h", | 63 "+chrome/test/base/interactive_test_utils.h", |
| 63 "+chrome/test/base/testing_profile.h", | 64 "+chrome/test/base/testing_profile.h", |
| 64 # Temporary allowed testing include. | 65 # Temporary allowed testing include. |
| 65 # TODO(benwells): Move app_browsertest_util into apps component once there | 66 # TODO(benwells): Move app_browsertest_util into apps component once there |
| 66 # is an apps shell to test with. | 67 # is an apps shell to test with. |
| 67 "+chrome/browser/apps/app_browsertest_util.h", | 68 "+chrome/browser/apps/app_browsertest_util.h", |
| 68 ] | 69 ] |
| 69 } | 70 } |
| OLD | NEW |