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

Unified Diff: mojo/edk/system/BUILD.gn

Issue 707093002: Teach PRESUBMIT.py how to run gn check for most of the mojo repo (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update after hans landed Created 6 years, 1 month 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/edk/js/BUILD.gn ('k') | mojo/services/window_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 791a192c48780008a0bed913b7eadddae705a3c0..ad849da3a48d45b43061fbb3ace4d6a45a5cfa16 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -15,9 +15,11 @@ component("system") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
- "//mojo/edk/embedder",
+ "//mojo/public/c/system",
]
+ public_deps = [ "//mojo/edk/embedder" ]
+
defines = [
"MOJO_SYSTEM_IMPL_IMPLEMENTATION",
"MOJO_SYSTEM_IMPLEMENTATION",
@@ -94,8 +96,10 @@ test("mojo_system_unittests") {
deps = [
":system",
"//base",
+ "//base/test:test_support",
"//mojo/edk/embedder:embedder_unittests",
"//mojo/edk/test:test_support",
+ "//mojo/public/c/system",
"//testing/gtest",
]
« no previous file with comments | « mojo/edk/js/BUILD.gn ('k') | mojo/services/window_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698