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

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

Issue 402653002: Delete TimelineTracingView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated TestExpectations to include virtual/ Created 6 years, 5 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'front_end/timeline/TimelineFlameChart.js', 397 'front_end/timeline/TimelineFlameChart.js',
398 'front_end/timeline/TimelineFrameOverview.js', 398 'front_end/timeline/TimelineFrameOverview.js',
399 'front_end/timeline/TimelineMemoryOverview.js', 399 'front_end/timeline/TimelineMemoryOverview.js',
400 'front_end/timeline/TimelineUIUtils.js', 400 'front_end/timeline/TimelineUIUtils.js',
401 'front_end/timeline/TimelineUIUtilsImpl.js', 401 'front_end/timeline/TimelineUIUtilsImpl.js',
402 'front_end/timeline/TimelineView.js', 402 'front_end/timeline/TimelineView.js',
403 'front_end/timeline/TimelinePaintProfilerView.js', 403 'front_end/timeline/TimelinePaintProfilerView.js',
404 'front_end/timeline/TimelinePowerGraph.js', 404 'front_end/timeline/TimelinePowerGraph.js',
405 'front_end/timeline/TimelinePowerOverview.js', 405 'front_end/timeline/TimelinePowerOverview.js',
406 'front_end/timeline/TimelinePanel.js', 406 'front_end/timeline/TimelinePanel.js',
407 'front_end/timeline/TimelineTracingView.js',
408 'front_end/timeline/TimelineLayersView.js', 407 'front_end/timeline/TimelineLayersView.js',
409 'front_end/timeline/TracingModel.js', 408 'front_end/timeline/TracingModel.js',
410 'front_end/timeline/TracingTimelineModel.js', 409 'front_end/timeline/TracingTimelineModel.js',
411 'front_end/timeline/TracingTimelineUIUtils.js', 410 'front_end/timeline/TracingTimelineUIUtils.js',
412 'front_end/timeline/TransformController.js', 411 'front_end/timeline/TransformController.js',
413 'front_end/timeline/PaintProfilerView.js' 412 'front_end/timeline/PaintProfilerView.js'
414 ], 413 ],
415 'devtools_profiler_js_files': [ 414 'devtools_profiler_js_files': [
416 'front_end/profiler/CPUProfileBottomUpDataGrid.js', 415 'front_end/profiler/CPUProfileBottomUpDataGrid.js',
417 'front_end/profiler/CPUProfileDataGrid.js', 416 'front_end/profiler/CPUProfileDataGrid.js',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
571 ], 570 ],
572 'devtools_script_formatter_worker_js_files': [ 571 'devtools_script_formatter_worker_js_files': [
573 'front_end/script_formatter_worker/CSSFormatter.js', 572 'front_end/script_formatter_worker/CSSFormatter.js',
574 'front_end/script_formatter_worker/JavaScriptFormatter.js', 573 'front_end/script_formatter_worker/JavaScriptFormatter.js',
575 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 574 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
576 'front_end/common/utilities.js', 575 'front_end/common/utilities.js',
577 ], 576 ],
578 }, 577 },
579 } 578 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698