Chromium Code Reviews| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 80 "-ipc/ipc_sync_message_filter.h", | 80 "-ipc/ipc_sync_message_filter.h", |
| 81 | 81 |
| 82 # Other libraries. | 82 # Other libraries. |
| 83 "+libxml", | 83 "+libxml", |
| 84 "+third_party/google_toolbox_for_mac/src", | 84 "+third_party/google_toolbox_for_mac/src", |
| 85 "+third_party/icu/source/common/unicode", | 85 "+third_party/icu/source/common/unicode", |
| 86 "+third_party/icu/source/i18n/unicode", | 86 "+third_party/icu/source/i18n/unicode", |
| 87 "+third_party/leveldatabase", | 87 "+third_party/leveldatabase", |
| 88 "+third_party/libxml", | 88 "+third_party/libxml", |
| 89 "+third_party/mozilla", # Mozilla interface headers. | 89 "+third_party/mozilla", # Mozilla interface headers. |
| 90 "+third_party/ocmock/gtest_support.h", | |
| 91 "+third_party/ocmock/OCMock/OCMock.h", | |
|
Nico
2016/07/12 17:54:38
why is this needed? we already have many files in
Miguel Garcia
2016/07/13 14:05:16
I looked a some of those results and all of them h
| |
| 90 "+third_party/protobuf/src/google/protobuf", | 92 "+third_party/protobuf/src/google/protobuf", |
| 91 "+third_party/re2", | 93 "+third_party/re2", |
| 92 "+third_party/smhasher", | 94 "+third_party/smhasher", |
| 93 "+third_party/sqlite", | 95 "+third_party/sqlite", |
| 94 "+third_party/zlib", | 96 "+third_party/zlib", |
| 95 | 97 |
| 96 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 98 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 97 # header-only types, and some selected common code. | 99 # header-only types, and some selected common code. |
| 98 "-third_party/WebKit", | 100 "-third_party/WebKit", |
| 99 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 101 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 100 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", | 102 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", |
| 101 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 103 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 102 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h", | 104 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h", |
| 103 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", | 105 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", |
| 104 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", | 106 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", |
| 105 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", | 107 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", |
| 106 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", | 108 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", |
| 107 "+third_party/WebKit/public/web/WebCache.h", | 109 "+third_party/WebKit/public/web/WebCache.h", |
| 108 "+third_party/WebKit/public/web/WebContextMenuData.h", | 110 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 109 "+third_party/WebKit/public/web/WebFindOptions.h", | 111 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 110 "+third_party/WebKit/public/web/WebInputEvent.h", | 112 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 111 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 113 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 112 "+third_party/WebKit/public/web/WebPluginAction.h", | 114 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 113 "+third_party/WebKit/public/web/WebTextDirection.h", | 115 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 114 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 116 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 115 ] | 117 ] |
| OLD | NEW |