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

Unified Diff: services/js/BUILD.gn

Issue 780733002: Simplify the thunk targets since we don't support apps as components (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/http_server/BUILD.gn ('k') | services/js/modules/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/BUILD.gn
diff --git a/services/js/BUILD.gn b/services/js/BUILD.gn
index da74d5322ead8a5b0f6b3b00fe90ff22da5995de..bba86b3ed2f6ac153bfcdc8a0e6b0f52d1589b99 100644
--- a/services/js/BUILD.gn
+++ b/services/js/BUILD.gn
@@ -33,7 +33,6 @@ mojo_native_application("js_content_handler") {
"//mojo/common",
"//mojo/edk/js/",
"//mojo/environment:chromium",
- "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
@@ -66,7 +65,6 @@ mojo_native_application("js_apptests") {
deps = [
"//base",
- "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//services/js/test:echo_service",
« no previous file with comments | « services/http_server/BUILD.gn ('k') | services/js/modules/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698