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

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

Issue 2232833003: Change the canonical way to include the C bindings headers to <mojo/bindings/*.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_mojo_tests
Patch Set: rebased 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
Index: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index 3e97f6c1cc0b20ae3d64cc2e5a94f3ce5a914f74..8be28aefcf095fa3d794f8bad63fbdd113629e48 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -300,12 +300,7 @@ template("mojom") {
public_configs =
rebase_path([ "mojo/public/build/config:mojo_sdk" ], ".", mojo_root)
- public_deps = rebase_path([
- "mojo/public/c",
- "mojo/public/c/bindings",
- ],
- ".",
- mojo_root)
+ public_deps = rebase_path([ "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/c/lib/bindings/union.c ('k') | mojo/public/tools/bindings/mojom_tool/bin/linux64/generators/c.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698