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