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

Unified Diff: mojo/public/tools/bindings/mojom.gni

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/cpp/utility/lib/run_loop.cc ('k') | mojo/services/files/c/lib/directory_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index 8fb23dc59fb2c9abad8b4a50a6ef779be6fb092f..31b199f19b9eceed2d15dd52fafdc0a62b341f19 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -300,7 +300,12 @@ template("mojom") {
public_configs =
rebase_path([ "mojo/public/build/config:mojo_sdk" ], ".", mojo_root)
- public_deps = rebase_path([ "mojo/public/c/bindings" ], ".", mojo_root)
+ public_deps = rebase_path([
+ "mojo/public/c",
+ "mojo/public/c/bindings",
+ ],
+ ".",
+ mojo_root)
foreach(d, rebased_mojo_sdk_public_deps) {
full_name = get_label_info(d, "label_no_toolchain")
public_deps += [ "${full_name}_c" ]
« no previous file with comments | « mojo/public/cpp/utility/lib/run_loop.cc ('k') | mojo/services/files/c/lib/directory_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698