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

Side by Side Diff: sky/engine/core/core.gni

Issue 889823002: Remove TRACE_EVENT indirection through blink::Platform (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « sky/engine/core/Init.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 "inspector/ConsoleMessageStorage.cpp", 941 "inspector/ConsoleMessageStorage.cpp",
942 "inspector/ConsoleMessageStorage.h", 942 "inspector/ConsoleMessageStorage.h",
943 "inspector/IdentifiersFactory.cpp", 943 "inspector/IdentifiersFactory.cpp",
944 "inspector/IdentifiersFactory.h", 944 "inspector/IdentifiersFactory.h",
945 "inspector/InjectedScriptHost.cpp", 945 "inspector/InjectedScriptHost.cpp",
946 "inspector/InjectedScriptHost.h", 946 "inspector/InjectedScriptHost.h",
947 "inspector/InspectorCounters.cpp", 947 "inspector/InspectorCounters.cpp",
948 "inspector/InspectorCounters.h", 948 "inspector/InspectorCounters.h",
949 "inspector/InspectorNodeIds.cpp", 949 "inspector/InspectorNodeIds.cpp",
950 "inspector/InspectorNodeIds.h", 950 "inspector/InspectorNodeIds.h",
951 "inspector/InspectorTraceEvents.cpp",
952 "inspector/InspectorTraceEvents.h",
953 "inspector/JavaScriptCallFrame.cpp", 951 "inspector/JavaScriptCallFrame.cpp",
954 "inspector/JavaScriptCallFrame.h", 952 "inspector/JavaScriptCallFrame.h",
955 "inspector/ScriptArguments.cpp", 953 "inspector/ScriptArguments.cpp",
956 "inspector/ScriptArguments.h", 954 "inspector/ScriptArguments.h",
957 "inspector/ScriptAsyncCallStack.cpp", 955 "inspector/ScriptAsyncCallStack.cpp",
958 "inspector/ScriptAsyncCallStack.h", 956 "inspector/ScriptAsyncCallStack.h",
959 "inspector/ScriptCallFrame.cpp", 957 "inspector/ScriptCallFrame.cpp",
960 "inspector/ScriptCallFrame.h", 958 "inspector/ScriptCallFrame.h",
961 "inspector/ScriptCallStack.cpp", 959 "inspector/ScriptCallStack.cpp",
962 "inspector/ScriptCallStack.h", 960 "inspector/ScriptCallStack.h",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 "events/KeyboardEvent.idl", 1341 "events/KeyboardEvent.idl",
1344 "events/PageTransitionEvent.idl", 1342 "events/PageTransitionEvent.idl",
1345 "events/PointerEvent.idl", 1343 "events/PointerEvent.idl",
1346 "events/TextEvent.idl", 1344 "events/TextEvent.idl",
1347 "events/TransitionEvent.idl", 1345 "events/TransitionEvent.idl",
1348 "events/UIEvent.idl", 1346 "events/UIEvent.idl",
1349 "events/WheelEvent.idl", 1347 "events/WheelEvent.idl",
1350 "html/canvas/WebGLContextEvent.idl", 1348 "html/canvas/WebGLContextEvent.idl",
1351 ], 1349 ],
1352 "abspath") 1350 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/Init.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698