| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", | 6 "+chrome/grit", |
| 7 "+chrome/install_static", | 7 "+chrome/install_static", |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "+services/ui/public", | 40 "+services/ui/public", |
| 41 "+ppapi/c", # For various types. | 41 "+ppapi/c", # For various types. |
| 42 "+ppapi/host", | 42 "+ppapi/host", |
| 43 "+ppapi/proxy", | 43 "+ppapi/proxy", |
| 44 "+ppapi/shared_impl", | 44 "+ppapi/shared_impl", |
| 45 "+rlz", | 45 "+rlz", |
| 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 47 "+services/service_manager", | 47 "+services/service_manager", |
| 48 "+skia/ext", | 48 "+skia/ext", |
| 49 "+syzygy/kasko", | 49 "+syzygy/kasko", |
| 50 "+third_party/boringssl/src/include", |
| 50 "+third_party/crashpad", | 51 "+third_party/crashpad", |
| 51 "+third_party/cros_system_api", | 52 "+third_party/cros_system_api", |
| 52 "+third_party/kasko", | 53 "+third_party/kasko", |
| 53 | 54 |
| 54 # chrome only needs switches from cc. All usage of the compositor is from | 55 # chrome only needs switches from cc. All usage of the compositor is from |
| 55 # content. Definitely don't include generic stuff from cc/base here, if this | 56 # content. Definitely don't include generic stuff from cc/base here, if this |
| 56 # is needed these files need to move to base/ | 57 # is needed these files need to move to base/ |
| 57 "+cc/base/switches.h", | 58 "+cc/base/switches.h", |
| 58 | 59 |
| 59 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 60 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 111 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 111 ] | 112 ] |
| 112 | 113 |
| 113 specific_include_rules = { | 114 specific_include_rules = { |
| 114 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 115 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
| 115 # in this type of test. | 116 # in this type of test. |
| 116 'chrome_security_exploit_browsertest\.cc' : [ | 117 'chrome_security_exploit_browsertest\.cc' : [ |
| 117 '+content/common', | 118 '+content/common', |
| 118 ], | 119 ], |
| 119 } | 120 } |
| OLD | NEW |