Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/autofill/content/common", | |
|
blundell
2013/12/11 13:32:53
I think that rather than doing this you should be
jeanfrancois
2013/12/11 15:01:19
Done.
| |
| 2 "+components/webdata/common", | 3 "+components/webdata/common", |
| 3 "+crypto/random.h", | 4 "+crypto/random.h", |
| 4 "+google_apis/gaia", | 5 "+google_apis/gaia", |
| 5 "+google_apis/google_api_keys.h", | 6 "+google_apis/google_api_keys.h", |
| 6 "+net", | 7 "+net", |
| 7 "+sql", | 8 "+sql", |
| 8 "+third_party/libjingle", | 9 "+third_party/libjingle", |
| 9 "+third_party/libphonenumber", # For phone number i18n. | 10 "+third_party/libphonenumber", # For phone number i18n. |
| 10 | 11 |
| 11 # TODO(blundell): Bring this list to zero. | 12 # TODO(blundell): Bring this list to zero. |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 45 "!chrome/browser/profiles/profile.h", | 46 "!chrome/browser/profiles/profile.h", |
| 46 "!chrome/browser/sync/profile_sync_service.h", | 47 "!chrome/browser/sync/profile_sync_service.h", |
| 47 "!chrome/browser/sync/profile_sync_service_factory.h", | 48 "!chrome/browser/sync/profile_sync_service_factory.h", |
| 48 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", | 49 "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h", |
| 49 "!chrome/browser/webdata/web_data_service_factory.h", | 50 "!chrome/browser/webdata/web_data_service_factory.h", |
| 50 "!chrome/test/base/chrome_render_view_host_test_harness.h", | 51 "!chrome/test/base/chrome_render_view_host_test_harness.h", |
| 51 "!chrome/test/base/testing_profile.h", | 52 "!chrome/test/base/testing_profile.h", |
| 52 "!third_party/WebKit/public/web/WebInputElement.h", | 53 "!third_party/WebKit/public/web/WebInputElement.h", |
| 53 ], | 54 ], |
| 54 } | 55 } |
| OLD | NEW |