Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/url_matcher", | 2 "+components/url_matcher", |
| 3 "+content/public/common", | 3 "+content/public/common", |
| 4 ################################# | |
|
limasdf
2014/06/15 13:36:54
I'm not sure if this is allowed.
Could you help in
not at google - send to devlin
2014/06/15 21:20:16
+rockot, yoz
| |
| 5 # Will this be allowed?? | |
| 6 "+content/public/test", | |
| 7 ################################# | |
| 4 "+crypto", | 8 "+crypto", |
| 5 "+grit/extensions_renderer_resources.h", | 9 "+grit/extensions_renderer_resources.h", |
| 6 "+grit/extensions_resources.h", | 10 "+grit/extensions_resources.h", |
| 7 "+testing", | 11 "+testing", |
| 8 "+ui", | 12 "+ui", |
| 9 | 13 |
| 10 # Temporarily allowed includes as part of the app shell/extensions refactor. | 14 # Temporarily allowed includes as part of the app shell/extensions refactor. |
| 11 # | 15 # |
| 12 # NOTE: Please do not add includes without talking to the app shell team; | 16 # NOTE: Please do not add includes without talking to the app shell team; |
| 13 # see OWNERS for this directory. | 17 # see OWNERS for this directory. |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 41 ], | 45 ], |
| 42 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ | 46 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ |
| 43 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", | 47 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", |
| 44 ], | 48 ], |
| 45 "permissions_data_unittest\.cc": [ | 49 "permissions_data_unittest\.cc": [ |
| 46 "+chrome/common/chrome_version_info.h", | 50 "+chrome/common/chrome_version_info.h", |
| 47 "+chrome/common/extensions/extension_test_util.h", | 51 "+chrome/common/extensions/extension_test_util.h", |
| 48 "+chrome/common/extensions/features/feature_channel.h", | 52 "+chrome/common/extensions/features/feature_channel.h", |
| 49 ], | 53 ], |
| 50 } | 54 } |
| OLD | NEW |