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

Unified Diff: sky/shell/BUILD.gn

Issue 1027903002: Enable tracing in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | sky/shell/library_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index d6e112f8d2f7526fec474691c1e5e0b99179112f..2cc678f89fae85837c6f5a3ea3cf2a3b85e25a6a 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -10,8 +10,9 @@ import("//build/config/android/rules.gni")
generate_jni("jni_headers") {
sources = [
"org/domokit/sky/shell/JavaServiceProvider.java",
- "org/domokit/sky/shell/SkyMain.java",
"org/domokit/sky/shell/PlatformView.java",
+ "org/domokit/sky/shell/SkyMain.java",
+ "org/domokit/sky/shell/TracingController.java",
]
jni_package = "sky/shell"
}
@@ -35,6 +36,8 @@ shared_library("sky_shell") {
"shell.h",
"sky_main.cc",
"sky_main.h",
+ "tracing_controller.cc",
+ "tracing_controller.h",
"ui/animator.cc",
"ui/animator.h",
"ui/engine.cc",
@@ -80,6 +83,7 @@ android_library("java") {
"org/domokit/sky/shell/SkyActivity.java",
"org/domokit/sky/shell/SkyApplication.java",
"org/domokit/sky/shell/SkyMain.java",
+ "org/domokit/sky/shell/TracingController.java",
]
deps = [
« no previous file with comments | « no previous file | sky/shell/library_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698