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

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

Issue 1422703003: [DevTools] Use ListWidget for rendering of EditFileSystemView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'front_end/cm/htmlmixed.js', 567 'front_end/cm/htmlmixed.js',
568 'front_end/cm/xml.js', 568 'front_end/cm/xml.js',
569 'front_end/platform/utilities.js', 569 'front_end/platform/utilities.js',
570 'front_end/script_formatter_worker/AcornTokenizer.js', 570 'front_end/script_formatter_worker/AcornTokenizer.js',
571 'front_end/script_formatter_worker/CSSFormatter.js', 571 'front_end/script_formatter_worker/CSSFormatter.js',
572 'front_end/script_formatter_worker/ESTreeWalker.js', 572 'front_end/script_formatter_worker/ESTreeWalker.js',
573 'front_end/script_formatter_worker/JavaScriptFormatter.js', 573 'front_end/script_formatter_worker/JavaScriptFormatter.js',
574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 574 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
575 ], 575 ],
576 'devtools_settings_js_files': [ 576 'devtools_settings_js_files': [
577 'front_end/settings/editFileSystemView.css',
577 'front_end/settings/frameworkBlackboxSettingsTab.css', 578 'front_end/settings/frameworkBlackboxSettingsTab.css',
578 'front_end/settings/settingsScreen.css', 579 'front_end/settings/settingsScreen.css',
579 'front_end/settings/EditFileSystemView.js', 580 'front_end/settings/EditFileSystemView.js',
580 'front_end/settings/FrameworkBlackboxSettingsTab.js', 581 'front_end/settings/FrameworkBlackboxSettingsTab.js',
581 'front_end/settings/SettingsScreen.js', 582 'front_end/settings/SettingsScreen.js',
582 ], 583 ],
583 'devtools_source_frame_js_files': [ 584 'devtools_source_frame_js_files': [
584 'front_end/source_frame/cmdevtools.css', 585 'front_end/source_frame/cmdevtools.css',
585 'front_end/source_frame/fontView.css', 586 'front_end/source_frame/fontView.css',
586 'front_end/source_frame/imageView.css', 587 'front_end/source_frame/imageView.css',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'front_end/Images/toolbarItemSelected.png', 818 'front_end/Images/toolbarItemSelected.png',
818 'front_end/Images/touchCursor.png', 819 'front_end/Images/touchCursor.png',
819 'front_end/Images/touchCursor_2x.png', 820 'front_end/Images/touchCursor_2x.png',
820 'front_end/Images/updateServiceWorker.svg', 821 'front_end/Images/updateServiceWorker.svg',
821 ], 822 ],
822 'devtools_extension_api_files': [ 823 'devtools_extension_api_files': [
823 'front_end/extensions/ExtensionAPI.js', 824 'front_end/extensions/ExtensionAPI.js',
824 ], 825 ],
825 }, 826 },
826 } 827 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698