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