Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / DEPS
blobb30f854143746e6ae6cc0dceb076ce58b6fec1b1
1 include_rules = [
2   "+apps",
3   "+ash",
4   "+chrome/app",
5   "+chrome/installer",
6   "+chrome_elf/blacklist",
7   "+chromeos",
8   "+components/autofill/content/browser",
9   "+components/autofill/content/common",
10   "+components/autofill/core/browser",
11   "+components/autofill/core/common",
12   "+components/breakpad",
13   "+components/browser_context_keyed_service",
14   "+components/dom_distiller",
15   "+components/language_usage_metrics",
16   "+components/nacl/browser",
17   "+components/nacl/common",
18   "+components/navigation_interception",
19   "+components/navigation_metrics",
20   "+components/policy",
21   "+components/precache",
22   "+components/sessions",
23   "+components/signin",
24   "+components/startup_metric_utils",
25   "+components/translate/core/browser",
26   "+components/translate/core/common",
27   "+components/url_matcher",
28   "+components/user_prefs",
29   "+components/webdata",
30   "+components/web_modal",
31   "+content/public/browser",
32   "+content/test/net",
33   "+device/bluetooth",
34   "+device/media_transfer_protocol",
35   "+extensions/browser",
36   "+extensions/common",
37   "+google/cacheinvalidation",  # Sync invalidation API protobuf files.
38   "+google_apis",
39   "+google_update",
40   "+grit",  # For generated headers
41   "+installer_util_strings",  # For generated headers
42   "+jni",
43   "+media/base",  # For media switches
44   "+native_client/src/shared/imc",
45   "+policy",  # For generated headers and source
46   "+ppapi/c",  # For various types.
47   "+ppapi/host",
48   "+ppapi/proxy",
49   "+ppapi/shared_impl",
50   # Defines some types that are marshalled over IPC.
51   "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
52   "+rlz",
53   "+sandbox/win/src",  # The path doesn't say it, but this is the Windows sandbox.
54   "+skia/ext",
55   "+sync/api",  # Sync API files.
56   "+sync/notifier",  # Sync invalidation API files.
57   "+sync/protocol",  # Sync protobuf files.
58   "+third_party/cros_system_api",
59   "+win8/util",
61   # chrome only needs switches from cc. All usage of the compositor is from
62   # content. Definitely don't include generic stuff from cc/base here, if this
63   # is needed these files need to move to base/
64   "+cc/base/switches.h",
66   # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
67   "-content/public/test/test_browser_context.h",
69   # TODO(stuartmorgan): Remove these by refactoring necessary code out of
70   # webkit/. See crbug.com/146251
71   # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
73   # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
74   # up webkit/. crbug.com/239710
75   "+webkit/browser",
76   "+webkit/common",
78   "-chrome/browser/ui/views",
79   "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
80   "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
82   # Other libraries.
83   "+libxml",  # For search engine definition parsing.
84   "+third_party/icu/source/common/unicode",
85   "+third_party/icu/source/i18n/unicode",
86   "+third_party/leveldatabase",
87   "+third_party/protobuf/src/google/protobuf",
88   "+third_party/re2",
89   "+third_party/sqlite",
90   "+third_party/zlib",
92   # No inclusion of WebKit from the browser, other than strictly enum/POD,
93   # header-only types, and some selected common code.
94   "-third_party/WebKit",
95   "+third_party/WebKit/public/platform/WebCursorInfo.h",
96   "+third_party/WebKit/public/platform/WebRect.h",
97   "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
98   "+third_party/WebKit/public/platform/WebScreenInfo.h",
99   "+third_party/WebKit/public/platform/WebScreenInfo.h",
100   "+third_party/WebKit/public/web/WebAutofillClient.h",
101   "+third_party/WebKit/public/web/WebCache.h",
102   "+third_party/WebKit/public/web/WebContextMenuData.h",
103   "+third_party/WebKit/public/web/WebFindOptions.h",
104   "+third_party/WebKit/public/web/WebInputEvent.h",
105   "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
106   "+third_party/WebKit/public/web/WebNotificationPresenter.h",
107   "+third_party/WebKit/public/web/WebPluginAction.h",
108   "+third_party/WebKit/public/web/WebTextDirection.h",
109   "+third_party/WebKit/public/web/WebWindowFeatures.h",