OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chromeos", | 6 "+chromeos", |
7 "+components/autofill/content/browser", | 7 "+components/autofill/content/browser", |
8 "+components/autofill/core/browser", | 8 "+components/autofill/core/browser", |
9 "+components/autofill/core/common", | 9 "+components/autofill/core/common", |
10 "+components/breakpad", | 10 "+components/breakpad", |
(...skipping 21 matching lines...) Expand all Loading... |
32 "+google_update", | 32 "+google_update", |
33 "+grit", # For generated headers | 33 "+grit", # For generated headers |
34 "+installer_util_strings", # For generated headers | 34 "+installer_util_strings", # For generated headers |
35 "+jni", | 35 "+jni", |
36 "+media/base", # For media switches | 36 "+media/base", # For media switches |
37 "+native_client/src/shared/imc", | 37 "+native_client/src/shared/imc", |
38 "+policy", # For generated headers and source | 38 "+policy", # For generated headers and source |
39 "+ppapi/c", # For various types. | 39 "+ppapi/c", # For various types. |
40 "+ppapi/host", | 40 "+ppapi/host", |
41 "+ppapi/proxy", | 41 "+ppapi/proxy", |
| 42 "+ppapi/shared_impl", |
42 # Defines some types that are marshalled over IPC. | 43 # Defines some types that are marshalled over IPC. |
43 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 44 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
44 "+rlz", | 45 "+rlz", |
45 "+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. |
46 "+skia/ext", | 47 "+skia/ext", |
47 "+sync/api", # Sync API files. | 48 "+sync/api", # Sync API files. |
48 "+sync/notifier", # Sync invalidation API files. | 49 "+sync/notifier", # Sync invalidation API files. |
49 "+sync/protocol", # Sync protobuf files. | 50 "+sync/protocol", # Sync protobuf files. |
50 "+third_party/cros_system_api", | 51 "+third_party/cros_system_api", |
51 "+win8/util", | 52 "+win8/util", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "+third_party/WebKit/public/web/WebCache.h", | 94 "+third_party/WebKit/public/web/WebCache.h", |
94 "+third_party/WebKit/public/web/WebContextMenuData.h", | 95 "+third_party/WebKit/public/web/WebContextMenuData.h", |
95 "+third_party/WebKit/public/web/WebFindOptions.h", | 96 "+third_party/WebKit/public/web/WebFindOptions.h", |
96 "+third_party/WebKit/public/web/WebInputEvent.h", | 97 "+third_party/WebKit/public/web/WebInputEvent.h", |
97 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 98 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
98 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 99 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
99 "+third_party/WebKit/public/web/WebPluginAction.h", | 100 "+third_party/WebKit/public/web/WebPluginAction.h", |
100 "+third_party/WebKit/public/web/WebTextDirection.h", | 101 "+third_party/WebKit/public/web/WebTextDirection.h", |
101 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 102 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
102 ] | 103 ] |
OLD | NEW |