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

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

Issue 340043002: DevTools: untangle paint profiler for better reuse (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added missing file Created 6 years, 6 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/layers/LayerPaintProfilerView.js » ('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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'front_end/Images/thumbHoverHoriz.png', 547 'front_end/Images/thumbHoverHoriz.png',
548 'front_end/Images/thumbHoverVert.png', 548 'front_end/Images/thumbHoverVert.png',
549 'front_end/Images/toolbarItemSelected.png', 549 'front_end/Images/toolbarItemSelected.png',
550 'front_end/Images/trackHoriz.png', 550 'front_end/Images/trackHoriz.png',
551 'front_end/Images/trackVert.png', 551 'front_end/Images/trackVert.png',
552 ], 552 ],
553 'devtools_layers_js_files': [ 553 'devtools_layers_js_files': [
554 'front_end/layers/LayersPanel.js', 554 'front_end/layers/LayersPanel.js',
555 'front_end/layers/LayerTreeOutline.js', 555 'front_end/layers/LayerTreeOutline.js',
556 'front_end/layers/LayerDetailsView.js', 556 'front_end/layers/LayerDetailsView.js',
557 'front_end/layers/PaintProfilerView.js' 557 'front_end/layers/PaintProfilerView.js',
558 'front_end/layers/LayerPaintProfilerView.js'
558 ], 559 ],
559 'devtools_extension_api_files': [ 560 'devtools_extension_api_files': [
560 'front_end/extensions/ExtensionAPI.js', 561 'front_end/extensions/ExtensionAPI.js',
561 ], 562 ],
562 'devtools_temp_storage_shared_worker_js_files': [ 563 'devtools_temp_storage_shared_worker_js_files': [
563 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 564 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
564 ], 565 ],
565 'devtools_script_formatter_worker_js_files': [ 566 'devtools_script_formatter_worker_js_files': [
566 'front_end/script_formatter_worker/CSSFormatter.js', 567 'front_end/script_formatter_worker/CSSFormatter.js',
567 'front_end/script_formatter_worker/JavaScriptFormatter.js', 568 'front_end/script_formatter_worker/JavaScriptFormatter.js',
568 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 569 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
569 'front_end/common/utilities.js', 570 'front_end/common/utilities.js',
570 ], 571 ],
571 }, 572 },
572 } 573 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/layers/LayerPaintProfilerView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698