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

Unified Diff: mojo/public/c/bindings/tests/BUILD.gn

Issue 2062323002: Mojo C bindings library pt1: MojomBuffer (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: MojomBuffer_Allocate(0) succeeds Created 4 years, 6 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/c/bindings/lib/buffer.c ('k') | mojo/public/c/bindings/tests/buffer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/bindings/tests/BUILD.gn
diff --git a/mojo/public/c/bindings/tests/BUILD.gn b/mojo/public/c/bindings/tests/BUILD.gn
index 2dd3c11ee38bfb3f47bfed6250ed5ed7d797c0c7..884f3c691675867451759ef578501401b69a2895 100644
--- a/mojo/public/c/bindings/tests/BUILD.gn
+++ b/mojo/public/c/bindings/tests/BUILD.gn
@@ -9,6 +9,7 @@ mojo_sdk_source_set("tests") {
sources = [
"bindings_unittest.cc",
+ "buffer_unittest.cc",
]
deps = [
« no previous file with comments | « mojo/public/c/bindings/lib/buffer.c ('k') | mojo/public/c/bindings/tests/buffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698