| 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 18 matching lines...) Expand all Loading... |
| 29 "+extensions/test", | 29 "+extensions/test", |
| 30 "+gin", | 30 "+gin", |
| 31 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 31 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
| 32 "+google_apis", | 32 "+google_apis", |
| 33 "+google_update", | 33 "+google_update", |
| 34 "+installer_util_strings", # For generated headers | 34 "+installer_util_strings", # For generated headers |
| 35 "+jni", | 35 "+jni", |
| 36 "+media/audio", # For media audio hang monitor. | 36 "+media/audio", # For media audio hang monitor. |
| 37 "+media/base", # For media switches | 37 "+media/base", # For media switches |
| 38 "+media/cdm/cdm_paths.h", | 38 "+media/cdm/cdm_paths.h", |
| 39 "+media/media_features.h", | |
| 40 "+media/midi", # For midi switches | 39 "+media/midi", # For midi switches |
| 41 "+media/mojo", # For mojo media services. | 40 "+media/mojo", # For mojo media services. |
| 42 "+services/image_decoder/public/cpp", | 41 "+services/image_decoder/public/cpp", |
| 43 "+services/service_manager/public/cpp", | 42 "+services/service_manager/public/cpp", |
| 44 "+services/ui/public", | 43 "+services/ui/public", |
| 45 "+ppapi/c", # For various types. | 44 "+ppapi/c", # For various types. |
| 46 "+ppapi/host", | 45 "+ppapi/host", |
| 47 "+ppapi/proxy", | 46 "+ppapi/proxy", |
| 48 "+ppapi/shared_impl", | 47 "+ppapi/shared_impl", |
| 49 "+rlz", | 48 "+rlz", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 118 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 120 ] | 119 ] |
| 121 | 120 |
| 122 specific_include_rules = { | 121 specific_include_rules = { |
| 123 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 122 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
| 124 # in this type of test. | 123 # in this type of test. |
| 125 'chrome_security_exploit_browsertest\.cc' : [ | 124 'chrome_security_exploit_browsertest\.cc' : [ |
| 126 '+content/common', | 125 '+content/common', |
| 127 ], | 126 ], |
| 128 } | 127 } |
| OLD | NEW |