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

Side by Side Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2619023002: DevTools: introduce new cm_headless module to fix formatter_worker deps. (Closed)
Patch Set: Created 3 years, 11 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
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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//third_party/WebKit/public/public_features.gni") 6 import("//third_party/WebKit/public/public_features.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 all_devtools_files = [ 9 all_devtools_files = [
10 "front_end/accessibility/AccessibilityModel.js", 10 "front_end/accessibility/AccessibilityModel.js",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "front_end/cm_modes/module.json", 70 "front_end/cm_modes/module.json",
71 "front_end/cm_modes/php.js", 71 "front_end/cm_modes/php.js",
72 "front_end/cm_modes/python.js", 72 "front_end/cm_modes/python.js",
73 "front_end/cm_modes/shell.js", 73 "front_end/cm_modes/shell.js",
74 "front_end/cm/activeline.js", 74 "front_end/cm/activeline.js",
75 "front_end/cm/closebrackets.js", 75 "front_end/cm/closebrackets.js",
76 "front_end/cm/codemirror.css", 76 "front_end/cm/codemirror.css",
77 "front_end/cm/codemirror.js", 77 "front_end/cm/codemirror.js",
78 "front_end/cm/comment.js", 78 "front_end/cm/comment.js",
79 "front_end/cm/css.js", 79 "front_end/cm/css.js",
80 "front_end/cm/css.js",
81 "front_end/cm/headlesscodemirror.js",
82 "front_end/cm/headlesscodemirror.js",
83 "front_end/cm/htmlembedded.js", 80 "front_end/cm/htmlembedded.js",
84 "front_end/cm/htmlmixed.js", 81 "front_end/cm/htmlmixed.js",
85 "front_end/cm/javascript.js", 82 "front_end/cm/javascript.js",
86 "front_end/cm/markselection.js", 83 "front_end/cm/markselection.js",
87 "front_end/cm/matchbrackets.js", 84 "front_end/cm/matchbrackets.js",
88 "front_end/cm/multiplex.js", 85 "front_end/cm/multiplex.js",
89 "front_end/cm/overlay.js", 86 "front_end/cm/overlay.js",
90 "front_end/cm/simple.js", 87 "front_end/cm/simple.js",
91 "front_end/cm/xml.js", 88 "front_end/cm/xml.js",
92 "front_end/cm/xml.js", 89 "front_end/cm_headless/headlesscodemirror.js",
90 "front_end/cm_headless/module.json",
93 "front_end/common/CharacterIdMap.js", 91 "front_end/common/CharacterIdMap.js",
94 "front_end/common/Color.js", 92 "front_end/common/Color.js",
95 "front_end/common/Console.js", 93 "front_end/common/Console.js",
96 "front_end/common/ContentProvider.js", 94 "front_end/common/ContentProvider.js",
97 "front_end/common/CSSShadowModel.js", 95 "front_end/common/CSSShadowModel.js",
98 "front_end/common/FormatterWorkerPool.js", 96 "front_end/common/FormatterWorkerPool.js",
99 "front_end/common/Geometry.js", 97 "front_end/common/Geometry.js",
100 "front_end/common/module.json", 98 "front_end/common/module.json",
101 "front_end/common/ModuleExtensionInterfaces.js", 99 "front_end/common/ModuleExtensionInterfaces.js",
102 "front_end/common/Object.js", 100 "front_end/common/Object.js",
103 "front_end/common/OutputStream.js", 101 "front_end/common/OutputStream.js",
104 "front_end/common/ParsedURL.js", 102 "front_end/common/ParsedURL.js",
105 "front_end/common/Progress.js", 103 "front_end/common/Progress.js",
106 "front_end/common/ResourceType.js", 104 "front_end/common/ResourceType.js",
107 "front_end/common/SegmentedRange.js", 105 "front_end/common/SegmentedRange.js",
108 "front_end/common/Settings.js", 106 "front_end/common/Settings.js",
109 "front_end/common/StaticContentProvider.js", 107 "front_end/common/StaticContentProvider.js",
110 "front_end/common/Text.js", 108 "front_end/common/Text.js",
111 "front_end/common/TextDictionary.js", 109 "front_end/common/TextDictionary.js",
112 "front_end/common/TextRange.js", 110 "front_end/common/TextRange.js",
113 "front_end/common/TextUtils.js", 111 "front_end/common/TextUtils.js",
114 "front_end/common/TextUtils.js",
115 "front_end/common/Throttler.js", 112 "front_end/common/Throttler.js",
116 "front_end/common/Trie.js", 113 "front_end/common/Trie.js",
117 "front_end/common/UIString.js", 114 "front_end/common/UIString.js",
118 "front_end/common/UIString.js",
119 "front_end/common/Worker.js", 115 "front_end/common/Worker.js",
120 "front_end/components_lazy/CookiesTable.js", 116 "front_end/components_lazy/CookiesTable.js",
121 "front_end/components_lazy/filmStripDialog.css", 117 "front_end/components_lazy/filmStripDialog.css",
122 "front_end/components_lazy/FilmStripModel.js", 118 "front_end/components_lazy/FilmStripModel.js",
123 "front_end/components_lazy/filmStripView.css", 119 "front_end/components_lazy/filmStripView.css",
124 "front_end/components_lazy/FilmStripView.js", 120 "front_end/components_lazy/FilmStripView.js",
125 "front_end/components_lazy/GCActionDelegate.js", 121 "front_end/components_lazy/GCActionDelegate.js",
126 "front_end/components_lazy/LineLevelProfile.js", 122 "front_end/components_lazy/LineLevelProfile.js",
127 "front_end/components_lazy/module.json", 123 "front_end/components_lazy/module.json",
128 "front_end/components/breakpointsList.css", 124 "front_end/components/breakpointsList.css",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "front_end/extensions/ExtensionAPI.js", 216 "front_end/extensions/ExtensionAPI.js",
221 "front_end/extensions/ExtensionAuditCategory.js", 217 "front_end/extensions/ExtensionAuditCategory.js",
222 "front_end/extensions/ExtensionPanel.js", 218 "front_end/extensions/ExtensionPanel.js",
223 "front_end/extensions/ExtensionRegistryStub.js", 219 "front_end/extensions/ExtensionRegistryStub.js",
224 "front_end/extensions/ExtensionServer.js", 220 "front_end/extensions/ExtensionServer.js",
225 "front_end/extensions/ExtensionView.js", 221 "front_end/extensions/ExtensionView.js",
226 "front_end/extensions/module.json", 222 "front_end/extensions/module.json",
227 "front_end/formatter_worker.js", 223 "front_end/formatter_worker.js",
228 "front_end/formatter_worker.json", 224 "front_end/formatter_worker.json",
229 "front_end/formatter_worker/acorn/acorn.js", 225 "front_end/formatter_worker/acorn/acorn.js",
230 "front_end/formatter_worker/acorn/acorn.js",
231 "front_end/formatter_worker/AcornTokenizer.js", 226 "front_end/formatter_worker/AcornTokenizer.js",
232 "front_end/formatter_worker/CSSFormatter.js", 227 "front_end/formatter_worker/CSSFormatter.js",
233 "front_end/formatter_worker/CSSRuleParser.js", 228 "front_end/formatter_worker/CSSRuleParser.js",
234 "front_end/formatter_worker/ESTreeWalker.js", 229 "front_end/formatter_worker/ESTreeWalker.js",
235 "front_end/formatter_worker/FormattedContentBuilder.js", 230 "front_end/formatter_worker/FormattedContentBuilder.js",
236 "front_end/formatter_worker/FormatterWorker.js", 231 "front_end/formatter_worker/FormatterWorker.js",
237 "front_end/formatter_worker/HTMLFormatter.js", 232 "front_end/formatter_worker/HTMLFormatter.js",
238 "front_end/formatter_worker/IdentityFormatter.js", 233 "front_end/formatter_worker/IdentityFormatter.js",
239 "front_end/formatter_worker/JavaScriptFormatter.js", 234 "front_end/formatter_worker/JavaScriptFormatter.js",
240 "front_end/formatter_worker/JavaScriptOutline.js", 235 "front_end/formatter_worker/JavaScriptOutline.js",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "front_end/network/xmlTree.css", 314 "front_end/network/xmlTree.css",
320 "front_end/network/xmlView.css", 315 "front_end/network/xmlView.css",
321 "front_end/network/XMLView.js", 316 "front_end/network/XMLView.js",
322 "front_end/persistence/Automapping.js", 317 "front_end/persistence/Automapping.js",
323 "front_end/persistence/DefaultMapping.js", 318 "front_end/persistence/DefaultMapping.js",
324 "front_end/persistence/FileSystemWorkspaceBinding.js", 319 "front_end/persistence/FileSystemWorkspaceBinding.js",
325 "front_end/persistence/Persistence.js", 320 "front_end/persistence/Persistence.js",
326 "front_end/persistence/PersistenceUtils.js", 321 "front_end/persistence/PersistenceUtils.js",
327 "front_end/platform/module.json", 322 "front_end/platform/module.json",
328 "front_end/platform/utilities.js", 323 "front_end/platform/utilities.js",
329 "front_end/platform/utilities.js",
330 "front_end/platform/utilities.js",
331 "front_end/profiler/BottomUpProfileDataGrid.js", 324 "front_end/profiler/BottomUpProfileDataGrid.js",
332 "front_end/profiler/CPUProfileFlameChart.js", 325 "front_end/profiler/CPUProfileFlameChart.js",
333 "front_end/profiler/CPUProfileView.js", 326 "front_end/profiler/CPUProfileView.js",
334 "front_end/profiler/heapProfiler.css", 327 "front_end/profiler/heapProfiler.css",
335 "front_end/profiler/HeapProfileView.js", 328 "front_end/profiler/HeapProfileView.js",
336 "front_end/profiler/HeapSnapshotCommon.js", 329 "front_end/profiler/HeapSnapshotCommon.js",
337 "front_end/profiler/HeapSnapshotCommon.js",
338 "front_end/profiler/HeapSnapshotDataGrids.js", 330 "front_end/profiler/HeapSnapshotDataGrids.js",
339 "front_end/profiler/HeapSnapshotGridNodes.js", 331 "front_end/profiler/HeapSnapshotGridNodes.js",
340 "front_end/profiler/HeapSnapshotProxy.js", 332 "front_end/profiler/HeapSnapshotProxy.js",
341 "front_end/profiler/HeapSnapshotView.js", 333 "front_end/profiler/HeapSnapshotView.js",
342 "front_end/profiler/module.json", 334 "front_end/profiler/module.json",
343 "front_end/profiler/ProfileDataGrid.js", 335 "front_end/profiler/ProfileDataGrid.js",
344 "front_end/profiler/ProfileLauncherView.js", 336 "front_end/profiler/ProfileLauncherView.js",
345 "front_end/profiler/profilesPanel.css", 337 "front_end/profiler/profilesPanel.css",
346 "front_end/profiler/ProfilesPanel.js", 338 "front_end/profiler/ProfilesPanel.js",
347 "front_end/profiler/profilesSidebarTree.css", 339 "front_end/profiler/profilesSidebarTree.css",
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 ".eslintrc.js", 1054 ".eslintrc.js",
1063 "devtools-node-modules/", 1055 "devtools-node-modules/",
1064 "front_end/", 1056 "front_end/",
1065 "scripts/buildbot/run_eslint.py", 1057 "scripts/buildbot/run_eslint.py",
1066 "scripts/local_node/", 1058 "scripts/local_node/",
1067 "//testing/scripts/common.py", 1059 "//testing/scripts/common.py",
1068 "//testing/scripts/run_devtools_check.py", 1060 "//testing/scripts/run_devtools_check.py",
1069 "//testing/xvfb.py", 1061 "//testing/xvfb.py",
1070 ] 1062 ]
1071 } 1063 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698