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

Unified Diff: mojo/examples/apptest/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/common/BUILD.gn ('k') | mojo/examples/aura_demo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/apptest/BUILD.gn
diff --git a/mojo/examples/apptest/BUILD.gn b/mojo/examples/apptest/BUILD.gn
index 385266c7c00ac3ebccf47f6559e020db96a26bb6..456f0d420119d6e71257587843049c1e50e5afbf 100644
--- a/mojo/examples/apptest/BUILD.gn
+++ b/mojo/examples/apptest/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//mojo/public/tools/bindings/mojom.gni")
-import("//mojo/system.gni")
group("apptest") {
testonly = true
@@ -27,9 +26,10 @@ shared_library("service") {
deps = [
":bindings",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/utility"
- ] + mojo_system_for_shared_library
+ ]
}
# GYP version: mojo/mojo_examples.gypi:mojo_example_apptests
@@ -49,9 +49,10 @@ shared_library("apptests") {
deps = [
":bindings",
"//testing/gtest",
+ "//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/utility",
- ] + mojo_system_for_shared_library
+ ]
}
# GYP version: mojo/mojo_examples.gypi:mojo_example_service_bindings
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/examples/aura_demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698