OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/webdata/common", | 2 "+components/webdata/common", |
3 "+content/public/browser", | 3 "+content/public/browser", |
4 "+crypto/random.h", | 4 "+crypto/random.h", |
5 "+google_apis/gaia", | 5 "+google_apis/gaia", |
6 "+google_apis/google_api_keys.h", | 6 "+google_apis/google_api_keys.h", |
| 7 "+gpu/config/gpu_info.h", |
7 "+net", | 8 "+net", |
8 "+sql", | 9 "+sql", |
9 "+third_party/libjingle", | 10 "+third_party/libjingle", |
10 "+third_party/libphonenumber", # For phone number i18n. | 11 "+third_party/libphonenumber", # For phone number i18n. |
11 "+webkit/plugins/webplugininfo.h", | 12 "+webkit/plugins/webplugininfo.h", |
12 | 13 |
13 # TODO(joi): This is "ok" temporarily (it's just a header file with | 14 # TODO(joi): This is "ok" temporarily (it's just a header file with |
14 # a large enum, and doesn't bring in any other dependencies on | 15 # a large enum, and doesn't bring in any other dependencies on |
15 # //chrome). The plan of record to get rid of this is to change | 16 # //chrome). The plan of record to get rid of this is to change |
16 # Autofill and WebData to not use NotificationService, and instead | 17 # Autofill and WebData to not use NotificationService, and instead |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "!chrome/browser/webdata/web_data_service_factory.h", | 52 "!chrome/browser/webdata/web_data_service_factory.h", |
52 "!chrome/browser/webdata/web_data_service_test_util.h", | 53 "!chrome/browser/webdata/web_data_service_test_util.h", |
53 "!chrome/common/chrome_constants.h", | 54 "!chrome/common/chrome_constants.h", |
54 "!chrome/common/chrome_paths.h", | 55 "!chrome/common/chrome_paths.h", |
55 "!chrome/common/pref_names.h", | 56 "!chrome/common/pref_names.h", |
56 "!chrome/common/render_messages.h", | 57 "!chrome/common/render_messages.h", |
57 "!chrome/common/url_constants.h", | 58 "!chrome/common/url_constants.h", |
58 "!chrome/test/base", | 59 "!chrome/test/base", |
59 ], | 60 ], |
60 } | 61 } |
OLD | NEW |