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

Unified Diff: mojo/edk/util/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/edk/system/shared_buffer_dispatcher.cc ('k') | mojo/edk/util/string_printf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/BUILD.gn
diff --git a/mojo/edk/util/BUILD.gn b/mojo/edk/util/BUILD.gn
index 8ad82d727bc0fd0da065f4bd756360873b6a70dd..2cacca154703a964174ad84badaf8f76c2e84b15 100644
--- a/mojo/edk/util/BUILD.gn
+++ b/mojo/edk/util/BUILD.gn
@@ -38,7 +38,10 @@ mojo_edk_source_set("util") {
"weak_ptr_internal.h",
]
- mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
+ mojo_sdk_public_deps = [
+ "mojo/public/c:common",
+ "mojo/public/cpp/system",
+ ]
}
# Unit tests for :util. For testing purposes, allow dependence on
« no previous file with comments | « mojo/edk/system/shared_buffer_dispatcher.cc ('k') | mojo/edk/util/string_printf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698