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

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

Issue 749523002: Move inspector_backend_mojo.cc to v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/BUILD.gn ('k') | sky/engine/core/inspector/inspector_backend_mojo.h » ('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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 "inspector/IdentifiersFactory.cpp", 1045 "inspector/IdentifiersFactory.cpp",
1046 "inspector/IdentifiersFactory.h", 1046 "inspector/IdentifiersFactory.h",
1047 "inspector/InjectedScript.cpp", 1047 "inspector/InjectedScript.cpp",
1048 "inspector/InjectedScript.h", 1048 "inspector/InjectedScript.h",
1049 "inspector/InjectedScriptBase.cpp", 1049 "inspector/InjectedScriptBase.cpp",
1050 "inspector/InjectedScriptBase.h", 1050 "inspector/InjectedScriptBase.h",
1051 "inspector/InjectedScriptHost.cpp", 1051 "inspector/InjectedScriptHost.cpp",
1052 "inspector/InjectedScriptHost.h", 1052 "inspector/InjectedScriptHost.h",
1053 "inspector/InjectedScriptManager.cpp", 1053 "inspector/InjectedScriptManager.cpp",
1054 "inspector/InjectedScriptManager.h", 1054 "inspector/InjectedScriptManager.h",
1055 "inspector/inspector_backend_mojo.cc",
1056 "inspector/inspector_backend_mojo.h",
1057 "inspector/InspectorBaseAgent.cpp", 1055 "inspector/InspectorBaseAgent.cpp",
1058 "inspector/InspectorBaseAgent.h", 1056 "inspector/InspectorBaseAgent.h",
1059 "inspector/InspectorCounters.cpp", 1057 "inspector/InspectorCounters.cpp",
1060 "inspector/InspectorCounters.h", 1058 "inspector/InspectorCounters.h",
1061 "inspector/InspectorDebuggerAgent.cpp", 1059 "inspector/InspectorDebuggerAgent.cpp",
1062 "inspector/InspectorDebuggerAgent.h", 1060 "inspector/InspectorDebuggerAgent.h",
1063 "inspector/InspectorFrontendChannel.h", 1061 "inspector/InspectorFrontendChannel.h",
1064 "inspector/InspectorNodeIds.cpp", 1062 "inspector/InspectorNodeIds.cpp",
1065 "inspector/InspectorNodeIds.h", 1063 "inspector/InspectorNodeIds.h",
1066 "inspector/InspectorState.cpp", 1064 "inspector/InspectorState.cpp",
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 "events/ProgressEvent.idl", 1534 "events/ProgressEvent.idl",
1537 "events/ResourceProgressEvent.idl", 1535 "events/ResourceProgressEvent.idl",
1538 "events/TextEvent.idl", 1536 "events/TextEvent.idl",
1539 "events/TouchEvent.idl", 1537 "events/TouchEvent.idl",
1540 "events/TransitionEvent.idl", 1538 "events/TransitionEvent.idl",
1541 "events/UIEvent.idl", 1539 "events/UIEvent.idl",
1542 "events/AnimationEvent.idl", 1540 "events/AnimationEvent.idl",
1543 "events/WheelEvent.idl", 1541 "events/WheelEvent.idl",
1544 "html/canvas/WebGLContextEvent.idl", 1542 "html/canvas/WebGLContextEvent.idl",
1545 ], "abspath") 1543 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/BUILD.gn ('k') | sky/engine/core/inspector/inspector_backend_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698