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

Unified Diff: mojo/edk/embedder/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
« no previous file with comments | « no previous file | mojo/edk/embedder/platform_channel_pair_posix_unittest.cc » ('j') | mojo/edk/system/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index 08a42fa0ad5ff247c6e216edf224ca635100200a..1cc513c14be17db4cfaafead74e243e906077754 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -95,6 +95,8 @@ mojo_edk_source_set("platform") {
if (is_android) {
deps += [ "//third_party/ashmem" ]
}
+
+ mojo_edk_deps = [ "mojo/edk/util" ]
}
mojo_edk_source_set("delegates") {
@@ -139,5 +141,6 @@ mojo_edk_source_set("embedder_unittests") {
"mojo/edk/test:test_support",
"mojo/edk/system",
"mojo/edk/system:test_utils",
+ "mojo/edk/util",
]
}
« no previous file with comments | « no previous file | mojo/edk/embedder/platform_channel_pair_posix_unittest.cc » ('j') | mojo/edk/system/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698