Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Side by Side Diff: components/autofill/content/browser/DEPS

Issue 17450010: Create AutofillDriverImpl unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase after conflict Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/autofill/content/browser/autofill_driver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698