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

Unified Diff: sky/engine/core/core.gni

Issue 1028243003: Let Dart code running in Sky add events to the trace timeline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: more 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/engine/core/frame/LocalDOMWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 58ed24012c6c3d3d27193b334e330188aa3390a1..3914d5b484a4a82a8acd20a8347147275bc0f459 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -703,6 +703,8 @@ sky_core_files = [
"frame/SettingsDelegate.h",
"frame/SuspendableTimer.cpp",
"frame/SuspendableTimer.h",
+ "frame/Tracing.cpp",
+ "frame/Tracing.h",
"html/canvas/ANGLEInstancedArrays.cpp",
"html/canvas/ANGLEInstancedArrays.h",
"html/canvas/Canvas2DContextAttributes.cpp",
@@ -1186,6 +1188,7 @@ core_idl_files = get_path_info([
"frame/ImageBitmap.idl",
"frame/Location.idl",
"frame/Screen.idl",
+ "frame/Tracing.idl",
"frame/Window.idl",
"html/canvas/ANGLEInstancedArrays.idl",
"html/canvas/Canvas2DContextAttributes.idl",
« no previous file with comments | « no previous file | sky/engine/core/frame/LocalDOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698