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

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

Issue 212683005: Timeline Trace viewer prototype (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 8 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
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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'front_end/TimelineOverviewPane.js', 317 'front_end/TimelineOverviewPane.js',
318 'front_end/TimelineEventOverview.js', 318 'front_end/TimelineEventOverview.js',
319 'front_end/TimelineFlameChart.js', 319 'front_end/TimelineFlameChart.js',
320 'front_end/TimelineFrameOverview.js', 320 'front_end/TimelineFrameOverview.js',
321 'front_end/TimelineMemoryOverview.js', 321 'front_end/TimelineMemoryOverview.js',
322 'front_end/TimelineUIUtils.js', 322 'front_end/TimelineUIUtils.js',
323 'front_end/TimelineView.js', 323 'front_end/TimelineView.js',
324 'front_end/TimelinePowerGraph.js', 324 'front_end/TimelinePowerGraph.js',
325 'front_end/TimelinePowerOverview.js', 325 'front_end/TimelinePowerOverview.js',
326 'front_end/TimelinePanel.js', 326 'front_end/TimelinePanel.js',
327 'front_end/TimelineTracingView.js',
327 ], 328 ],
328 'devtools_profiles_js_files': [ 329 'devtools_profiles_js_files': [
329 'front_end/BottomUpProfileDataGridTree.js', 330 'front_end/BottomUpProfileDataGridTree.js',
330 'front_end/CPUProfileFlameChart.js', 331 'front_end/CPUProfileFlameChart.js',
331 'front_end/CPUProfileView.js', 332 'front_end/CPUProfileView.js',
332 'front_end/HeapSnapshotCommon.js', 333 'front_end/HeapSnapshotCommon.js',
333 'front_end/HeapSnapshotDataGrids.js', 334 'front_end/HeapSnapshotDataGrids.js',
334 'front_end/HeapSnapshotGridNodes.js', 335 'front_end/HeapSnapshotGridNodes.js',
335 'front_end/HeapSnapshotProxy.js', 336 'front_end/HeapSnapshotProxy.js',
336 'front_end/HeapSnapshotView.js', 337 'front_end/HeapSnapshotView.js',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'front_end/TempStorageSharedWorker.js', 483 'front_end/TempStorageSharedWorker.js',
483 ], 484 ],
484 'devtools_script_formatter_worker_js_files': [ 485 'devtools_script_formatter_worker_js_files': [
485 'front_end/CSSFormatter.js', 486 'front_end/CSSFormatter.js',
486 'front_end/JavaScriptFormatter.js', 487 'front_end/JavaScriptFormatter.js',
487 'front_end/ScriptFormatterWorker.js', 488 'front_end/ScriptFormatterWorker.js',
488 'front_end/utilities.js', 489 'front_end/utilities.js',
489 ], 490 ],
490 }, 491 },
491 } 492 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698