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

Side by Side Diff: Source/devtools/devtools.gypi

Issue 276793002: Revert "Support warning decorations in Timeline flame chart based on trace events" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: upload correct patch thsi time Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'front_end/sdk/Script.js', 130 'front_end/sdk/Script.js',
131 'front_end/sdk/ScriptSnippetModel.js', 131 'front_end/sdk/ScriptSnippetModel.js',
132 'front_end/sdk/SearchConfig.js', 132 'front_end/sdk/SearchConfig.js',
133 'front_end/sdk/SnippetStorage.js', 133 'front_end/sdk/SnippetStorage.js',
134 'front_end/sdk/SourceMap.js', 134 'front_end/sdk/SourceMap.js',
135 'front_end/sdk/SourceMapping.js', 135 'front_end/sdk/SourceMapping.js',
136 'front_end/sdk/StylesSourceMapping.js', 136 'front_end/sdk/StylesSourceMapping.js',
137 'front_end/sdk/Target.js', 137 'front_end/sdk/Target.js',
138 'front_end/sdk/TempFile.js', 138 'front_end/sdk/TempFile.js',
139 'front_end/sdk/TimelineManager.js', 139 'front_end/sdk/TimelineManager.js',
140 'front_end/sdk/TracingModel.js',
140 'front_end/sdk/UISourceCode.js', 141 'front_end/sdk/UISourceCode.js',
141 'front_end/sdk/WorkerManager.js', 142 'front_end/sdk/WorkerManager.js',
142 'front_end/sdk/WorkerTargetManager.js', 143 'front_end/sdk/WorkerTargetManager.js',
143 'front_end/sdk/Workspace.js', 144 'front_end/sdk/Workspace.js',
144 'front_end/sdk/WorkspaceController.js', 145 'front_end/sdk/WorkspaceController.js',
145 ], 146 ],
146 'devtools_ui_js_files': [ 147 'devtools_ui_js_files': [
147 'front_end/ui/ActionRegistry.js', 148 'front_end/ui/ActionRegistry.js',
148 'front_end/ui/Checkbox.js', 149 'front_end/ui/Checkbox.js',
149 'front_end/ui/Context.js', 150 'front_end/ui/Context.js',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'front_end/timeline/TimelineEventOverview.js', 358 'front_end/timeline/TimelineEventOverview.js',
358 'front_end/timeline/TimelineFlameChart.js', 359 'front_end/timeline/TimelineFlameChart.js',
359 'front_end/timeline/TimelineFrameOverview.js', 360 'front_end/timeline/TimelineFrameOverview.js',
360 'front_end/timeline/TimelineMemoryOverview.js', 361 'front_end/timeline/TimelineMemoryOverview.js',
361 'front_end/timeline/TimelineUIUtils.js', 362 'front_end/timeline/TimelineUIUtils.js',
362 'front_end/timeline/TimelineView.js', 363 'front_end/timeline/TimelineView.js',
363 'front_end/timeline/TimelinePowerGraph.js', 364 'front_end/timeline/TimelinePowerGraph.js',
364 'front_end/timeline/TimelinePowerOverview.js', 365 'front_end/timeline/TimelinePowerOverview.js',
365 'front_end/timeline/TimelinePanel.js', 366 'front_end/timeline/TimelinePanel.js',
366 'front_end/timeline/TimelineTracingView.js', 367 'front_end/timeline/TimelineTracingView.js',
367 'front_end/timeline/TracingModel.js',
368 ], 368 ],
369 'devtools_profiler_js_files': [ 369 'devtools_profiler_js_files': [
370 'front_end/profiler/CPUProfileBottomUpDataGrid.js', 370 'front_end/profiler/CPUProfileBottomUpDataGrid.js',
371 'front_end/profiler/CPUProfileDataGrid.js', 371 'front_end/profiler/CPUProfileDataGrid.js',
372 'front_end/profiler/CPUProfileFlameChart.js', 372 'front_end/profiler/CPUProfileFlameChart.js',
373 'front_end/profiler/CPUProfileTopDownDataGrid.js', 373 'front_end/profiler/CPUProfileTopDownDataGrid.js',
374 'front_end/profiler/CPUProfileView.js', 374 'front_end/profiler/CPUProfileView.js',
375 'front_end/profiler/HeapSnapshotCommon.js', 375 'front_end/profiler/HeapSnapshotCommon.js',
376 'front_end/profiler/HeapSnapshotDataGrids.js', 376 'front_end/profiler/HeapSnapshotDataGrids.js',
377 'front_end/profiler/HeapSnapshotGridNodes.js', 377 'front_end/profiler/HeapSnapshotGridNodes.js',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 518 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
519 ], 519 ],
520 'devtools_script_formatter_worker_js_files': [ 520 'devtools_script_formatter_worker_js_files': [
521 'front_end/script_formatter_worker/CSSFormatter.js', 521 'front_end/script_formatter_worker/CSSFormatter.js',
522 'front_end/script_formatter_worker/JavaScriptFormatter.js', 522 'front_end/script_formatter_worker/JavaScriptFormatter.js',
523 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 523 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
524 'front_end/common/utilities.js', 524 'front_end/common/utilities.js',
525 ], 525 ],
526 }, 526 },
527 } 527 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698