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

Unified Diff: mojo/public/c/system/tests/BUILD.gn

Issue 2229573002: Change the canonical way to include the C macros.h to <mojo/macros.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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/public/c/system/macros.h ('k') | mojo/public/c/system/tests/compile_unittest_pure_c.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/tests/BUILD.gn
diff --git a/mojo/public/c/system/tests/BUILD.gn b/mojo/public/c/system/tests/BUILD.gn
index cd38a25faab618badb4db18c9871533428fa4b5f..9e80de14364269ad690fb8aea7bbde07111c2bb9 100644
--- a/mojo/public/c/system/tests/BUILD.gn
+++ b/mojo/public/c/system/tests/BUILD.gn
@@ -28,6 +28,7 @@ mojo_sdk_source_set("tests") {
]
mojo_sdk_deps = [
+ "mojo/public/c:system",
"mojo/public/c/environment",
"mojo/public/c/system",
]
@@ -49,6 +50,7 @@ mojo_sdk_source_set("pure_tests") {
]
mojo_sdk_deps = [
+ "mojo/public/c:system",
"mojo/public/c/environment",
"mojo/public/c/system",
]
@@ -70,6 +72,7 @@ mojo_sdk_source_set("perftests") {
]
mojo_sdk_deps = [
+ "mojo/public/c:system",
"mojo/public/c/environment",
"mojo/public/c/system",
"mojo/public/cpp/test_support",
« no previous file with comments | « mojo/public/c/system/macros.h ('k') | mojo/public/c/system/tests/compile_unittest_pure_c.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698