OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/grit", | 2 "+chrome/grit", |
3 "+chrome/install_static", | 3 "+chrome/install_static", |
4 "+chromeos", # For chromeos_switches.h | 4 "+chromeos", # For chromeos_switches.h |
5 "+components/autofill/content/common", | 5 "+components/autofill/content/common", |
6 "+components/autofill/core/common", | 6 "+components/autofill/core/common", |
7 "+components/bookmarks/common", | 7 "+components/bookmarks/common", |
8 "+components/cast_certificate", | 8 "+components/cast_certificate", |
9 "+components/cdm/common", | 9 "+components/cdm/common", |
10 "+components/cloud_devices/common", | 10 "+components/cloud_devices/common", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "+components/ntp_tiles", | 21 "+components/ntp_tiles", |
22 "+components/offline_pages/offline_page_feature.h", | 22 "+components/offline_pages/offline_page_feature.h", |
23 "+components/password_manager/core/common", | 23 "+components/password_manager/core/common", |
24 "+components/policy/core/common", | 24 "+components/policy/core/common", |
25 "+components/printing/common", | 25 "+components/printing/common", |
26 "+components/safe_browsing/csd.pb.h", | 26 "+components/safe_browsing/csd.pb.h", |
27 "+components/signin/core/common", | 27 "+components/signin/core/common", |
28 "+components/translate/core/common", | 28 "+components/translate/core/common", |
29 "+components/url_formatter", | 29 "+components/url_formatter", |
30 "+components/version_info", | 30 "+components/version_info", |
| 31 "+device/vr/features.h", |
31 "+extensions/common", | 32 "+extensions/common", |
32 "+extensions/features", | 33 "+extensions/features", |
33 "+gin/public", # For profiling.cc | 34 "+gin/public", # For profiling.cc |
34 "+google_apis/gaia", # For gaia_switches.h | 35 "+google_apis/gaia", # For gaia_switches.h |
35 "+media", | 36 "+media", |
36 "+ppapi/c", | 37 "+ppapi/c", |
37 "+ppapi/shared_impl", | 38 "+ppapi/shared_impl", |
38 "+ppapi/thunk", | 39 "+ppapi/thunk", |
39 "+rlz/features/features.h", | 40 "+rlz/features/features.h", |
40 "+sandbox/linux/services/credentials.h", | 41 "+sandbox/linux/services/credentials.h", |
41 "+third_party/boringssl/src/include", | 42 "+third_party/boringssl/src/include", |
42 | 43 |
43 # FIXME - refactor code and remove these dependencies | 44 # FIXME - refactor code and remove these dependencies |
44 "+chrome/installer", | 45 "+chrome/installer", |
45 ] | 46 ] |
46 specific_include_rules = { | 47 specific_include_rules = { |
47 "service_process_util.*": [ | 48 "service_process_util.*": [ |
48 "+mojo/edk/embedder", | 49 "+mojo/edk/embedder", |
49 ], | 50 ], |
50 } | 51 } |
OLD | NEW |