Move Webstore URL concepts to //extensions and out
[chromium-blink-merge.git] / chrome / browser / DEPS
blob32798dd6d039763e22929178cadbd3bb0a903bb4
1 include_rules = [
2   "+apps",
3   "+ash",
4   "+chrome/app",
5   "+chrome/grit",  # For generated headers
6   "+chrome/installer",
7   "+chrome_elf/blacklist",
8   "+chrome_elf/chrome_elf_constants.h",
9   "+chrome_elf/create_file",
10   "+chrome_elf/dll_hash",
11   "+chromeos",
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/cdm/browser",
20   "+components/cloud_devices/common",
21   "+components/component_updater",
22   "+components/content_settings",
23   "+components/copresence",
24   "+components/crash",
25   "+components/crx_file",
26   "+components/data_reduction_proxy",
27   "+components/dom_distiller",
28   "+components/domain_reliability",
29   "+components/enhanced_bookmarks",
30   "+components/favicon_base",
31   "+components/feedback",
32   "+components/gcm_driver",
33   "+components/google",
34   "+components/history",
35   "+components/infobars",
36   "+components/invalidation",
37   "+components/keyed_service",
38   "+components/language_usage_metrics",
39   "+components/leveldb_proto",
40   "+components/metrics",
41   "+components/nacl/browser",
42   "+components/nacl/common",
43   "+components/navigation_interception",
44   "+components/navigation_metrics",
45   "+components/network_time",
46   "+components/omaha_query_params",
47   "+components/omnibox",
48   "+components/os_crypt",
49   "+components/password_manager",
50   "+components/pdf/browser",
51   "+components/policy",
52   "+components/power",
53   "+components/precache",
54   "+components/pref_registry",
55   "+components/proximity_auth",
56   "+components/query_parser",
57   "+components/rappor",
58   "+components/renderer_context_menu",
59   "+components/search",
60   "+components/search_engines",
61   "+components/search_provider_logos",
62   "+components/session_manager",
63   "+components/sessions",
64   "+components/signin",
65   "+components/startup_metric_utils",
66   "+components/storage_monitor",
67   "+components/suggestions",
68   "+components/sync_driver",
69   "+components/translate/content/browser",
70   "+components/translate/content/common",
71   "+components/translate/core/browser",
72   "+components/translate/core/common",
73   "+components/url_matcher",
74   "+components/user_manager",
75   "+components/user_prefs",
76   "+components/web_modal",
77   "+components/web_cache/browser",
78   "+components/webdata/common",
79   "+content/public/browser",
80   "+content/test/net",
81   "+courgette",
82   "+device/bluetooth",
83   "+device/core",
84   "+device/hid",
85   "+device/usb",
86   "+device/media_transfer_protocol",
87   "+extensions/browser",
88   "+extensions/common",
89   "+extensions/grit",
90   "+extensions/test",
91   "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
92   "+google_apis",
93   "+google_update",
94   "+grit",  # TODO(thestig) Remove. For generated headers
95   "+installer_util_strings",  # For generated headers
96   "+jni",
97   "+media/base",  # For media switches
98   "+policy",  # For generated headers and source
99   "+ppapi/c",  # For various types.
100   "+ppapi/host",
101   "+ppapi/proxy",
102   "+ppapi/shared_impl",
103   # Defines some types that are marshalled over IPC.
104   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
105   "+rlz",
106   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
107   "+skia/ext",
108   "+sync/api",  # Sync API files.
109   "+sync/internal_api/public/attachments",  # Needed for tests.
110   "+sync/protocol",  # Sync protobuf files.
111   "+third_party/cros_system_api",
112   "+win8/util",
114   # chrome only needs switches from cc. All usage of the compositor is from
115   # content. Definitely don't include generic stuff from cc/base here, if this
116   # is needed these files need to move to base/
117   "+cc/base/switches.h",
119   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
120   "-content/public/test/test_browser_context.h",
122   # TODO(stuartmorgan): Remove these by refactoring necessary code out of
123   # webkit/. See crbug.com/146251
124   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
126   "+storage/browser",
127   "+storage/common",
129   "-chrome/browser/ui/views",
130   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
131   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
132   "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h",
134   # Other libraries.
135   "+libxml",  # For search engine definition parsing.
136   "+third_party/google_toolbox_for_mac/src",
137   "+third_party/icu/source/common/unicode",
138   "+third_party/icu/source/i18n/unicode",
139   "+third_party/leveldatabase",
140   "+third_party/mozilla",     # Mozilla interface headers.
141   "+third_party/protobuf/src/google/protobuf",
142   "+third_party/re2",
143   "+third_party/smhasher",
144   "+third_party/sqlite",
145   "+third_party/zlib",
147   # No inclusion of WebKit from the browser, other than strictly enum/POD,
148   # header-only types, and some selected common code.
149   "-third_party/WebKit",
150   "+third_party/WebKit/public/platform/WebCursorInfo.h",
151   "+third_party/WebKit/public/platform/WebNotificationPermission.h",
152   "+third_party/WebKit/public/platform/WebRect.h",
153   "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
154   "+third_party/WebKit/public/platform/WebScreenInfo.h",
155   "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
156   "+third_party/WebKit/public/web/WebCache.h",
157   "+third_party/WebKit/public/web/WebContextMenuData.h",
158   "+third_party/WebKit/public/web/WebFindOptions.h",
159   "+third_party/WebKit/public/web/WebInputEvent.h",
160   "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
161   "+third_party/WebKit/public/web/WebPageVisibilityState.h",
162   "+third_party/WebKit/public/web/WebPluginAction.h",
163   "+third_party/WebKit/public/web/WebTextDirection.h",
164   "+third_party/WebKit/public/web/WebWindowFeatures.h",