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

Unified Diff: mojo/services/test_service/BUILD.gn

Issue 554363005: GN: Replace mojo/system.gni with forwarding groups (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/services/surfaces/BUILD.gn ('k') | mojo/services/view_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/test_service/BUILD.gn
diff --git a/mojo/services/test_service/BUILD.gn b/mojo/services/test_service/BUILD.gn
index 057ba13041e04b688372fe4053e48a646cd601ff..7348dad2a6c5f74516783456b0952a35a0b0aa25 100644
--- a/mojo/services/test_service/BUILD.gn
+++ b/mojo/services/test_service/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
-import("//mojo/system.gni")
# GYP version: mojo/mojo_services.gypi:mojo_test_service_bindings
mojom("bindings") {
@@ -18,10 +17,10 @@ shared_library("mojo_test_app") {
deps = [
":bindings",
"//base",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/utility",
]
- deps += mojo_system_for_shared_library
sources = [
"test_request_tracker_client_impl.cc",
@@ -40,10 +39,10 @@ shared_library("mojo_test_request_tracker_app") {
deps = [
":bindings",
"//base",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/utility",
]
- deps += mojo_system_for_shared_library
sources = [
"test_request_tracker_client_impl.cc",
« no previous file with comments | « mojo/services/surfaces/BUILD.gn ('k') | mojo/services/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698