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

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

Issue 283063003: DevTools: Implement extension-based status bar buttons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Get rid of components/module.json 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 | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/EditFileSystemDialog.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 25 matching lines...) Expand all
36 'devtools_core_js_files': [ 36 'devtools_core_js_files': [
37 '<@(devtools_core_base_js_files)', 37 '<@(devtools_core_base_js_files)',
38 '<@(devtools_common_js_files)', 38 '<@(devtools_common_js_files)',
39 '<@(devtools_sdk_js_files)', 39 '<@(devtools_sdk_js_files)',
40 '<@(devtools_ui_js_files)', 40 '<@(devtools_ui_js_files)',
41 '<@(devtools_components_js_files)', 41 '<@(devtools_components_js_files)',
42 ], 42 ],
43 'devtools_core_base_js_files': [ 43 'devtools_core_base_js_files': [
44 'front_end/inspector.html', 44 'front_end/inspector.html',
45 'front_end/Tests.js', 45 'front_end/Tests.js',
46 'front_end/EditFileSystemDialog.js',
47 'front_end/ForwardedInputEventHandler.js', 46 'front_end/ForwardedInputEventHandler.js',
48 'front_end/InspectorFrontendAPI.js', 47 'front_end/InspectorFrontendAPI.js',
49 'front_end/InspectorFrontendEventSink.js', 48 'front_end/InspectorFrontendEventSink.js',
50 'front_end/InspectorFrontendHostStub.js', 49 'front_end/InspectorFrontendHostStub.js',
51 'front_end/jsdifflib.js', 50 'front_end/jsdifflib.js',
52 'front_end/ResponsiveDesignView.js', 51 'front_end/ResponsiveDesignView.js',
53 'front_end/ScreencastView.js', 52 'front_end/ScreencastView.js',
54 'front_end/SettingsScreen.js',
55 'front_end/TestController.js', 53 'front_end/TestController.js',
56 'front_end/dialog.css', 54 'front_end/dialog.css',
57 'front_end/inspector.css', 55 'front_end/inspector.css',
58 'front_end/tabbedPane.css', 56 'front_end/tabbedPane.css',
59 'front_end/inspectorSyntaxHighlight.css', 57 'front_end/inspectorSyntaxHighlight.css',
60 'front_end/popover.css', 58 'front_end/popover.css',
61 '<@(devtools_main_js_files)', 59 '<@(devtools_main_js_files)',
62 '<@(devtools_standalone_files)', 60 '<@(devtools_standalone_files)',
63 ], 61 ],
64 'devtools_common_js_files': [ 62 'devtools_common_js_files': [
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'devtools_main_js_files': [ 211 'devtools_main_js_files': [
214 'front_end/main/AdvancedApp.js', 212 'front_end/main/AdvancedApp.js',
215 'front_end/main/App.js', 213 'front_end/main/App.js',
216 'front_end/main/HelpScreenUntilReload.js', 214 'front_end/main/HelpScreenUntilReload.js',
217 'front_end/main/ScreencastApp.js', 215 'front_end/main/ScreencastApp.js',
218 'front_end/main/SimpleApp.js', 216 'front_end/main/SimpleApp.js',
219 'front_end/main/Main.js', 217 'front_end/main/Main.js',
220 ], 218 ],
221 'devtools_module_json_files': [ 219 'devtools_module_json_files': [
222 'front_end/audits/module.json', 220 'front_end/audits/module.json',
223 'front_end/components/module.json',
224 'front_end/console/module.json', 221 'front_end/console/module.json',
225 'front_end/devices/module.json', 222 'front_end/devices/module.json',
226 'front_end/elements/module.json', 223 'front_end/elements/module.json',
227 'front_end/extensions/module.json', 224 'front_end/extensions/module.json',
228 'front_end/layers/module.json', 225 'front_end/layers/module.json',
229 'front_end/main/module.json', 226 'front_end/main/module.json',
230 'front_end/network/module.json', 227 'front_end/network/module.json',
231 'front_end/profiler/module.json', 228 'front_end/profiler/module.json',
232 'front_end/resources/module.json', 229 'front_end/resources/module.json',
233 'front_end/search/module.json', 230 'front_end/search/module.json',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'front_end/console/ConsoleViewMessage.js', 282 'front_end/console/ConsoleViewMessage.js',
286 ], 283 ],
287 'devtools_search_js_files': [ 284 'devtools_search_js_files': [
288 'front_end/search/AdvancedSearchView.js', 285 'front_end/search/AdvancedSearchView.js',
289 'front_end/search/FileBasedSearchResultsPane.js', 286 'front_end/search/FileBasedSearchResultsPane.js',
290 'front_end/search/SourcesSearchScope.js', 287 'front_end/search/SourcesSearchScope.js',
291 ], 288 ],
292 'devtools_devices_js_files': [ 289 'devtools_devices_js_files': [
293 'front_end/devices/DevicesView.js', 290 'front_end/devices/DevicesView.js',
294 ], 291 ],
292 'devtools_settings_js_files': [
293 'front_end/settings/EditFileSystemDialog.js',
294 'front_end/settings/SettingsScreen.js',
295 ],
295 'devtools_elements_js_files': [ 296 'devtools_elements_js_files': [
296 'front_end/elements/DOMSyntaxHighlighter.js', 297 'front_end/elements/DOMSyntaxHighlighter.js',
297 'front_end/elements/ElementsTreeOutline.js', 298 'front_end/elements/ElementsTreeOutline.js',
298 'front_end/elements/ElementsPanel.js', 299 'front_end/elements/ElementsPanel.js',
299 'front_end/elements/EventListenersSidebarPane.js', 300 'front_end/elements/EventListenersSidebarPane.js',
300 'front_end/elements/MetricsSidebarPane.js', 301 'front_end/elements/MetricsSidebarPane.js',
301 'front_end/elements/OverridesView.js', 302 'front_end/elements/OverridesView.js',
302 'front_end/elements/PlatformFontsSidebarPane.js', 303 'front_end/elements/PlatformFontsSidebarPane.js',
303 'front_end/elements/PropertiesSidebarPane.js', 304 'front_end/elements/PropertiesSidebarPane.js',
304 'front_end/elements/RenderingOptionsView.js', 305 'front_end/elements/RenderingOptionsView.js',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 559 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
559 ], 560 ],
560 'devtools_script_formatter_worker_js_files': [ 561 'devtools_script_formatter_worker_js_files': [
561 'front_end/script_formatter_worker/CSSFormatter.js', 562 'front_end/script_formatter_worker/CSSFormatter.js',
562 'front_end/script_formatter_worker/JavaScriptFormatter.js', 563 'front_end/script_formatter_worker/JavaScriptFormatter.js',
563 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 564 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
564 'front_end/common/utilities.js', 565 'front_end/common/utilities.js',
565 ], 566 ],
566 }, 567 },
567 } 568 }
OLDNEW
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/EditFileSystemDialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698