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

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

Issue 608523002: DevTools: Support debug_devtools=true arg in GN builds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« Source/devtools/BUILD.gn ('K') | « Source/devtools/BUILD.gn ('k') | no next file » | 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'front_end/resources/ResourcesPanel.js', 446 'front_end/resources/ResourcesPanel.js',
447 ], 447 ],
448 'devtools_script_formatter_worker_js_files': [ 448 'devtools_script_formatter_worker_js_files': [
449 'front_end/cm/css.js', 449 'front_end/cm/css.js',
450 'front_end/cm/headlesscodemirror.js', 450 'front_end/cm/headlesscodemirror.js',
451 'front_end/cm/htmlmixed.js', 451 'front_end/cm/htmlmixed.js',
452 'front_end/cm/javascript.js', 452 'front_end/cm/javascript.js',
453 'front_end/cm/xml.js', 453 'front_end/cm/xml.js',
454 'front_end/common/WebInspector.js', 454 'front_end/common/WebInspector.js',
455 'front_end/common/utilities.js', 455 'front_end/common/utilities.js',
456 'front_end/common/utilities.js',
457 'front_end/script_formatter_worker/CSSFormatter.js', 456 'front_end/script_formatter_worker/CSSFormatter.js',
458 'front_end/script_formatter_worker/JavaScriptFormatter.js', 457 'front_end/script_formatter_worker/JavaScriptFormatter.js',
459 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 458 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
460 ], 459 ],
461 'devtools_settings_js_files': [ 460 'devtools_settings_js_files': [
462 'front_end/settings/EditFileSystemDialog.js', 461 'front_end/settings/EditFileSystemDialog.js',
463 'front_end/settings/FrameworkBlackboxDialog.js', 462 'front_end/settings/FrameworkBlackboxDialog.js',
464 'front_end/settings/SettingsScreen.js', 463 'front_end/settings/SettingsScreen.js',
465 ], 464 ],
466 'devtools_source_frame_js_files': [ 465 'devtools_source_frame_js_files': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 '<@(devtools_documentation_js_files)', 567 '<@(devtools_documentation_js_files)',
569 '<@(devtools_elements_js_files)', 568 '<@(devtools_elements_js_files)',
570 '<@(devtools_extensions_js_files)', 569 '<@(devtools_extensions_js_files)',
571 '<@(devtools_heap_snapshot_worker_js_files)', 570 '<@(devtools_heap_snapshot_worker_js_files)',
572 '<@(devtools_layers_js_files)', 571 '<@(devtools_layers_js_files)',
573 '<@(devtools_network_js_files)', 572 '<@(devtools_network_js_files)',
574 '<@(devtools_profiler_js_files)', 573 '<@(devtools_profiler_js_files)',
575 '<@(devtools_promises_js_files)', 574 '<@(devtools_promises_js_files)',
576 '<@(devtools_resources_js_files)', 575 '<@(devtools_resources_js_files)',
577 '<@(devtools_script_formatter_worker_js_files)', 576 '<@(devtools_script_formatter_worker_js_files)',
577 '<@(devtools_settings_js_files)',
578 '<@(devtools_source_frame_js_files)', 578 '<@(devtools_source_frame_js_files)',
579 '<@(devtools_sources_js_files)', 579 '<@(devtools_sources_js_files)',
580 '<@(devtools_temp_storage_shared_worker_js_files)', 580 '<@(devtools_temp_storage_shared_worker_js_files)',
581 '<@(devtools_timeline_js_files)', 581 '<@(devtools_timeline_js_files)',
582 ], 582 ],
583 'devtools_image_files': [ 583 'devtools_image_files': [
584 'front_end/Images/applicationCache.png', 584 'front_end/Images/applicationCache.png',
585 'front_end/Images/back.png', 585 'front_end/Images/back.png',
586 'front_end/Images/breakpoint.png', 586 'front_end/Images/breakpoint.png',
587 'front_end/Images/breakpoint_2x.png', 587 'front_end/Images/breakpoint_2x.png',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'front_end/Images/touchCursor.png', 648 'front_end/Images/touchCursor.png',
649 'front_end/Images/touchCursor_2x.png', 649 'front_end/Images/touchCursor_2x.png',
650 'front_end/Images/transformControls.png', 650 'front_end/Images/transformControls.png',
651 'front_end/Images/transformControls_2x.png', 651 'front_end/Images/transformControls_2x.png',
652 ], 652 ],
653 'devtools_extension_api_files': [ 653 'devtools_extension_api_files': [
654 'front_end/extensions/ExtensionAPI.js', 654 'front_end/extensions/ExtensionAPI.js',
655 ], 655 ],
656 }, 656 },
657 } 657 }
OLDNEW
« Source/devtools/BUILD.gn ('K') | « Source/devtools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698