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

Unified Diff: mojo/services/BUILD.gn

Issue 861683003: Move services code brought in from Mojo to live under //third_party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « mojo/converters/surfaces/tests/BUILD.gn ('k') | mojo/services/accessibility/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/BUILD.gn
diff --git a/mojo/services/BUILD.gn b/mojo/services/BUILD.gn
index d719f1a3574fd0aa147f68e64d9311f956227cae..eea552256ffd472922dc7ef77142a3fd80075a85 100644
--- a/mojo/services/BUILD.gn
+++ b/mojo/services/BUILD.gn
@@ -6,15 +6,15 @@ import("//build/config/ui.gni")
group("services") {
deps = [
- "//mojo/services/clipboard/public/interfaces",
- "//mojo/services/content_handler/public/interfaces",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/input_events/public/interfaces",
- "//mojo/services/native_viewport/public/interfaces",
- "//mojo/services/navigation/public/interfaces",
"//mojo/services/network/public/interfaces",
- "//mojo/services/surfaces/public/interfaces",
- "//mojo/services/view_manager/public/interfaces",
+ "//third_party/mojo_services/src/clipboard/public/interfaces",
+ "//third_party/mojo_services/src/content_handler/public/interfaces",
+ "//third_party/mojo_services/src/geometry/public/interfaces",
+ "//third_party/mojo_services/src/input_events/public/interfaces",
+ "//third_party/mojo_services/src/native_viewport/public/interfaces",
+ "//third_party/mojo_services/src/navigation/public/interfaces",
+ "//third_party/mojo_services/src/surfaces/public/interfaces",
+ "//third_party/mojo_services/src/view_manager/public/interfaces",
]
if (!is_component_build) {
« no previous file with comments | « mojo/converters/surfaces/tests/BUILD.gn ('k') | mojo/services/accessibility/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698