| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Allow inclusion of specific components that we depend on. | 2 # Allow inclusion of specific components that we depend on. |
| 3 # See comment in content/DEPS for which components are allowed. | 3 # See comment in content/DEPS for which components are allowed. |
| 4 "+components/discardable_memory/common", | 4 "+components/discardable_memory/common", |
| 5 "+components/discardable_memory/service", | 5 "+components/discardable_memory/service", |
| 6 "+components/filesystem", | 6 "+components/filesystem", |
| 7 "+components/keyboard_lock", |
| 7 "+components/leveldb", | 8 "+components/leveldb", |
| 8 "+components/link_header_util", | 9 "+components/link_header_util", |
| 9 "+components/metrics", | 10 "+components/metrics", |
| 10 "+components/metrics:single_sample_metrics", | 11 "+components/metrics:single_sample_metrics", |
| 11 "+components/network_session_configurator/common", | 12 "+components/network_session_configurator/common", |
| 12 "+components/offline_pages/features/features.h", | 13 "+components/offline_pages/features/features.h", |
| 13 "+components/offline_pages/core/request_header", | 14 "+components/offline_pages/core/request_header", |
| 14 "+components/payments", | 15 "+components/payments", |
| 15 "+components/profile_service", | 16 "+components/profile_service", |
| 16 "+components/rappor/public", | 17 "+components/rappor/public", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 | 147 |
| 147 # Unlike other WebKit directories WebKit/common is for the files that | 148 # Unlike other WebKit directories WebKit/common is for the files that |
| 148 # are commonly referenced by renderer-side and browser-side code, and | 149 # are commonly referenced by renderer-side and browser-side code, and |
| 149 # does not use Blink types like WTF. | 150 # does not use Blink types like WTF. |
| 150 "+third_party/WebKit/common", | 151 "+third_party/WebKit/common", |
| 151 | 152 |
| 152 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 153 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 153 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 154 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 154 # for more information. | 155 # for more information. |
| 155 ] | 156 ] |
| OLD | NEW |