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

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

Issue 2626173002: DevTools: Extract HeapSnapshotCommon.js into HeapSnapshotModel module (Closed)
Patch Set: add module.json for modules 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "front_end/cm_modes/livescript.js", 81 "front_end/cm_modes/livescript.js",
82 "front_end/cm_modes/module.json", 82 "front_end/cm_modes/module.json",
83 "front_end/cm_modes/php.js", 83 "front_end/cm_modes/php.js",
84 "front_end/cm_modes/python.js", 84 "front_end/cm_modes/python.js",
85 "front_end/cm_modes/shell.js", 85 "front_end/cm_modes/shell.js",
86 "front_end/cm_web_modes/css.js", 86 "front_end/cm_web_modes/css.js",
87 "front_end/cm_web_modes/htmlembedded.js", 87 "front_end/cm_web_modes/htmlembedded.js",
88 "front_end/cm_web_modes/htmlmixed.js", 88 "front_end/cm_web_modes/htmlmixed.js",
89 "front_end/cm_web_modes/javascript.js", 89 "front_end/cm_web_modes/javascript.js",
90 "front_end/cm_web_modes/xml.js", 90 "front_end/cm_web_modes/xml.js",
91 "front_end/color_picker/module.json",
91 "front_end/color_picker/spectrum.css", 92 "front_end/color_picker/spectrum.css",
92 "front_end/color_picker/Spectrum.js", 93 "front_end/color_picker/Spectrum.js",
93 "front_end/common/CharacterIdMap.js", 94 "front_end/common/CharacterIdMap.js",
94 "front_end/common/Color.js", 95 "front_end/common/Color.js",
95 "front_end/common/Console.js", 96 "front_end/common/Console.js",
96 "front_end/common/ContentProvider.js", 97 "front_end/common/ContentProvider.js",
97 "front_end/common/CSSShadowModel.js", 98 "front_end/common/CSSShadowModel.js",
98 "front_end/common/FormatterWorkerPool.js", 99 "front_end/common/FormatterWorkerPool.js",
99 "front_end/common/Geometry.js", 100 "front_end/common/Geometry.js",
100 "front_end/common/module.json", 101 "front_end/common/module.json",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "front_end/components/RemoteObjectPreviewFormatter.js", 141 "front_end/components/RemoteObjectPreviewFormatter.js",
141 "front_end/console/ConsoleContextSelector.js", 142 "front_end/console/ConsoleContextSelector.js",
142 "front_end/console/ConsolePanel.js", 143 "front_end/console/ConsolePanel.js",
143 "front_end/console/ConsolePrompt.js", 144 "front_end/console/ConsolePrompt.js",
144 "front_end/console/consoleView.css", 145 "front_end/console/consoleView.css",
145 "front_end/console/ConsoleView.js", 146 "front_end/console/ConsoleView.js",
146 "front_end/console/ConsoleViewMessage.js", 147 "front_end/console/ConsoleViewMessage.js",
147 "front_end/console/ConsoleViewport.js", 148 "front_end/console/ConsoleViewport.js",
148 "front_end/console/module.json", 149 "front_end/console/module.json",
149 "front_end/cookie_table/CookiesTable.js", 150 "front_end/cookie_table/CookiesTable.js",
151 "front_end/cookie_table/module.json",
150 "front_end/css_tracker/cssTrackerView.css", 152 "front_end/css_tracker/cssTrackerView.css",
151 "front_end/css_tracker/CSSTrackerView.js", 153 "front_end/css_tracker/CSSTrackerView.js",
152 "front_end/css_tracker/module.json", 154 "front_end/css_tracker/module.json",
153 "front_end/css_tracker/unusedRulesTree.css", 155 "front_end/css_tracker/unusedRulesTree.css",
154 "front_end/data_grid/dataGrid.css", 156 "front_end/data_grid/dataGrid.css",
155 "front_end/data_grid/DataGrid.js", 157 "front_end/data_grid/DataGrid.js",
158 "front_end/data_grid/module.json",
156 "front_end/data_grid/ShowMoreDataGridNode.js", 159 "front_end/data_grid/ShowMoreDataGridNode.js",
157 "front_end/data_grid/SortableDataGrid.js", 160 "front_end/data_grid/SortableDataGrid.js",
158 "front_end/data_grid/ViewportDataGrid.js", 161 "front_end/data_grid/ViewportDataGrid.js",
159 "front_end/devices/devicesView.css", 162 "front_end/devices/devicesView.css",
160 "front_end/devices/DevicesView.js", 163 "front_end/devices/DevicesView.js",
161 "front_end/devices/module.json", 164 "front_end/devices/module.json",
162 "front_end/diff/diff_match_patch.js", 165 "front_end/diff/diff_match_patch.js",
163 "front_end/diff/Diff.js", 166 "front_end/diff/Diff.js",
164 "front_end/diff/module.json", 167 "front_end/diff/module.json",
165 "front_end/dom_extension/DOMExtension.js", 168 "front_end/dom_extension/DOMExtension.js",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "front_end/formatter_worker/FormatterWorker.js", 231 "front_end/formatter_worker/FormatterWorker.js",
229 "front_end/formatter_worker/HTMLFormatter.js", 232 "front_end/formatter_worker/HTMLFormatter.js",
230 "front_end/formatter_worker/IdentityFormatter.js", 233 "front_end/formatter_worker/IdentityFormatter.js",
231 "front_end/formatter_worker/JavaScriptFormatter.js", 234 "front_end/formatter_worker/JavaScriptFormatter.js",
232 "front_end/formatter_worker/JavaScriptOutline.js", 235 "front_end/formatter_worker/JavaScriptOutline.js",
233 "front_end/formatter_worker/module.json", 236 "front_end/formatter_worker/module.json",
234 "front_end/formatter_worker/RelaxedJSONParser.js", 237 "front_end/formatter_worker/RelaxedJSONParser.js",
235 "front_end/gonzales/gonzales-scss.js", 238 "front_end/gonzales/gonzales-scss.js",
236 "front_end/gonzales/module.json", 239 "front_end/gonzales/module.json",
237 "front_end/gonzales/SCSSParser.js", 240 "front_end/gonzales/SCSSParser.js",
241 "front_end/heap_snapshot_model/HeapSnapshotModel.js",
242 "front_end/heap_snapshot_model/module.json",
238 "front_end/heap_snapshot_worker.js", 243 "front_end/heap_snapshot_worker.js",
239 "front_end/heap_snapshot_worker.json", 244 "front_end/heap_snapshot_worker.json",
240 "front_end/heap_snapshot_worker/AllocationProfile.js", 245 "front_end/heap_snapshot_worker/AllocationProfile.js",
241 "front_end/heap_snapshot_worker/HeapSnapshot.js", 246 "front_end/heap_snapshot_worker/HeapSnapshot.js",
242 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js", 247 "front_end/heap_snapshot_worker/HeapSnapshotLoader.js",
243 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js", 248 "front_end/heap_snapshot_worker/HeapSnapshotWorker.js",
244 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js", 249 "front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js",
245 "front_end/heap_snapshot_worker/module.json", 250 "front_end/heap_snapshot_worker/module.json",
246 "front_end/host/InspectorFrontendHost.js", 251 "front_end/host/InspectorFrontendHost.js",
247 "front_end/host/InspectorFrontendHostAPI.js", 252 "front_end/host/InspectorFrontendHostAPI.js",
248 "front_end/host/module.json", 253 "front_end/host/module.json",
249 "front_end/host/Platform.js", 254 "front_end/host/Platform.js",
250 "front_end/host/ResourceLoader.js", 255 "front_end/host/ResourceLoader.js",
251 "front_end/host/UserMetrics.js", 256 "front_end/host/UserMetrics.js",
252 "front_end/inline_editor/bezierEditor.css", 257 "front_end/inline_editor/bezierEditor.css",
253 "front_end/inline_editor/BezierEditor.js", 258 "front_end/inline_editor/BezierEditor.js",
254 "front_end/inline_editor/bezierSwatch.css", 259 "front_end/inline_editor/bezierSwatch.css",
255 "front_end/inline_editor/BezierUI.js", 260 "front_end/inline_editor/BezierUI.js",
256 "front_end/inline_editor/colorSwatch.css", 261 "front_end/inline_editor/colorSwatch.css",
257 "front_end/inline_editor/ColorSwatch.js", 262 "front_end/inline_editor/ColorSwatch.js",
258 "front_end/inline_editor/cssShadowEditor.css", 263 "front_end/inline_editor/cssShadowEditor.css",
259 "front_end/inline_editor/CSSShadowEditor.js", 264 "front_end/inline_editor/CSSShadowEditor.js",
260 "front_end/inline_editor/cssShadowSwatch.css", 265 "front_end/inline_editor/cssShadowSwatch.css",
266 "front_end/inline_editor/module.json",
261 "front_end/inline_editor/SwatchPopoverHelper.js", 267 "front_end/inline_editor/SwatchPopoverHelper.js",
262 "front_end/inspector.js", 268 "front_end/inspector.js",
263 "front_end/inspector.json", 269 "front_end/inspector.json",
264 "front_end/layer_viewer/layerDetailsView.css", 270 "front_end/layer_viewer/layerDetailsView.css",
265 "front_end/layer_viewer/LayerDetailsView.js", 271 "front_end/layer_viewer/LayerDetailsView.js",
266 "front_end/layer_viewer/layers3DView.css", 272 "front_end/layer_viewer/layers3DView.css",
267 "front_end/layer_viewer/Layers3DView.js", 273 "front_end/layer_viewer/Layers3DView.js",
268 "front_end/layer_viewer/LayerTreeOutline.js", 274 "front_end/layer_viewer/LayerTreeOutline.js",
269 "front_end/layer_viewer/LayerViewHost.js", 275 "front_end/layer_viewer/LayerViewHost.js",
270 "front_end/layer_viewer/module.json", 276 "front_end/layer_viewer/module.json",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "front_end/network/xmlTree.css", 330 "front_end/network/xmlTree.css",
325 "front_end/network/xmlView.css", 331 "front_end/network/xmlView.css",
326 "front_end/network/XMLView.js", 332 "front_end/network/XMLView.js",
327 "front_end/perf_ui/ChartViewport.js", 333 "front_end/perf_ui/ChartViewport.js",
328 "front_end/perf_ui/filmStripDialog.css", 334 "front_end/perf_ui/filmStripDialog.css",
329 "front_end/perf_ui/filmStripView.css", 335 "front_end/perf_ui/filmStripView.css",
330 "front_end/perf_ui/FilmStripView.js", 336 "front_end/perf_ui/FilmStripView.js",
331 "front_end/perf_ui/flameChart.css", 337 "front_end/perf_ui/flameChart.css",
332 "front_end/perf_ui/FlameChart.js", 338 "front_end/perf_ui/FlameChart.js",
333 "front_end/perf_ui/LineLevelProfile.js", 339 "front_end/perf_ui/LineLevelProfile.js",
340 "front_end/perf_ui/module.json",
334 "front_end/perf_ui/overviewGrid.css", 341 "front_end/perf_ui/overviewGrid.css",
335 "front_end/perf_ui/OverviewGrid.js", 342 "front_end/perf_ui/OverviewGrid.js",
336 "front_end/perf_ui/pieChart.css", 343 "front_end/perf_ui/pieChart.css",
337 "front_end/perf_ui/PieChart.js", 344 "front_end/perf_ui/PieChart.js",
338 "front_end/perf_ui/timelineGrid.css", 345 "front_end/perf_ui/timelineGrid.css",
339 "front_end/perf_ui/TimelineGrid.js", 346 "front_end/perf_ui/TimelineGrid.js",
340 "front_end/perf_ui/TimelineOverviewPane.js", 347 "front_end/perf_ui/TimelineOverviewPane.js",
341 "front_end/persistence/Automapping.js", 348 "front_end/persistence/Automapping.js",
342 "front_end/persistence/DefaultMapping.js", 349 "front_end/persistence/DefaultMapping.js",
343 "front_end/persistence/FileSystemWorkspaceBinding.js", 350 "front_end/persistence/FileSystemWorkspaceBinding.js",
344 "front_end/persistence/Persistence.js", 351 "front_end/persistence/Persistence.js",
345 "front_end/persistence/PersistenceUtils.js", 352 "front_end/persistence/PersistenceUtils.js",
346 "front_end/platform/module.json", 353 "front_end/platform/module.json",
347 "front_end/platform/utilities.js", 354 "front_end/platform/utilities.js",
348 "front_end/profiler/BottomUpProfileDataGrid.js", 355 "front_end/profiler/BottomUpProfileDataGrid.js",
349 "front_end/profiler/CPUProfileFlameChart.js", 356 "front_end/profiler/CPUProfileFlameChart.js",
350 "front_end/profiler/CPUProfileView.js", 357 "front_end/profiler/CPUProfileView.js",
351 "front_end/profiler/heapProfiler.css", 358 "front_end/profiler/heapProfiler.css",
352 "front_end/profiler/HeapProfileView.js", 359 "front_end/profiler/HeapProfileView.js",
353 "front_end/profiler/HeapSnapshotCommon.js",
354 "front_end/profiler/HeapSnapshotDataGrids.js", 360 "front_end/profiler/HeapSnapshotDataGrids.js",
355 "front_end/profiler/HeapSnapshotGridNodes.js", 361 "front_end/profiler/HeapSnapshotGridNodes.js",
356 "front_end/profiler/HeapSnapshotProxy.js", 362 "front_end/profiler/HeapSnapshotProxy.js",
357 "front_end/profiler/HeapSnapshotView.js", 363 "front_end/profiler/HeapSnapshotView.js",
358 "front_end/profiler/module.json", 364 "front_end/profiler/module.json",
359 "front_end/profiler/ProfileDataGrid.js", 365 "front_end/profiler/ProfileDataGrid.js",
360 "front_end/profiler/ProfileLauncherView.js", 366 "front_end/profiler/ProfileLauncherView.js",
361 "front_end/profiler/profilesPanel.css", 367 "front_end/profiler/profilesPanel.css",
362 "front_end/profiler/ProfilesPanel.js", 368 "front_end/profiler/ProfilesPanel.js",
363 "front_end/profiler/profilesSidebarTree.css", 369 "front_end/profiler/profilesSidebarTree.css",
364 "front_end/profiler/ProfileTypeRegistry.js", 370 "front_end/profiler/ProfileTypeRegistry.js",
365 "front_end/profiler/ProfileView.js", 371 "front_end/profiler/ProfileView.js",
366 "front_end/profiler/TargetsComboBoxController.js", 372 "front_end/profiler/TargetsComboBoxController.js",
367 "front_end/profiler/TopDownProfileDataGrid.js", 373 "front_end/profiler/TopDownProfileDataGrid.js",
368 "front_end/protocol/InspectorBackend.js", 374 "front_end/protocol/InspectorBackend.js",
375 "front_end/protocol/module.json",
369 "front_end/quick_open/CommandMenu.js", 376 "front_end/quick_open/CommandMenu.js",
370 "front_end/quick_open/filteredListWidget.css", 377 "front_end/quick_open/filteredListWidget.css",
371 "front_end/quick_open/FilteredListWidget.js", 378 "front_end/quick_open/FilteredListWidget.js",
379 "front_end/quick_open/module.json",
372 "front_end/resources/ApplicationCacheItemsView.js", 380 "front_end/resources/ApplicationCacheItemsView.js",
373 "front_end/resources/appManifestView.css", 381 "front_end/resources/appManifestView.css",
374 "front_end/resources/AppManifestView.js", 382 "front_end/resources/AppManifestView.js",
375 "front_end/resources/clearStorageView.css", 383 "front_end/resources/clearStorageView.css",
376 "front_end/resources/ClearStorageView.js", 384 "front_end/resources/ClearStorageView.js",
377 "front_end/resources/CookieItemsView.js", 385 "front_end/resources/CookieItemsView.js",
378 "front_end/resources/DatabaseModel.js", 386 "front_end/resources/DatabaseModel.js",
379 "front_end/resources/DatabaseQueryView.js", 387 "front_end/resources/DatabaseQueryView.js",
380 "front_end/resources/DatabaseTableView.js", 388 "front_end/resources/DatabaseTableView.js",
381 "front_end/resources/DOMStorageItemsView.js", 389 "front_end/resources/DOMStorageItemsView.js",
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 "$resources_out_dir/audits2/audits2_module.js", 802 "$resources_out_dir/audits2/audits2_module.js",
795 "$resources_out_dir/cm/cm_module.js", 803 "$resources_out_dir/cm/cm_module.js",
796 "$resources_out_dir/color_picker/color_picker_module.js", 804 "$resources_out_dir/color_picker/color_picker_module.js",
797 "$resources_out_dir/console/console_module.js", 805 "$resources_out_dir/console/console_module.js",
798 "$resources_out_dir/cookie_table/cookie_table_module.js", 806 "$resources_out_dir/cookie_table/cookie_table_module.js",
799 "$resources_out_dir/css_tracker/css_tracker_module.js", 807 "$resources_out_dir/css_tracker/css_tracker_module.js",
800 "$resources_out_dir/data_grid/data_grid_module.js", 808 "$resources_out_dir/data_grid/data_grid_module.js",
801 "$resources_out_dir/devices/devices_module.js", 809 "$resources_out_dir/devices/devices_module.js",
802 "$resources_out_dir/diff/diff_module.js", 810 "$resources_out_dir/diff/diff_module.js",
803 "$resources_out_dir/elements/elements_module.js", 811 "$resources_out_dir/elements/elements_module.js",
812 "$resources_out_dir/heap_snapshot_model/heap_snapshot_model_module.js",
804 "$resources_out_dir/inline_editor/inline_editor_module.js", 813 "$resources_out_dir/inline_editor/inline_editor_module.js",
805 "$resources_out_dir/layer_viewer/layer_viewer_module.js", 814 "$resources_out_dir/layer_viewer/layer_viewer_module.js",
806 "$resources_out_dir/layers/layers_module.js", 815 "$resources_out_dir/layers/layers_module.js",
807 "$resources_out_dir/network/network_module.js", 816 "$resources_out_dir/network/network_module.js",
808 "$resources_out_dir/perf_ui/perf_ui_module.js", 817 "$resources_out_dir/perf_ui/perf_ui_module.js",
809 "$resources_out_dir/profiler/profiler_module.js", 818 "$resources_out_dir/profiler/profiler_module.js",
810 "$resources_out_dir/quick_open/quick_open_module.js", 819 "$resources_out_dir/quick_open/quick_open_module.js",
811 "$resources_out_dir/resources/resources_module.js", 820 "$resources_out_dir/resources/resources_module.js",
812 "$resources_out_dir/sass/sass_module.js", 821 "$resources_out_dir/sass/sass_module.js",
813 "$resources_out_dir/security/security_module.js", 822 "$resources_out_dir/security/security_module.js",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 ".eslintrc.js", 1069 ".eslintrc.js",
1061 "devtools-node-modules/", 1070 "devtools-node-modules/",
1062 "front_end/", 1071 "front_end/",
1063 "scripts/buildbot/run_eslint.py", 1072 "scripts/buildbot/run_eslint.py",
1064 "scripts/local_node/", 1073 "scripts/local_node/",
1065 "//testing/scripts/common.py", 1074 "//testing/scripts/common.py",
1066 "//testing/scripts/run_devtools_check.py", 1075 "//testing/scripts/run_devtools_check.py",
1067 "//testing/xvfb.py", 1076 "//testing/xvfb.py",
1068 ] 1077 ]
1069 } 1078 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698