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

Unified Diff: mojo/BUILD.gn

Issue 1363183004: Files services library: Add an "output stream" file impl helper class. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index f5201a1a68e91225fb7757e202f4671fe7b79dd2..2b4aa8f73ae0e2c1f188e26e9e5fff0b05635415 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -60,6 +60,7 @@ group("tests") {
"//mojo/gles2:mgl_unittests",
"//mojo/gpu:apptests",
"//mojo/services/files/public/c:apptests",
+ "//mojo/services/files/public/cpp:apptests",
]
if (is_linux || is_android) {

Powered by Google App Engine
This is Rietveld 408576698