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

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

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Actually works 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
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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 "html/parser/HTMLTreeBuilder.h", 1025 "html/parser/HTMLTreeBuilder.h",
1026 "html/parser/InputStreamPreprocessor.h", 1026 "html/parser/InputStreamPreprocessor.h",
1027 "html/parser/MarkupTokenizerInlines.h", 1027 "html/parser/MarkupTokenizerInlines.h",
1028 "html/parser/NestingLevelIncrementer.h", 1028 "html/parser/NestingLevelIncrementer.h",
1029 "html/parser/TextResourceDecoder.cpp", 1029 "html/parser/TextResourceDecoder.cpp",
1030 "html/parser/TextResourceDecoder.h", 1030 "html/parser/TextResourceDecoder.h",
1031 "html/TextMetrics.h", 1031 "html/TextMetrics.h",
1032 "html/VoidCallback.h", 1032 "html/VoidCallback.h",
1033 "Init.cpp", 1033 "Init.cpp",
1034 "Init.h", 1034 "Init.h",
1035 "inspector/AsyncCallStackTracker.cpp",
1036 "inspector/AsyncCallStackTracker.h",
1035 "inspector/BindingVisitors.h", 1037 "inspector/BindingVisitors.h",
1036 "inspector/ConsoleAPITypes.h", 1038 "inspector/ConsoleAPITypes.h",
1037 "inspector/ConsoleMessage.cpp", 1039 "inspector/ConsoleMessage.cpp",
1038 "inspector/ConsoleMessage.h", 1040 "inspector/ConsoleMessage.h",
1039 "inspector/ConsoleMessageStorage.cpp", 1041 "inspector/ConsoleMessageStorage.cpp",
1040 "inspector/ConsoleMessageStorage.h", 1042 "inspector/ConsoleMessageStorage.h",
1043 "inspector/ContentSearchUtils.cpp",
1044 "inspector/ContentSearchUtils.h",
1041 "inspector/IdentifiersFactory.cpp", 1045 "inspector/IdentifiersFactory.cpp",
1042 "inspector/IdentifiersFactory.h", 1046 "inspector/IdentifiersFactory.h",
1047 "inspector/InjectedScript.cpp",
1048 "inspector/InjectedScript.h",
1049 "inspector/InjectedScriptBase.cpp",
1050 "inspector/InjectedScriptBase.h",
1051 "inspector/InjectedScriptHost.cpp",
1052 "inspector/InjectedScriptHost.h",
1053 "inspector/InjectedScriptManager.cpp",
1054 "inspector/InjectedScriptManager.h",
1055 "inspector/inspector_backend_mojo.cc",
1056 "inspector/inspector_backend_mojo.h",
1057 "inspector/InspectorBaseAgent.cpp",
1058 "inspector/InspectorBaseAgent.h",
1043 "inspector/InspectorCounters.cpp", 1059 "inspector/InspectorCounters.cpp",
1044 "inspector/InspectorCounters.h", 1060 "inspector/InspectorCounters.h",
1061 "inspector/InspectorDebuggerAgent.cpp",
1062 "inspector/InspectorDebuggerAgent.h",
1063 "inspector/InspectorFrontendChannel.h",
1045 "inspector/InspectorNodeIds.cpp", 1064 "inspector/InspectorNodeIds.cpp",
1046 "inspector/InspectorNodeIds.h", 1065 "inspector/InspectorNodeIds.h",
1066 "inspector/InspectorState.cpp",
1067 "inspector/InspectorState.h",
1047 "inspector/InspectorTraceEvents.cpp", 1068 "inspector/InspectorTraceEvents.cpp",
1048 "inspector/InspectorTraceEvents.h", 1069 "inspector/InspectorTraceEvents.h",
1049 "inspector/JavaScriptCallFrame.cpp", 1070 "inspector/JavaScriptCallFrame.cpp",
1050 "inspector/JavaScriptCallFrame.h", 1071 "inspector/JavaScriptCallFrame.h",
1072 "inspector/JSONParser.cpp",
1073 "inspector/JSONParser.h",
1074 "inspector/PageDebuggerAgent.cpp",
1075 "inspector/PageDebuggerAgent.h",
1076 "inspector/PromiseTracker.cpp",
1077 "inspector/PromiseTracker.h",
1051 "inspector/ScriptArguments.cpp", 1078 "inspector/ScriptArguments.cpp",
1052 "inspector/ScriptArguments.h", 1079 "inspector/ScriptArguments.h",
1053 "inspector/ScriptAsyncCallStack.cpp", 1080 "inspector/ScriptAsyncCallStack.cpp",
1054 "inspector/ScriptAsyncCallStack.h", 1081 "inspector/ScriptAsyncCallStack.h",
1055 "inspector/ScriptCallFrame.cpp", 1082 "inspector/ScriptCallFrame.cpp",
1056 "inspector/ScriptCallFrame.h", 1083 "inspector/ScriptCallFrame.h",
1057 "inspector/ScriptCallStack.cpp", 1084 "inspector/ScriptCallStack.cpp",
1058 "inspector/ScriptCallStack.h", 1085 "inspector/ScriptCallStack.h",
1059 "inspector/ScriptGCEventListener.h", 1086 "inspector/ScriptGCEventListener.h",
1060 "inspector/ScriptProfile.cpp", 1087 "inspector/ScriptProfile.cpp",
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1460 "html/HTMLImportElement.idl", 1487 "html/HTMLImportElement.idl",
1461 "html/HTMLScriptElement.idl", 1488 "html/HTMLScriptElement.idl",
1462 "html/HTMLStyleElement.idl", 1489 "html/HTMLStyleElement.idl",
1463 "html/HTMLTemplateElement.idl", 1490 "html/HTMLTemplateElement.idl",
1464 "html/HTMLTitleElement.idl", 1491 "html/HTMLTitleElement.idl",
1465 "html/ImageData.idl", 1492 "html/ImageData.idl",
1466 "html/ime/InputMethodContext.idl", 1493 "html/ime/InputMethodContext.idl",
1467 "html/TextMetrics.idl", 1494 "html/TextMetrics.idl",
1468 "html/VoidCallback.idl", 1495 "html/VoidCallback.idl",
1469 "inspector/JavaScriptCallFrame.idl", 1496 "inspector/JavaScriptCallFrame.idl",
1497 "inspector/InjectedScriptHost.idl",
1470 ], "abspath") 1498 ], "abspath")
1471 1499
1472 # Files for which bindings (.cpp and .h files) will be generated 1500 # Files for which bindings (.cpp and .h files) will be generated
1473 # 'partial interface', target (right side of) 'implements', and 1501 # 'partial interface', target (right side of) 'implements', and
1474 # interfaces with static bindings (in bindings/core/v8/) 1502 # interfaces with static bindings (in bindings/core/v8/)
1475 core_dependency_idl_files = get_path_info([ 1503 core_dependency_idl_files = get_path_info([
1476 "animation/DocumentAnimation.idl", 1504 "animation/DocumentAnimation.idl",
1477 "animation/ElementAnimation.idl", 1505 "animation/ElementAnimation.idl",
1478 "css/DocumentFontFaceSet.idl", 1506 "css/DocumentFontFaceSet.idl",
1479 "dom/ChildNode.idl", 1507 "dom/ChildNode.idl",
(...skipping 28 matching lines...) Expand all
1508 "events/ProgressEvent.idl", 1536 "events/ProgressEvent.idl",
1509 "events/ResourceProgressEvent.idl", 1537 "events/ResourceProgressEvent.idl",
1510 "events/TextEvent.idl", 1538 "events/TextEvent.idl",
1511 "events/TouchEvent.idl", 1539 "events/TouchEvent.idl",
1512 "events/TransitionEvent.idl", 1540 "events/TransitionEvent.idl",
1513 "events/UIEvent.idl", 1541 "events/UIEvent.idl",
1514 "events/AnimationEvent.idl", 1542 "events/AnimationEvent.idl",
1515 "events/WheelEvent.idl", 1543 "events/WheelEvent.idl",
1516 "html/canvas/WebGLContextEvent.idl", 1544 "html/canvas/WebGLContextEvent.idl",
1517 ], "abspath") 1545 ], "abspath")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698