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

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

Issue 713913002: DevTools: merge TracingTimelineUIUtils into TimelineUIUtils (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Deleted instance refs Created 6 years, 1 month 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'front_end/timeline/TimelineOverviewPane.js', 532 'front_end/timeline/TimelineOverviewPane.js',
533 'front_end/timeline/TimelinePaintProfilerView.js', 533 'front_end/timeline/TimelinePaintProfilerView.js',
534 'front_end/timeline/TimelinePanel.js', 534 'front_end/timeline/TimelinePanel.js',
535 'front_end/timeline/TimelinePowerGraph.js', 535 'front_end/timeline/TimelinePowerGraph.js',
536 'front_end/timeline/TimelinePowerOverview.js', 536 'front_end/timeline/TimelinePowerOverview.js',
537 'front_end/timeline/TimelinePresentationModel.js', 537 'front_end/timeline/TimelinePresentationModel.js',
538 'front_end/timeline/TimelineUIUtils.js', 538 'front_end/timeline/TimelineUIUtils.js',
539 'front_end/timeline/TimelineView.js', 539 'front_end/timeline/TimelineView.js',
540 'front_end/timeline/TracingModel.js', 540 'front_end/timeline/TracingModel.js',
541 'front_end/timeline/TracingTimelineModel.js', 541 'front_end/timeline/TracingTimelineModel.js',
542 'front_end/timeline/TracingTimelineUIUtils.js',
543 'front_end/timeline/TransformController.js', 542 'front_end/timeline/TransformController.js',
544 ], 543 ],
545 544
546 # Third-party code. 545 # Third-party code.
547 'devtools_cm_css_files': [ 546 'devtools_cm_css_files': [
548 'front_end/cm/codemirror.css', 547 'front_end/cm/codemirror.css',
549 ], 548 ],
550 'devtools_cm_js_files': [ 549 'devtools_cm_js_files': [
551 'front_end/cm/clike.js', 550 'front_end/cm/clike.js',
552 'front_end/cm/closebrackets.js', 551 'front_end/cm/closebrackets.js',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'front_end/Images/touchCursor.png', 660 'front_end/Images/touchCursor.png',
662 'front_end/Images/touchCursor_2x.png', 661 'front_end/Images/touchCursor_2x.png',
663 'front_end/Images/transformControls.png', 662 'front_end/Images/transformControls.png',
664 'front_end/Images/transformControls_2x.png', 663 'front_end/Images/transformControls_2x.png',
665 ], 664 ],
666 'devtools_extension_api_files': [ 665 'devtools_extension_api_files': [
667 'front_end/extensions/ExtensionAPI.js', 666 'front_end/extensions/ExtensionAPI.js',
668 ], 667 ],
669 }, 668 },
670 } 669 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-script-id.html ('k') | Source/devtools/front_end/timeline/MemoryCountersGraph.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698