summaryrefslogtreecommitdiffstats
path: root/components/autofill/core/browser/DEPS
blob: 052b731ae03b16b2c8a476b012ce0ff4c58997de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
include_rules = [
  "+components/webdata/common",
  "+crypto/random.h",
  "+google_apis/gaia",
  "+google_apis/google_api_keys.h",
  "+net",
  "+sql",
  "+third_party/libjingle",
  "+third_party/libphonenumber",  # For phone number i18n.

  # TODO(blundell): Bring this list to zero.
  #
  # Do not add to the list of temporarily-allowed dependencies below,
  # and please do not introduce more #includes of these files.
  "!content/public/browser/android/content_view_core.h",
  "!content/public/browser/browser_context.h",
  "!content/public/browser/browser_thread.h",
  "!content/public/browser/navigation_controller.h",
  "!content/public/browser/navigation_details.h",
  "!content/public/browser/notification_details.h",
  "!content/public/browser/notification_observer.h",
  "!content/public/browser/notification_registrar.h",
  "!content/public/browser/notification_service.h",
  "!content/public/browser/notification_source.h",
  "!content/public/browser/notification_types.h",
  "!content/public/browser/render_view_host.h",
  "!content/public/browser/web_contents.h",
  "!content/public/browser/web_contents_observer.h",
  "!content/public/browser/web_contents_view.h",
  "!content/public/common/frame_navigate_params.h",
  "!content/public/common/url_constants.h",
  "!third_party/WebKit/public/web/WebAutofillClient.h",
  "!third_party/WebKit/public/web/WebInputElement.h",

  # TODO(akalin): Remove this dependency.
  "!sync/util/data_encryption_win.h",
]

specific_include_rules = {
  '.*_[a-z]*test\.cc': [
    "+content/public/test",

    # TODO(joi): Bring this list to zero.
    #
    # Do not add to the list of temporarily-allowed dependencies below,
    # and please do not introduce more #includes of these files.
    "!chrome/browser/autofill/autofill_cc_infobar_delegate.h",
    "!chrome/browser/autofill/personal_data_manager_factory.h",
    "!chrome/browser/password_manager/encryptor.h",
    "!chrome/browser/password_manager/password_manager.h",
    "!chrome/browser/password_manager/password_manager_delegate_impl.h",
    "!chrome/browser/profiles/profile.h",
    "!chrome/browser/sync/profile_sync_service.h",
    "!chrome/browser/sync/profile_sync_service_factory.h",
    "!chrome/browser/translate/translate_infobar_delegate.h",
    "!chrome/browser/translate/translate_manager.h",
    "!chrome/browser/ui/autofill/tab_autofill_manager_delegate.h",
    "!chrome/browser/ui/browser.h",
    "!chrome/browser/ui/browser_tabstrip.h",
    "!chrome/browser/ui/browser_window.h",
    "!chrome/browser/ui/tabs/tab_strip_model.h",
    "!chrome/browser/webdata/web_data_service.h",
    "!chrome/browser/webdata/web_data_service_factory.h",
    "!chrome/browser/webdata/web_data_service_test_util.h",
    "!chrome/common/chrome_paths.h",
    "!chrome/test/base",
  ],
}