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

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

Issue 2142133002: DevTools: Move Spectrum to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/Spectrum.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'front_end/common/Worker.js', 91 'front_end/common/Worker.js',
92 ], 92 ],
93 'devtools_components_js_files': [ 93 'devtools_components_js_files': [
94 'front_end/components/breakpointsList.css', 94 'front_end/components/breakpointsList.css',
95 'front_end/components/customPreviewSection.css', 95 'front_end/components/customPreviewSection.css',
96 'front_end/components/domUtils.css', 96 'front_end/components/domUtils.css',
97 'front_end/components/eventListenersView.css', 97 'front_end/components/eventListenersView.css',
98 'front_end/components/networkConditionsSettingsTab.css', 98 'front_end/components/networkConditionsSettingsTab.css',
99 'front_end/components/objectPropertiesSection.css', 99 'front_end/components/objectPropertiesSection.css',
100 'front_end/components/objectValue.css', 100 'front_end/components/objectValue.css',
101 'front_end/components/spectrum.css',
101 'front_end/components/CustomPreviewSection.js', 102 'front_end/components/CustomPreviewSection.js',
102 'front_end/components/DataSaverInfobar.js', 103 'front_end/components/DataSaverInfobar.js',
103 'front_end/components/DockController.js', 104 'front_end/components/DockController.js',
104 'front_end/components/DOMBreakpointsSidebarPane.js', 105 'front_end/components/DOMBreakpointsSidebarPane.js',
105 'front_end/components/DOMPresentationUtils.js', 106 'front_end/components/DOMPresentationUtils.js',
106 'front_end/components/ExecutionContextSelector.js', 107 'front_end/components/ExecutionContextSelector.js',
107 'front_end/components/HandlerRegistry.js', 108 'front_end/components/HandlerRegistry.js',
108 'front_end/components/BreakpointsSidebarPaneBase.js', 109 'front_end/components/BreakpointsSidebarPaneBase.js',
109 'front_end/components/Linkifier.js', 110 'front_end/components/Linkifier.js',
110 'front_end/components/NetworkConditionsSelector.js', 111 'front_end/components/NetworkConditionsSelector.js',
111 'front_end/components/ObjectPopoverHelper.js', 112 'front_end/components/ObjectPopoverHelper.js',
112 'front_end/components/ObjectPropertiesSection.js', 113 'front_end/components/ObjectPropertiesSection.js',
113 'front_end/components/RemoteObjectPreviewFormatter.js', 114 'front_end/components/RemoteObjectPreviewFormatter.js',
114 'front_end/components/RequestAppBannerActionDelegate.js', 115 'front_end/components/RequestAppBannerActionDelegate.js',
115 'front_end/components/ShortcutsScreen.js', 116 'front_end/components/ShortcutsScreen.js',
117 'front_end/components/Spectrum.js',
116 'front_end/components/EventListenersUtils.js', 118 'front_end/components/EventListenersUtils.js',
117 'front_end/components/EventListenersView.js', 119 'front_end/components/EventListenersView.js',
118 'front_end/components/Reload.js', 120 'front_end/components/Reload.js',
119 ], 121 ],
120 'devtools_host_js_files': [ 122 'devtools_host_js_files': [
121 'front_end/host/InspectorFrontendHostAPI.js', 123 'front_end/host/InspectorFrontendHostAPI.js',
122 'front_end/host/InspectorFrontendHost.js', 124 'front_end/host/InspectorFrontendHost.js',
123 'front_end/host/Platform.js', 125 'front_end/host/Platform.js',
124 'front_end/host/ResourceLoader.js', 126 'front_end/host/ResourceLoader.js',
125 'front_end/host/UserMetrics.js', 127 'front_end/host/UserMetrics.js',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'front_end/diff/Diff.js', 441 'front_end/diff/Diff.js',
440 'front_end/diff/diff_match_patch.js', 442 'front_end/diff/diff_match_patch.js',
441 ], 443 ],
442 'devtools_elements_js_files': [ 444 'devtools_elements_js_files': [
443 'front_end/elements/bezierEditor.css', 445 'front_end/elements/bezierEditor.css',
444 'front_end/elements/breadcrumbs.css', 446 'front_end/elements/breadcrumbs.css',
445 'front_end/elements/computedStyleSidebarPane.css', 447 'front_end/elements/computedStyleSidebarPane.css',
446 'front_end/elements/elementsPanel.css', 448 'front_end/elements/elementsPanel.css',
447 'front_end/elements/elementsTreeOutline.css', 449 'front_end/elements/elementsTreeOutline.css',
448 'front_end/elements/platformFontsWidget.css', 450 'front_end/elements/platformFontsWidget.css',
449 'front_end/elements/spectrum.css',
450 'front_end/elements/BezierEditor.js', 451 'front_end/elements/BezierEditor.js',
451 'front_end/elements/BezierUI.js', 452 'front_end/elements/BezierUI.js',
452 'front_end/elements/ClassesPaneWidget.js', 453 'front_end/elements/ClassesPaneWidget.js',
453 'front_end/elements/ElementsBreadcrumbs.js', 454 'front_end/elements/ElementsBreadcrumbs.js',
454 'front_end/elements/ElementsPanel.js', 455 'front_end/elements/ElementsPanel.js',
455 'front_end/elements/ElementsSidebarPane.js', 456 'front_end/elements/ElementsSidebarPane.js',
456 'front_end/elements/ElementsSidebarView.js', 457 'front_end/elements/ElementsSidebarView.js',
457 'front_end/elements/ElementsTreeElement.js', 458 'front_end/elements/ElementsTreeElement.js',
458 'front_end/elements/ElementsTreeElementHighlighter.js', 459 'front_end/elements/ElementsTreeElementHighlighter.js',
459 'front_end/elements/ElementsTreeOutline.js', 460 'front_end/elements/ElementsTreeOutline.js',
460 'front_end/elements/ElementStatePaneWidget.js', 461 'front_end/elements/ElementStatePaneWidget.js',
461 'front_end/elements/SharedSidebarModel.js', 462 'front_end/elements/SharedSidebarModel.js',
462 'front_end/elements/EventListenersWidget.js', 463 'front_end/elements/EventListenersWidget.js',
463 'front_end/elements/InspectElementModeController.js', 464 'front_end/elements/InspectElementModeController.js',
464 'front_end/elements/MetricsSidebarPane.js', 465 'front_end/elements/MetricsSidebarPane.js',
465 'front_end/elements/PlatformFontsWidget.js', 466 'front_end/elements/PlatformFontsWidget.js',
466 'front_end/elements/PropertiesWidget.js', 467 'front_end/elements/PropertiesWidget.js',
467 'front_end/elements/PropertyChangeHighlighter.js', 468 'front_end/elements/PropertyChangeHighlighter.js',
468 'front_end/elements/Spectrum.js',
469 'front_end/elements/StylesPopoverHelper.js', 469 'front_end/elements/StylesPopoverHelper.js',
470 'front_end/elements/StylesSidebarPane.js', 470 'front_end/elements/StylesSidebarPane.js',
471 'front_end/elements/ComputedStyleWidget.js', 471 'front_end/elements/ComputedStyleWidget.js',
472 ], 472 ],
473 'devtools_emulated_devices_js_files': [ 473 'devtools_emulated_devices_js_files': [
474 ], 474 ],
475 'devtools_emulated_devices_images': [ 475 'devtools_emulated_devices_images': [
476 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ', 476 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ',
477 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ', 477 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ',
478 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.pn g', 478 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.pn g',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 'front_end/Images/toolbarResizerVertical.png', 900 'front_end/Images/toolbarResizerVertical.png',
901 'front_end/Images/toolbarItemSelected.png', 901 'front_end/Images/toolbarItemSelected.png',
902 'front_end/Images/touchCursor.png', 902 'front_end/Images/touchCursor.png',
903 'front_end/Images/touchCursor_2x.png', 903 'front_end/Images/touchCursor_2x.png',
904 ], 904 ],
905 'devtools_extension_api_files': [ 905 'devtools_extension_api_files': [
906 'front_end/extensions/ExtensionAPI.js', 906 'front_end/extensions/ExtensionAPI.js',
907 ], 907 ],
908 }, 908 },
909 } 909 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/Spectrum.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698