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

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

Issue 1311693004: [DevTools] UI for blocked URLs. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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/common/ParsedURL.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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', 458 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js',
459 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', 459 'front_end/heap_snapshot_worker/JSHeapSnapshot.js',
460 'front_end/platform/utilities.js', 460 'front_end/platform/utilities.js',
461 'front_end/profiler/HeapSnapshotCommon.js', 461 'front_end/profiler/HeapSnapshotCommon.js',
462 ], 462 ],
463 'devtools_layers_js_files': [ 463 'devtools_layers_js_files': [
464 'front_end/layers/LayerPaintProfilerView.js', 464 'front_end/layers/LayerPaintProfilerView.js',
465 'front_end/layers/LayersPanel.js', 465 'front_end/layers/LayersPanel.js',
466 ], 466 ],
467 'devtools_network_js_files': [ 467 'devtools_network_js_files': [
468 'front_end/network/blockedURLsPane.css',
468 'front_end/network/eventSourceMessagesView.css', 469 'front_end/network/eventSourceMessagesView.css',
469 'front_end/network/networkLogView.css', 470 'front_end/network/networkLogView.css',
470 'front_end/network/networkPanel.css', 471 'front_end/network/networkPanel.css',
471 'front_end/network/requestCookiesView.css', 472 'front_end/network/requestCookiesView.css',
472 'front_end/network/requestHeadersView.css', 473 'front_end/network/requestHeadersView.css',
473 'front_end/network/webSocketFrameView.css', 474 'front_end/network/webSocketFrameView.css',
474 'front_end/network/xmlView.css', 475 'front_end/network/xmlView.css',
476 'front_end/network/BlockedURLsPane.js',
475 'front_end/network/EventSourceMessagesView.js', 477 'front_end/network/EventSourceMessagesView.js',
476 'front_end/network/FilterSuggestionBuilder.js', 478 'front_end/network/FilterSuggestionBuilder.js',
477 'front_end/network/HARWriter.js', 479 'front_end/network/HARWriter.js',
478 'front_end/network/NetworkDataGridNode.js', 480 'front_end/network/NetworkDataGridNode.js',
479 'front_end/network/NetworkItemView.js', 481 'front_end/network/NetworkItemView.js',
480 'front_end/network/NetworkLogView.js', 482 'front_end/network/NetworkLogView.js',
481 'front_end/network/NetworkOverview.js', 483 'front_end/network/NetworkOverview.js',
482 'front_end/network/NetworkPanel.js', 484 'front_end/network/NetworkPanel.js',
483 'front_end/network/NetworkTimeCalculator.js', 485 'front_end/network/NetworkTimeCalculator.js',
484 'front_end/network/RequestCookiesView.js', 486 'front_end/network/RequestCookiesView.js',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 'front_end/Images/toolbarItemSelected.png', 795 'front_end/Images/toolbarItemSelected.png',
794 'front_end/Images/touchCursor.png', 796 'front_end/Images/touchCursor.png',
795 'front_end/Images/touchCursor_2x.png', 797 'front_end/Images/touchCursor_2x.png',
796 'front_end/Images/updateServiceWorker.svg', 798 'front_end/Images/updateServiceWorker.svg',
797 ], 799 ],
798 'devtools_extension_api_files': [ 800 'devtools_extension_api_files': [
799 'front_end/extensions/ExtensionAPI.js', 801 'front_end/extensions/ExtensionAPI.js',
800 ], 802 ],
801 }, 803 },
802 } 804 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/common/ParsedURL.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698