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", # For generated headers | 6 "+chrome/grit", # For generated headers |
7 "+chrome/installer", | 7 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
(...skipping 30 matching lines...) Expand all Loading... |
41 "+policy", # For generated headers and source | 41 "+policy", # For generated headers and source |
42 "+ppapi/c", # For various types. | 42 "+ppapi/c", # For various types. |
43 "+ppapi/host", | 43 "+ppapi/host", |
44 "+ppapi/proxy", | 44 "+ppapi/proxy", |
45 "+ppapi/shared_impl", | 45 "+ppapi/shared_impl", |
46 # Defines some types that are marshalled over IPC. | 46 # Defines some types that are marshalled over IPC. |
47 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 47 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
48 "+rlz", | 48 "+rlz", |
49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
50 "+skia/ext", | 50 "+skia/ext", |
| 51 "+skia/public", |
51 "+sync/api", # Sync API files. | 52 "+sync/api", # Sync API files. |
52 "+sync/internal_api/public/attachments", # Needed for tests. | 53 "+sync/internal_api/public/attachments", # Needed for tests. |
53 "+sync/internal_api/public/base", | 54 "+sync/internal_api/public/base", |
54 "+sync/protocol", # Sync protobuf files. | 55 "+sync/protocol", # Sync protobuf files. |
55 "+sync/util", # Sync utilities like GetSessionName. | 56 "+sync/util", # Sync utilities like GetSessionName. |
56 "+syzygy/kasko", | 57 "+syzygy/kasko", |
57 "+third_party/cros_system_api", | 58 "+third_party/cros_system_api", |
58 "+third_party/kasko", | 59 "+third_party/kasko", |
59 "+win8/util", | 60 "+win8/util", |
60 | 61 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 102 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
102 "+third_party/WebKit/public/web/WebCache.h", | 103 "+third_party/WebKit/public/web/WebCache.h", |
103 "+third_party/WebKit/public/web/WebContextMenuData.h", | 104 "+third_party/WebKit/public/web/WebContextMenuData.h", |
104 "+third_party/WebKit/public/web/WebFindOptions.h", | 105 "+third_party/WebKit/public/web/WebFindOptions.h", |
105 "+third_party/WebKit/public/web/WebInputEvent.h", | 106 "+third_party/WebKit/public/web/WebInputEvent.h", |
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
107 "+third_party/WebKit/public/web/WebPluginAction.h", | 108 "+third_party/WebKit/public/web/WebPluginAction.h", |
108 "+third_party/WebKit/public/web/WebTextDirection.h", | 109 "+third_party/WebKit/public/web/WebTextDirection.h", |
109 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 110 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
110 ] | 111 ] |
OLD | NEW |