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

Unified Diff: mojo/edk/test/BUILD.gn

Issue 1347783002: Add our own (mojo::util::)ScopedFILE and replace uses of base::ScopedFILE with it. (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/edk/test/BUILD.gn
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index e07bbae6dac8fcb75d18b845df0af038457b64fa..225fc6bdce7b857b35afd0e57c0259f27825ede5 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -26,7 +26,10 @@ mojo_edk_source_set("test_support") {
"//testing/gtest",
]
- mojo_edk_deps = [ "mojo/edk/system" ]
+ mojo_edk_deps = [
+ "mojo/edk/system",
+ "mojo/edk/util",
+ ]
mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
}

Powered by Google App Engine
This is Rietveld 408576698