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

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

Issue 1827993002: [DevTools] Remove promise inspector experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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
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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 'front_end/emulation/module.json', 330 'front_end/emulation/module.json',
331 'front_end/es_tree/module.json', 331 'front_end/es_tree/module.json',
332 'front_end/extensions/module.json', 332 'front_end/extensions/module.json',
333 'front_end/heap_snapshot_worker/module.json', 333 'front_end/heap_snapshot_worker/module.json',
334 'front_end/host/module.json', 334 'front_end/host/module.json',
335 'front_end/layers/module.json', 335 'front_end/layers/module.json',
336 'front_end/main/module.json', 336 'front_end/main/module.json',
337 'front_end/network/module.json', 337 'front_end/network/module.json',
338 'front_end/platform/module.json', 338 'front_end/platform/module.json',
339 'front_end/profiler/module.json', 339 'front_end/profiler/module.json',
340 'front_end/promises/module.json',
341 'front_end/resources/module.json', 340 'front_end/resources/module.json',
342 'front_end/sass/module.json', 341 'front_end/sass/module.json',
343 'front_end/security/module.json', 342 'front_end/security/module.json',
344 'front_end/screencast/module.json', 343 'front_end/screencast/module.json',
345 'front_end/formatter_worker/module.json', 344 'front_end/formatter_worker/module.json',
346 'front_end/sdk/module.json', 345 'front_end/sdk/module.json',
347 'front_end/settings/module.json', 346 'front_end/settings/module.json',
348 'front_end/source_frame/module.json', 347 'front_end/source_frame/module.json',
349 'front_end/sources/module.json', 348 'front_end/sources/module.json',
350 'front_end/snippets/module.json', 349 'front_end/snippets/module.json',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 'front_end/es_tree/AcornTokenizer.js', 489 'front_end/es_tree/AcornTokenizer.js',
491 ], 490 ],
492 'devtools_extensions_js_files': [ 491 'devtools_extensions_js_files': [
493 'front_end/extensions/ExtensionAuditCategory.js', 492 'front_end/extensions/ExtensionAuditCategory.js',
494 'front_end/extensions/ExtensionPanel.js', 493 'front_end/extensions/ExtensionPanel.js',
495 'front_end/extensions/ExtensionRegistryStub.js', 494 'front_end/extensions/ExtensionRegistryStub.js',
496 'front_end/extensions/ExtensionServer.js', 495 'front_end/extensions/ExtensionServer.js',
497 'front_end/extensions/ExtensionView.js', 496 'front_end/extensions/ExtensionView.js',
498 '<@(devtools_extension_api_files)', 497 '<@(devtools_extension_api_files)',
499 ], 498 ],
500 'devtools_promises_js_files': [
501 'front_end/promises/promisePane.css',
502 'front_end/promises/PromisePane.js',
503 ],
504 'devtools_heap_snapshot_worker_js_files': [ 499 'devtools_heap_snapshot_worker_js_files': [
505 'front_end/common/TextUtils.js', 500 'front_end/common/TextUtils.js',
506 'front_end/common/UIString.js', 501 'front_end/common/UIString.js',
507 'front_end/heap_snapshot_worker/AllocationProfile.js', 502 'front_end/heap_snapshot_worker/AllocationProfile.js',
508 'front_end/heap_snapshot_worker/HeapSnapshot.js', 503 'front_end/heap_snapshot_worker/HeapSnapshot.js',
509 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', 504 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js',
510 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', 505 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js',
511 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', 506 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js',
512 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', 507 'front_end/heap_snapshot_worker/JSHeapSnapshot.js',
513 'front_end/platform/utilities.js', 508 'front_end/platform/utilities.js',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 '<@(devtools_devices_js_files)', 763 '<@(devtools_devices_js_files)',
769 '<@(devtools_diff_js_files)', 764 '<@(devtools_diff_js_files)',
770 '<@(devtools_elements_js_files)', 765 '<@(devtools_elements_js_files)',
771 '<@(devtools_emulated_devices_js_files)', 766 '<@(devtools_emulated_devices_js_files)',
772 '<@(devtools_es_tree_js_files)', 767 '<@(devtools_es_tree_js_files)',
773 '<@(devtools_extensions_js_files)', 768 '<@(devtools_extensions_js_files)',
774 '<@(devtools_heap_snapshot_worker_js_files)', 769 '<@(devtools_heap_snapshot_worker_js_files)',
775 '<@(devtools_layers_js_files)', 770 '<@(devtools_layers_js_files)',
776 '<@(devtools_network_js_files)', 771 '<@(devtools_network_js_files)',
777 '<@(devtools_profiler_js_files)', 772 '<@(devtools_profiler_js_files)',
778 '<@(devtools_promises_js_files)',
779 '<@(devtools_resources_js_files)', 773 '<@(devtools_resources_js_files)',
780 '<@(devtools_sass_js_files)', 774 '<@(devtools_sass_js_files)',
781 '<@(devtools_security_js_files)', 775 '<@(devtools_security_js_files)',
782 '<@(devtools_screencast_js_files)', 776 '<@(devtools_screencast_js_files)',
783 '<@(devtools_formatter_worker_js_files)', 777 '<@(devtools_formatter_worker_js_files)',
784 '<@(devtools_settings_js_files)', 778 '<@(devtools_settings_js_files)',
785 '<@(devtools_source_frame_js_files)', 779 '<@(devtools_source_frame_js_files)',
786 '<@(devtools_sources_js_files)', 780 '<@(devtools_sources_js_files)',
787 '<@(devtools_snippets_js_files)', 781 '<@(devtools_snippets_js_files)',
788 '<@(devtools_temp_storage_shared_worker_js_files)', 782 '<@(devtools_temp_storage_shared_worker_js_files)',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 'front_end/Images/toolbarItemSelected.png', 861 'front_end/Images/toolbarItemSelected.png',
868 'front_end/Images/touchCursor.png', 862 'front_end/Images/touchCursor.png',
869 'front_end/Images/touchCursor_2x.png', 863 'front_end/Images/touchCursor_2x.png',
870 'front_end/Images/updateServiceWorker.svg', 864 'front_end/Images/updateServiceWorker.svg',
871 ], 865 ],
872 'devtools_extension_api_files': [ 866 'devtools_extension_api_files': [
873 'front_end/extensions/ExtensionAPI.js', 867 'front_end/extensions/ExtensionAPI.js',
874 ], 868 ],
875 }, 869 },
876 } 870 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gyp ('k') | third_party/WebKit/Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698