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

Unified Diff: services/shell/runner/host/BUILD.gn

Issue 2001403002: Remove //mojo/platform_handle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wrapper-apis
Patch Set: Created 4 years, 7 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 | « services/catalog/public/cpp/BUILD.gn ('k') | services/shell/shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/BUILD.gn
diff --git a/services/shell/runner/host/BUILD.gn b/services/shell/runner/host/BUILD.gn
index b7658de33cc6f5d716443b0abbf5e06f2757344b..bffcb083957c7ff836c1efa8af0b004d5be4d079 100644
--- a/services/shell/runner/host/BUILD.gn
+++ b/services/shell/runner/host/BUILD.gn
@@ -23,7 +23,6 @@ source_set("native_application_support") {
deps = [
"//base",
- "//mojo/platform_handle:platform_handle_impl",
"//services/shell",
]
@@ -45,7 +44,6 @@ source_set("child_process_base") {
deps = [
"//base",
"//mojo/edk/system",
- "//mojo/platform_handle:platform_handle_impl",
"//services/shell",
"//services/shell/public/interfaces",
"//services/shell/runner:init",
@@ -70,7 +68,6 @@ source_set("lib") {
":native_application_support",
"//base:base_static",
"//base:i18n",
- "//mojo/platform_handle:platform_handle_impl",
"//services/shell/public/cpp:sources",
"//services/shell/runner:init",
"//services/shell/runner/common",
« no previous file with comments | « services/catalog/public/cpp/BUILD.gn ('k') | services/shell/shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698