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

Unified Diff: components/resource_provider/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 | « components/mus/ws/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index 6a7a7e5185861222f3a8dffd50c585ff977554f8..bcdb01ac3d72751aa5bb85dfce65c6aa21be99b9 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -34,7 +34,6 @@ if (is_android) {
"//base",
"//build/config/sanitizers:deps",
"//components/resource_provider/public/interfaces",
- "//mojo/environment:chromium",
"//mojo/platform_handle:for_shared_library",
"//mojo/public/c/system:for_shared_library",
"//mojo/shell/public/cpp",
@@ -75,7 +74,6 @@ if (is_android) {
":manifest",
"//base",
"//components/resource_provider/public/interfaces",
- "//mojo/environment:chromium",
"//mojo/shell/public/cpp",
"//url",
]
@@ -119,7 +117,6 @@ test("resource_provider_unittests") {
"//base/test:test_config",
"//components/resource_provider/public/interfaces",
"//mojo/edk/test:run_all_unittests",
- "//mojo/environment:chromium",
"//mojo/platform_handle:for_shared_library",
"//testing/gtest",
"//url",
« no previous file with comments | « components/mus/ws/BUILD.gn ('k') | content/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698