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

Unified Diff: mojo/services/log/interfaces/BUILD.gn

Issue 1447273002: Mojo Log service and a thread-safe client library. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: initialize global variables at start of the test Created 5 years 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/services/log/cpp/tests/log_client_unittest.cc ('k') | mojo/services/log/interfaces/entry.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/log/interfaces/BUILD.gn
diff --git a/mojo/services/native_support/interfaces/BUILD.gn b/mojo/services/log/interfaces/BUILD.gn
similarity index 83%
copy from mojo/services/native_support/interfaces/BUILD.gn
copy to mojo/services/log/interfaces/BUILD.gn
index a6a04a830591d0bbbbab5148ba0e4c27143c0405..26be7c2c2110937bfbba64ce18936a91f938b9dc 100644
--- a/mojo/services/native_support/interfaces/BUILD.gn
+++ b/mojo/services/log/interfaces/BUILD.gn
@@ -7,12 +7,9 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "process.mojom",
+ "entry.mojom",
+ "log.mojom",
]
import_dirs = [ get_path_info("../../", "abspath") ]
-
- public_deps = [
- "../../files/interfaces",
- ]
}
« no previous file with comments | « mojo/services/log/cpp/tests/log_client_unittest.cc ('k') | mojo/services/log/interfaces/entry.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698