SkBitmap::Config is deprecated, use SkColorType instead
[chromium-blink-merge.git] / chrome / browser / DEPS
blob9d07346b7ae9ba33a080562c4b2ec1f2689f4e69
1 include_rules = [
2   "+apps",
3   "+ash",
4   "+chrome/app",
5   "+chrome/installer",
6   "+chrome_elf/blacklist",
7   "+chrome_elf/chrome_elf_constants.h",
8   "+chrome_elf/create_file",
9   "+chrome_elf/dll_hash",
10   "+chromeos",
11   "+components/autocomplete",
12   "+components/autofill/content/browser",
13   "+components/autofill/content/common",
14   "+components/autofill/core/browser",
15   "+components/autofill/core/common",
16   "+components/bookmarks/browser",
17   "+components/bookmarks/common",
18   "+components/bookmarks/test",
19   "+components/breakpad",
20   "+components/cdm/browser",
21   "+components/cloud_devices/common",
22   "+components/data_reduction_proxy",
23   "+components/dom_distiller",
24   "+components/domain_reliability",
25   "+components/favicon_base",
26   "+components/feedback",
27   "+components/gcm_driver",
28   "+components/google",
29   "+components/history",
30   "+components/infobars",
31   "+components/invalidation",
32   "+components/keyed_service",
33   "+components/language_usage_metrics",
34   "+components/leveldb_proto",
35   "+components/metrics",
36   "+components/nacl/browser",
37   "+components/nacl/common",
38   "+components/navigation_interception",
39   "+components/navigation_metrics",
40   "+components/network_time",
41   "+components/omaha_query_params",
42   "+components/os_crypt",
43   "+components/password_manager",
44   "+components/policy",
45   "+components/precache",
46   "+components/pref_registry",
47   "+components/query_parser",
48   "+components/rappor",
49   "+components/search_engines",
50   "+components/search_provider_logos",
51   "+components/sessions",
52   "+components/signin",
53   "+components/startup_metric_utils",
54   "+components/storage_monitor",
55   "+components/sync_driver",
56   "+components/translate/content/browser",
57   "+components/translate/content/common",
58   "+components/translate/core/browser",
59   "+components/translate/core/common",
60   "+components/url_matcher",
61   "+components/user_prefs",
62   "+components/web_modal",
63   "+components/webdata/common",
64   "+content/public/browser",
65   "+content/test/net",
66   "+courgette",
67   "+device/bluetooth",
68   "+device/media_transfer_protocol",
69   "+extensions/browser",
70   "+extensions/common",
71   "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
72   "+google_apis",
73   "+google_update",
74   "+grit",  # For generated headers
75   "+installer_util_strings",  # For generated headers
76   "+jni",
77   "+media/base",  # For media switches
78   "+policy",  # For generated headers and source
79   "+ppapi/c",  # For various types.
80   "+ppapi/host",
81   "+ppapi/proxy",
82   "+ppapi/shared_impl",
83   # Defines some types that are marshalled over IPC.
84   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
85   "+rlz",
86   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
87   "+skia/ext",
88   "+sync/api",  # Sync API files.
89   "+sync/notifier",  # Sync invalidation API files.
90   "+sync/protocol",  # Sync protobuf files.
91   "+third_party/cros_system_api",
92   "+win8/util",
94   # chrome only needs switches from cc. All usage of the compositor is from
95   # content. Definitely don't include generic stuff from cc/base here, if this
96   # is needed these files need to move to base/
97   "+cc/base/switches.h",
99   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
100   "-content/public/test/test_browser_context.h",
102   # TODO(stuartmorgan): Remove these by refactoring necessary code out of
103   # webkit/. See crbug.com/146251
104   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
106   # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
107   # up webkit/. crbug.com/239710
108   "+webkit/browser",
109   "+webkit/common",
111   "-chrome/browser/ui/views",
112   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
113   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
115   # Other libraries.
116   "+libxml",  # For search engine definition parsing.
117   "+third_party/google_toolbox_for_mac/src",
118   "+third_party/icu/source/common/unicode",
119   "+third_party/icu/source/i18n/unicode",
120   "+third_party/leveldatabase",
121   "+third_party/mozilla",     # Mozilla interface headers.
122   "+third_party/protobuf/src/google/protobuf",
123   "+third_party/re2",
124   "+third_party/smhasher",
125   "+third_party/sqlite",
126   "+third_party/zlib",
128   # No inclusion of WebKit from the browser, other than strictly enum/POD,
129   # header-only types, and some selected common code.
130   "-third_party/WebKit",
131   "+third_party/WebKit/public/platform/WebCursorInfo.h",
132   "+third_party/WebKit/public/platform/WebRect.h",
133   "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
134   "+third_party/WebKit/public/platform/WebScreenInfo.h",
135   "+third_party/WebKit/public/platform/WebScreenInfo.h",
136   "+third_party/WebKit/public/web/WebCache.h",
137   "+third_party/WebKit/public/web/WebContextMenuData.h",
138   "+third_party/WebKit/public/web/WebFindOptions.h",
139   "+third_party/WebKit/public/web/WebInputEvent.h",
140   "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
141   "+third_party/WebKit/public/web/WebNotificationPresenter.h",
142   "+third_party/WebKit/public/web/WebPageVisibilityState.h",
143   "+third_party/WebKit/public/web/WebPluginAction.h",
144   "+third_party/WebKit/public/web/WebTextDirection.h",
145   "+third_party/WebKit/public/web/WebWindowFeatures.h",