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

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

Issue 772563003: Move many of v8_inspector dependencies out of core/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 "html/parser/HTMLTreeBuilder.h", 1023 "html/parser/HTMLTreeBuilder.h",
1024 "html/parser/InputStreamPreprocessor.h", 1024 "html/parser/InputStreamPreprocessor.h",
1025 "html/parser/MarkupTokenizerInlines.h", 1025 "html/parser/MarkupTokenizerInlines.h",
1026 "html/parser/NestingLevelIncrementer.h", 1026 "html/parser/NestingLevelIncrementer.h",
1027 "html/parser/TextResourceDecoder.cpp", 1027 "html/parser/TextResourceDecoder.cpp",
1028 "html/parser/TextResourceDecoder.h", 1028 "html/parser/TextResourceDecoder.h",
1029 "html/TextMetrics.h", 1029 "html/TextMetrics.h",
1030 "html/VoidCallback.h", 1030 "html/VoidCallback.h",
1031 "Init.cpp", 1031 "Init.cpp",
1032 "Init.h", 1032 "Init.h",
1033 "inspector/AsyncCallStackTracker.cpp",
1034 "inspector/AsyncCallStackTracker.h",
1035 "inspector/BindingVisitors.h",
1036 "inspector/ConsoleAPITypes.h", 1033 "inspector/ConsoleAPITypes.h",
1037 "inspector/ConsoleMessage.cpp", 1034 "inspector/ConsoleMessage.cpp",
1038 "inspector/ConsoleMessage.h", 1035 "inspector/ConsoleMessage.h",
1039 "inspector/ConsoleMessageStorage.cpp", 1036 "inspector/ConsoleMessageStorage.cpp",
1040 "inspector/ConsoleMessageStorage.h", 1037 "inspector/ConsoleMessageStorage.h",
1041 "inspector/ContentSearchUtils.cpp",
1042 "inspector/ContentSearchUtils.h",
1043 "inspector/IdentifiersFactory.cpp", 1038 "inspector/IdentifiersFactory.cpp",
1044 "inspector/IdentifiersFactory.h", 1039 "inspector/IdentifiersFactory.h",
1045 "inspector/InjectedScript.cpp",
1046 "inspector/InjectedScript.h",
1047 "inspector/InjectedScriptBase.cpp",
1048 "inspector/InjectedScriptBase.h",
1049 "inspector/InjectedScriptHost.cpp", 1040 "inspector/InjectedScriptHost.cpp",
1050 "inspector/InjectedScriptHost.h", 1041 "inspector/InjectedScriptHost.h",
1051 "inspector/InjectedScriptManager.cpp",
1052 "inspector/InjectedScriptManager.h",
1053 "inspector/InspectorBaseAgent.cpp",
1054 "inspector/InspectorBaseAgent.h",
1055 "inspector/InspectorCounters.cpp", 1042 "inspector/InspectorCounters.cpp",
1056 "inspector/InspectorCounters.h", 1043 "inspector/InspectorCounters.h",
1057 "inspector/InspectorDebuggerAgent.cpp",
1058 "inspector/InspectorDebuggerAgent.h",
1059 "inspector/InspectorFrontendChannel.h",
1060 "inspector/InspectorNodeIds.cpp", 1044 "inspector/InspectorNodeIds.cpp",
1061 "inspector/InspectorNodeIds.h", 1045 "inspector/InspectorNodeIds.h",
1062 "inspector/InspectorState.cpp",
1063 "inspector/InspectorState.h",
1064 "inspector/InspectorTraceEvents.cpp", 1046 "inspector/InspectorTraceEvents.cpp",
1065 "inspector/InspectorTraceEvents.h", 1047 "inspector/InspectorTraceEvents.h",
1066 "inspector/JavaScriptCallFrame.cpp", 1048 "inspector/JavaScriptCallFrame.cpp",
1067 "inspector/JavaScriptCallFrame.h", 1049 "inspector/JavaScriptCallFrame.h",
1068 "inspector/JSONParser.cpp",
1069 "inspector/JSONParser.h",
1070 "inspector/PromiseTracker.cpp",
1071 "inspector/PromiseTracker.h",
1072 "inspector/ScriptArguments.cpp", 1050 "inspector/ScriptArguments.cpp",
1073 "inspector/ScriptArguments.h", 1051 "inspector/ScriptArguments.h",
1074 "inspector/ScriptAsyncCallStack.cpp", 1052 "inspector/ScriptAsyncCallStack.cpp",
1075 "inspector/ScriptAsyncCallStack.h", 1053 "inspector/ScriptAsyncCallStack.h",
1076 "inspector/ScriptCallFrame.cpp", 1054 "inspector/ScriptCallFrame.cpp",
1077 "inspector/ScriptCallFrame.h", 1055 "inspector/ScriptCallFrame.h",
1078 "inspector/ScriptCallStack.cpp", 1056 "inspector/ScriptCallStack.cpp",
1079 "inspector/ScriptCallStack.h", 1057 "inspector/ScriptCallStack.h",
1080 "inspector/ScriptGCEventListener.h", 1058 "inspector/ScriptGCEventListener.h",
1081 "inspector/ScriptProfile.cpp",
1082 "inspector/ScriptProfile.h",
1083 "loader/DocumentLoadTiming.cpp", 1059 "loader/DocumentLoadTiming.cpp",
1084 "loader/DocumentLoadTiming.h", 1060 "loader/DocumentLoadTiming.h",
1085 "loader/EmptyClients.cpp", 1061 "loader/EmptyClients.cpp",
1086 "loader/EmptyClients.h", 1062 "loader/EmptyClients.h",
1087 "loader/FrameFetchContext.cpp", 1063 "loader/FrameFetchContext.cpp",
1088 "loader/FrameFetchContext.h", 1064 "loader/FrameFetchContext.h",
1089 "loader/FrameLoader.cpp", 1065 "loader/FrameLoader.cpp",
1090 "loader/FrameLoader.h", 1066 "loader/FrameLoader.h",
1091 "loader/FrameLoaderClient.h", 1067 "loader/FrameLoaderClient.h",
1092 "loader/FrameLoaderTypes.h", 1068 "loader/FrameLoaderTypes.h",
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 "events/ProgressEvent.idl", 1485 "events/ProgressEvent.idl",
1510 "events/ResourceProgressEvent.idl", 1486 "events/ResourceProgressEvent.idl",
1511 "events/TextEvent.idl", 1487 "events/TextEvent.idl",
1512 "events/TouchEvent.idl", 1488 "events/TouchEvent.idl",
1513 "events/TransitionEvent.idl", 1489 "events/TransitionEvent.idl",
1514 "events/UIEvent.idl", 1490 "events/UIEvent.idl",
1515 "events/AnimationEvent.idl", 1491 "events/AnimationEvent.idl",
1516 "events/WheelEvent.idl", 1492 "events/WheelEvent.idl",
1517 "html/canvas/WebGLContextEvent.idl", 1493 "html/canvas/WebGLContextEvent.idl",
1518 ], "abspath") 1494 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/BUILD.gn ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698