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

Side by Side Diff: chrome/browser/DEPS

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: Created 3 years, 11 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", 6 "+chrome/grit",
7 "+chrome/install_static", 7 "+chrome/install_static",
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 20 matching lines...) Expand all
31 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 31 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
32 "+google_apis", 32 "+google_apis",
33 "+google_update", 33 "+google_update",
34 "+installer_util_strings", # For generated headers 34 "+installer_util_strings", # For generated headers
35 "+jni", 35 "+jni",
36 "+media/audio", # For media audio hang monitor. 36 "+media/audio", # For media audio hang monitor.
37 "+media/base", # For media switches 37 "+media/base", # For media switches
38 "+media/cdm/cdm_paths.h", 38 "+media/cdm/cdm_paths.h",
39 "+media/midi", # For midi switches 39 "+media/midi", # For midi switches
40 "+media/mojo", # For mojo media services. 40 "+media/mojo", # For mojo media services.
41 "+services/image_decoder/public/cpp",
42 "+services/service_manager/public/cpp",
43 "+services/ui/public",
44 "+ppapi/c", # For various types. 41 "+ppapi/c", # For various types.
45 "+ppapi/host", 42 "+ppapi/host",
46 "+ppapi/proxy", 43 "+ppapi/proxy",
47 "+ppapi/shared_impl", 44 "+ppapi/shared_impl",
48 "+rlz", 45 "+rlz",
49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 46 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
47 "+services/image_decoder/public/cpp",
50 "+services/image_decoder/public/interfaces", 48 "+services/image_decoder/public/interfaces",
51 "+services/preferences/public/interfaces", 49 "+services/preferences/public/interfaces",
52 "+services/service_manager", 50 "+services/service_manager",
51 "+services/shape_detection/public/interfaces",
52 "+services/ui/public",
53 "+skia/ext", 53 "+skia/ext",
54 "+syzygy/kasko", 54 "+syzygy/kasko",
55 "+third_party/boringssl/src/include", 55 "+third_party/boringssl/src/include",
56 "+third_party/crashpad", 56 "+third_party/crashpad",
57 "+third_party/cros_system_api", 57 "+third_party/cros_system_api",
58 "+third_party/kasko", 58 "+third_party/kasko",
59 59
60 # chrome only needs switches from cc. All usage of the compositor is from 60 # chrome only needs switches from cc. All usage of the compositor is from
61 # content. Definitely don't include generic stuff from cc/base here, if this 61 # content. Definitely don't include generic stuff from cc/base here, if this
62 # is needed these files need to move to base/ 62 # is needed these files need to move to base/
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 104 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
105 "+third_party/WebKit/public/platform/WebSecurityStyle.h", 105 "+third_party/WebKit/public/platform/WebSecurityStyle.h",
106 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h", 106 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h",
107 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h", 107 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h",
108 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ", 108 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ",
109 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 109 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
110 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 110 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
111 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 111 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
112 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 112 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
113 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 113 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
114 "+third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.m ojom.h",
115 "+third_party/WebKit/public/platform/modules/shapedetection/textdetection.mojo m.h",
116 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 114 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
117 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 115 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
118 "+third_party/WebKit/public/public_features.h", 116 "+third_party/WebKit/public/public_features.h",
119 "+third_party/WebKit/public/web/WebCache.h", 117 "+third_party/WebKit/public/web/WebCache.h",
120 "+third_party/WebKit/public/web/WebContextMenuData.h", 118 "+third_party/WebKit/public/web/WebContextMenuData.h",
121 "+third_party/WebKit/public/web/WebFindOptions.h", 119 "+third_party/WebKit/public/web/WebFindOptions.h",
122 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 120 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
123 "+third_party/WebKit/public/web/WebPluginAction.h", 121 "+third_party/WebKit/public/web/WebPluginAction.h",
124 "+third_party/WebKit/public/web/WebTextDirection.h", 122 "+third_party/WebKit/public/web/WebTextDirection.h",
125 "+third_party/WebKit/public/web/WebWindowFeatures.h", 123 "+third_party/WebKit/public/web/WebWindowFeatures.h",
126 ] 124 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698