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

Unified Diff: mojo/common/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 | « mojo/android/javatests/mojo_test_case.cc ('k') | mojo/converters/blink/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 6a12118dd855c7126fc2df4e9539c789b59cd312..bffb6124ae54174f7deb55b73f458a9e5ddea1a5 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -36,11 +36,9 @@ component("common_base") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
- "//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/c/system:for_component",
"//mojo/public/cpp/bindings",
- "//mojo/public/cpp/environment",
]
}
@@ -69,7 +67,6 @@ test("mojo_common_unittests") {
"//base/test:test_support",
"//mojo/edk/test:run_all_unittests",
"//mojo/edk/test:test_support",
- "//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/test_support:test_utils",
@@ -97,7 +94,6 @@ test("mojo_common_perftests") {
":common",
"//base",
"//mojo/edk/test:run_all_perftests",
- "//mojo/environment:chromium",
"//mojo/message_pump",
"//mojo/public/cpp/test_support:test_utils",
"//testing/gtest",
« no previous file with comments | « mojo/android/javatests/mojo_test_case.cc ('k') | mojo/converters/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698