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