Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Side by Side Diff: chrome/browser/DEPS

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Feedback Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
11 "+chrome_elf/dll_hash", 11 "+chrome_elf/dll_hash",
12 "+chromeos", 12 "+chromeos",
13 "+components/app_modal", 13 "+components/app_modal",
14 "+components/audio_modem/public", 14 "+components/audio_modem/public",
15 "+components/audio_modem/test", 15 "+components/audio_modem/test",
16 "+components/autofill/content/browser", 16 "+components/autofill/content/browser",
17 "+components/autofill/content/common", 17 "+components/autofill/content/common",
18 "+components/autofill/core/browser", 18 "+components/autofill/core/browser",
19 "+components/autofill/core/common", 19 "+components/autofill/core/common",
20 "+components/bookmarks/browser", 20 "+components/bookmarks/browser",
21 "+components/bookmarks/common", 21 "+components/bookmarks/common",
22 "+components/bookmarks/managed", 22 "+components/bookmarks/managed",
23 "+components/bookmarks/test", 23 "+components/bookmarks/test",
24 "+components/browser_watcher", 24 "+components/browser_watcher",
25 "+components/browsing_data", 25 "+components/browsing_data",
26 "+components/bubble",
msw 2015/08/13 03:37:20 This doesn't appear to be necessary (at least not
hcarmona 2015/08/15 02:03:18 Acknowledged.
26 "+components/cdm/browser", 27 "+components/cdm/browser",
27 "+components/cloud_devices/common", 28 "+components/cloud_devices/common",
28 "+components/component_updater", 29 "+components/component_updater",
29 "+components/content_settings", 30 "+components/content_settings",
30 "+components/copresence", 31 "+components/copresence",
31 "+components/crash", 32 "+components/crash",
32 "+components/crx_file", 33 "+components/crx_file",
33 "+components/data_reduction_proxy", 34 "+components/data_reduction_proxy",
34 "+components/device_event_log", 35 "+components/device_event_log",
35 "+components/dom_distiller", 36 "+components/dom_distiller",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 189 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
189 "+third_party/WebKit/public/web/WebCache.h", 190 "+third_party/WebKit/public/web/WebCache.h",
190 "+third_party/WebKit/public/web/WebContextMenuData.h", 191 "+third_party/WebKit/public/web/WebContextMenuData.h",
191 "+third_party/WebKit/public/web/WebFindOptions.h", 192 "+third_party/WebKit/public/web/WebFindOptions.h",
192 "+third_party/WebKit/public/web/WebInputEvent.h", 193 "+third_party/WebKit/public/web/WebInputEvent.h",
193 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 194 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
194 "+third_party/WebKit/public/web/WebPluginAction.h", 195 "+third_party/WebKit/public/web/WebPluginAction.h",
195 "+third_party/WebKit/public/web/WebTextDirection.h", 196 "+third_party/WebKit/public/web/WebTextDirection.h",
196 "+third_party/WebKit/public/web/WebWindowFeatures.h", 197 "+third_party/WebKit/public/web/WebWindowFeatures.h",
197 ] 198 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698