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

Unified Diff: components/html_viewer/DEPS

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: components/html_viewer/DEPS
diff --git a/components/html_viewer/DEPS b/components/html_viewer/DEPS
index c513c40cec57e507c9bc1f9002a042ab127d595f..9be731e71c3470bbe62d93fa234325249c2f4a9a 100644
--- a/components/html_viewer/DEPS
+++ b/components/html_viewer/DEPS
@@ -3,6 +3,10 @@ include_rules = [
"+base/test",
"+blink/public/resources",
"+cc",
+ "+components/clipboard",
+ "+components/gpu",
+ "+components/surfaces",
+ "+components/view_manager",
"+components/webcrypto",
"+gin",
"+media",
@@ -15,12 +19,14 @@ include_rules = [
"+net/base",
"+net/test/spawned_test_server",
"+skia",
+ "+third_party/WebKit/public",
"+third_party/mojo/src/mojo/public",
"+third_party/mojo_services/src",
- "+third_party/WebKit/public",
"+third_party/skia/include",
"+ui/base",
"+ui/events",
"+ui/gfx/geometry",
+ "+ui/mojo/events",
+ "+ui/mojo/geometry",
"+ui/native_theme",
]

Powered by Google App Engine
This is Rietveld 408576698