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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 14e618346f7650a673ae36fa6d590565d1ebb362..b993f0ef974763c8e0dcbad649921cf4089a2cd6 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -38,18 +38,18 @@ include_rules = [
"+media/cdm/cdm_paths.h",
"+media/midi", # For midi switches
"+media/mojo", # For mojo media services.
- "+services/image_decoder/public/cpp",
- "+services/service_manager/public/cpp",
- "+services/ui/public",
"+ppapi/c", # For various types.
"+ppapi/host",
"+ppapi/proxy",
"+ppapi/shared_impl",
"+rlz",
"+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbox.
+ "+services/image_decoder/public/cpp",
"+services/image_decoder/public/interfaces",
"+services/preferences/public/interfaces",
"+services/service_manager",
+ "+services/shape_detection/public/interfaces",
+ "+services/ui/public",
"+skia/ext",
"+syzygy/kasko",
"+third_party/boringssl/src/include",
@@ -111,8 +111,6 @@ include_rules = [
"+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackAvailability.h",
"+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
"+third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h",
- "+third_party/WebKit/public/platform/modules/shapedetection/barcodedetection.mojom.h",
- "+third_party/WebKit/public/platform/modules/shapedetection/textdetection.mojom.h",
"+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
"+third_party/WebKit/public/platform/site_engagement.mojom.h",
"+third_party/WebKit/public/public_features.h",

Powered by Google App Engine
This is Rietveld 408576698