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/installer", | 5 "+chrome/installer", |
| 6 "+chrome_elf/blacklist", | 6 "+chrome_elf", |
|
robertshield
2014/02/26 19:42:51
I would feel better if we could add an include_rul
csharp
2014/02/26 20:42:30
Done.
| |
| 7 "+chrome_elf/create_file", | |
| 8 "+chromeos", | 7 "+chromeos", |
| 9 "+components/autofill/content/browser", | 8 "+components/autofill/content/browser", |
| 10 "+components/autofill/content/common", | 9 "+components/autofill/content/common", |
| 11 "+components/autofill/core/browser", | 10 "+components/autofill/core/browser", |
| 12 "+components/autofill/core/common", | 11 "+components/autofill/core/common", |
| 13 "+components/breakpad", | 12 "+components/breakpad", |
| 14 "+components/browser_context_keyed_service", | 13 "+components/browser_context_keyed_service", |
| 15 "+components/dom_distiller", | 14 "+components/dom_distiller", |
| 16 "+components/encryptor", | 15 "+components/encryptor", |
| 17 "+components/language_usage_metrics", | 16 "+components/language_usage_metrics", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 "+third_party/WebKit/public/web/WebContextMenuData.h", | 105 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 107 "+third_party/WebKit/public/web/WebFindOptions.h", | 106 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 108 "+third_party/WebKit/public/web/WebInputEvent.h", | 107 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 110 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 109 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 111 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 110 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 112 "+third_party/WebKit/public/web/WebPluginAction.h", | 111 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 113 "+third_party/WebKit/public/web/WebTextDirection.h", | 112 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 114 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 113 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 115 ] | 114 ] |
| OLD | NEW |