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