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

Unified Diff: examples/c/echo_client/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 | « no previous file | examples/c/echo_client/echo_client.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/c/echo_client/BUILD.gn
diff --git a/examples/c/echo_client/BUILD.gn b/examples/c/echo_client/BUILD.gn
index ba4fa45a223b135162e949879aae3f635c76868d..ae13281ea75532a76193336338cf4f236153642f 100644
--- a/examples/c/echo_client/BUILD.gn
+++ b/examples/c/echo_client/BUILD.gn
@@ -17,6 +17,7 @@ mojo_native_application("c_echo_client") {
deps = [
"//examples/echo:bindings_c",
+ "//mojo/public/c",
"//mojo/public/c/system",
"//mojo/public/interfaces/application:application_c",
]
« no previous file with comments | « no previous file | examples/c/echo_client/echo_client.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698