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

Unified Diff: ipc/mojo/BUILD.gn

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « extensions/shell/app_shell.gyp ('k') | ipc/mojo/ipc_message_pipe_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 4966b909420dfe642eff27202d4d56ba2b197456..98048459c0f30fc19482cebdc92ec9658bd60736 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -37,8 +37,6 @@ component("mojo") {
"//base/third_party/dynamic_annotations",
"//ipc",
"//mojo/edk/system",
- "//mojo/environment:chromium",
- "//mojo/public/c/environment:environment",
"//mojo/public/cpp/bindings",
]
}
@@ -63,7 +61,6 @@ test("ipc_mojo_unittests") {
"//ipc:test_support",
"//mojo/edk/system",
"//mojo/edk/test:test_support",
- "//mojo/environment:chromium",
"//testing/gtest",
"//url",
]
@@ -86,7 +83,6 @@ test("ipc_mojo_perftests") {
"//mojo/edk/system",
"//mojo/edk/test:test_support",
"//mojo/edk/test:test_support_impl",
- "//mojo/environment:chromium",
"//url",
]
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | ipc/mojo/ipc_message_pipe_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698