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

Unified Diff: examples/flog_viewer/BUILD.gn

Issue 2084083003: FLOG: Add examples/flog_viewer and always show MOJO_DLOG messages (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « examples/BUILD.gn ('k') | examples/flog_viewer/flog_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/flog_viewer/BUILD.gn
diff --git a/examples/native_run_app/BUILD.gn b/examples/flog_viewer/BUILD.gn
similarity index 53%
copy from examples/native_run_app/BUILD.gn
copy to examples/flog_viewer/BUILD.gn
index b710b36b87b65828d79353fc1923d12bbbd74165..ccf1fabf3723d110f6072a7b53923ed858b8b7df 100644
--- a/examples/native_run_app/BUILD.gn
+++ b/examples/flog_viewer/BUILD.gn
@@ -1,21 +1,21 @@
-# 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.
import("//mojo/public/mojo_application.gni")
-mojo_native_application("native_run_app") {
+mojo_native_application("flog_viewer") {
sources = [
- "native_run_app.cc",
+ "flog_viewer.cc",
]
deps = [
"//base",
"//mojo/application",
+ "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
- "//mojo/services/files/interfaces",
- "//mojo/services/native_support/interfaces",
- "//mojo/services/terminal/interfaces",
+ "//mojo/services/flog/interfaces",
]
}
« no previous file with comments | « examples/BUILD.gn ('k') | examples/flog_viewer/flog_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698