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

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

Issue 2008553006: Add 'Flog' formatted logging to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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/services/flog/cpp/flog.cc ('k') | mojo/services/flog/interfaces/flog.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/flog/interfaces/BUILD.gn
diff --git a/mojo/services/nfc/interfaces/BUILD.gn b/mojo/services/flog/interfaces/BUILD.gn
similarity index 76%
copy from mojo/services/nfc/interfaces/BUILD.gn
copy to mojo/services/flog/interfaces/BUILD.gn
index 4600ccf9ad140cd54b67bc750a3243f25097d9a5..623c356fa5b6b762d47487b2d87a13f8949eab57 100644
--- a/mojo/services/nfc/interfaces/BUILD.gn
+++ b/mojo/services/flog/interfaces/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -7,6 +7,6 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "nfc.mojom",
+ "flog.mojom",
]
}
« no previous file with comments | « mojo/services/flog/cpp/flog.cc ('k') | mojo/services/flog/interfaces/flog.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698