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

Unified Diff: mojo/edk/platform/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 | « examples/c/echo_client/echo_client.c ('k') | mojo/edk/platform/scoped_platform_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/platform/BUILD.gn
diff --git a/mojo/edk/platform/BUILD.gn b/mojo/edk/platform/BUILD.gn
index 797afabe49b01f6a52668a686656e941b620eba0..4480d20960d2389182465ef1e3bc00add6fc8e76 100644
--- a/mojo/edk/platform/BUILD.gn
+++ b/mojo/edk/platform/BUILD.gn
@@ -29,7 +29,10 @@ mojo_edk_source_set("platform") {
"time_ticks.h",
]
- mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
+ mojo_sdk_public_deps = [
+ "mojo/public/c:system",
+ "mojo/public/cpp/system",
+ ]
mojo_edk_public_deps = [ "mojo/edk/util" ]
}
« no previous file with comments | « examples/c/echo_client/echo_client.c ('k') | mojo/edk/platform/scoped_platform_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698