| 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 19 matching lines...) Expand all Loading... |
| 30 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 30 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 31 "+google_apis", | 31 "+google_apis", |
| 32 "+google_update", | 32 "+google_update", |
| 33 "+installer_util_strings", # For generated headers | 33 "+installer_util_strings", # For generated headers |
| 34 "+jni", | 34 "+jni", |
| 35 "+media/audio", # For media audio hang monitor. | 35 "+media/audio", # For media audio hang monitor. |
| 36 "+media/base", # For media switches | 36 "+media/base", # For media switches |
| 37 "+media/cdm/cdm_paths.h", | 37 "+media/cdm/cdm_paths.h", |
| 38 "+media/midi", # For midi switches | 38 "+media/midi", # For midi switches |
| 39 "+media/mojo", # For mojo media services. | 39 "+media/mojo", # For mojo media services. |
| 40 "+services/image_decoder/public/cpp", |
| 40 "+services/service_manager/public/cpp", | 41 "+services/service_manager/public/cpp", |
| 41 "+services/ui/public", | 42 "+services/ui/public", |
| 42 "+ppapi/c", # For various types. | 43 "+ppapi/c", # For various types. |
| 43 "+ppapi/host", | 44 "+ppapi/host", |
| 44 "+ppapi/proxy", | 45 "+ppapi/proxy", |
| 45 "+ppapi/shared_impl", | 46 "+ppapi/shared_impl", |
| 46 "+rlz", | 47 "+rlz", |
| 47 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
| 48 "+services/service_manager", | 49 "+services/service_manager", |
| 49 "+skia/ext", | 50 "+skia/ext", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 114 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 114 ] | 115 ] |
| 115 | 116 |
| 116 specific_include_rules = { | 117 specific_include_rules = { |
| 117 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 118 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
| 118 # in this type of test. | 119 # in this type of test. |
| 119 'chrome_security_exploit_browsertest\.cc' : [ | 120 'chrome_security_exploit_browsertest\.cc' : [ |
| 120 '+content/common', | 121 '+content/common', |
| 121 ], | 122 ], |
| 122 } | 123 } |
| OLD | NEW |