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

Unified Diff: sdk_build/data/cpp/Makefile

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
« no previous file with comments | « mojom/generators/c/templates/source.tmpl.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk_build/data/cpp/Makefile
diff --git a/sdk_build/data/cpp/Makefile b/sdk_build/data/cpp/Makefile
index 6fc4f1ed50ea3d811597b390fc0e01ed6ec42791..988636fb70f521177778637aab3bcc6aa8626d94 100644
--- a/sdk_build/data/cpp/Makefile
+++ b/sdk_build/data/cpp/Makefile
@@ -84,7 +84,7 @@ MOJO_PUBLIC_MOJOM_FILES := \
MOJO_PUBLIC_MOJOM_CC_FILES := \
$(call cc_files_from_mojom_files,$(MOJO_PUBLIC_MOJOM_FILES))
MOJO_PUBLIC_C_FILES := \
- $(wildcard mojo/public/c/bindings/lib/*.c)
+ $(wildcard mojo/public/c/lib/bindings/*.c)
MOJO_PUBLIC_CC_FILES := \
$(wildcard mojo/public/cpp/application/lib/*.cc) \
$(wildcard mojo/public/cpp/bindings/lib/*.cc) \
« no previous file with comments | « mojom/generators/c/templates/source.tmpl.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698