| 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 "+gpu/config/gpu_info.h", |
| 8 "+net", | 8 "+net", |
| 9 "+sql", | 9 "+sql", |
| 10 "+third_party/libjingle", | 10 "+third_party/libjingle", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 # dependency on ChromeRenderViewHostTestHarness now (by switching to | 26 # dependency on ChromeRenderViewHostTestHarness now (by switching to |
| 27 # content::RenderViewHostTestHarness) but leave the test running in | 27 # content::RenderViewHostTestHarness) but leave the test running in |
| 28 # the 'unit_tests' target, it will fail at runtime trying to cast a | 28 # the 'unit_tests' target, it will fail at runtime trying to cast a |
| 29 # plain BrowserContext to a Profile. If on the other hand we move it | 29 # plain BrowserContext to a Profile. If on the other hand we move it |
| 30 # to the 'components_unittests' target, it will at this point fail | 30 # to the 'components_unittests' target, it will at this point fail |
| 31 # to build due to a few link-time dependencies. | 31 # to build due to a few link-time dependencies. |
| 32 'autocheckout_manager_unittest.cc': [ | 32 'autocheckout_manager_unittest.cc': [ |
| 33 "!chrome/test/base/chrome_render_view_host_test_harness.h", | 33 "!chrome/test/base/chrome_render_view_host_test_harness.h", |
| 34 "!chrome/test/base/testing_profile.h", | 34 "!chrome/test/base/testing_profile.h", |
| 35 ], | 35 ], |
| 36 'autofill_driver_impl_unittest.cc': [ |
| 37 "!chrome/test/base/chrome_render_view_host_test_harness.h", |
| 38 ], |
| 36 } | 39 } |
| OLD | NEW |