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

Unified Diff: components/html_viewer/BUILD.gn

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/BUILD.gn
diff --git a/components/html_viewer/BUILD.gn b/components/html_viewer/BUILD.gn
index 75856bcb22e5445cdebc812c407ad5964ca9e0e5..10f59fd5d28486b991c2ee3b39afcc98aad2fbe2 100644
--- a/components/html_viewer/BUILD.gn
+++ b/components/html_viewer/BUILD.gn
@@ -103,6 +103,9 @@ source_set("lib") {
"//cc",
"//cc/blink",
"//cc/surfaces",
+ "//components/clipboard/public/interfaces",
+ "//components/gpu/public/interfaces",
+ "//components/surfaces/public/interfaces",
"//components/webcrypto",
"//gin",
"//media",
@@ -120,12 +123,9 @@ source_set("lib") {
"//third_party/mojo/src/mojo/public/cpp/utility",
"//third_party/mojo/src/mojo/public/interfaces/application",
"//third_party/mojo_services/src/accessibility/public/interfaces",
- "//third_party/mojo_services/src/clipboard/public/interfaces",
"//third_party/mojo_services/src/content_handler/public/interfaces",
- "//third_party/mojo_services/src/gpu/public/interfaces",
- "//third_party/mojo_services/src/input_events/public/interfaces",
+ "//ui/mojo/events:interfaces",
"//third_party/mojo_services/src/navigation/public/interfaces",
- "//third_party/mojo_services/src/surfaces/public/interfaces",
"//ui/events",
"//ui/events:gesture_detection",
"//ui/events/blink",
@@ -137,9 +137,9 @@ source_set("lib") {
]
public_deps = [
+ "//components/view_manager/public/cpp",
"//third_party/WebKit/public:blink",
"//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo_services/src/view_manager/public/cpp",
":generate_blink_resource_map",
]

Powered by Google App Engine
This is Rietveld 408576698