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

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

Issue 2161733002: DevTools: Move WebInspector.SwatchPopoverHelper into new file ui/SwatchPopoverHelper.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename1
Patch Set: Addressed nit 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/elements/ColorSwatchPopoverIcon.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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'front_end/ui/RootView.js', 295 'front_end/ui/RootView.js',
296 'front_end/ui/SearchableView.js', 296 'front_end/ui/SearchableView.js',
297 'front_end/ui/Section.js', 297 'front_end/ui/Section.js',
298 'front_end/ui/SettingsUI.js', 298 'front_end/ui/SettingsUI.js',
299 'front_end/ui/ShortcutRegistry.js', 299 'front_end/ui/ShortcutRegistry.js',
300 'front_end/ui/SidebarPane.js', 300 'front_end/ui/SidebarPane.js',
301 'front_end/ui/SidebarTreeElement.js', 301 'front_end/ui/SidebarTreeElement.js',
302 'front_end/ui/SoftContextMenu.js', 302 'front_end/ui/SoftContextMenu.js',
303 'front_end/ui/SplitWidget.js', 303 'front_end/ui/SplitWidget.js',
304 'front_end/ui/StackView.js', 304 'front_end/ui/StackView.js',
305 'front_end/ui/SwatchPopoverHelper.js',
305 'front_end/ui/Toolbar.js', 306 'front_end/ui/Toolbar.js',
306 'front_end/ui/Tooltip.js', 307 'front_end/ui/Tooltip.js',
307 'front_end/ui/SuggestBox.js', 308 'front_end/ui/SuggestBox.js',
308 'front_end/ui/TabbedPane.js', 309 'front_end/ui/TabbedPane.js',
309 'front_end/ui/TextPrompt.js', 310 'front_end/ui/TextPrompt.js',
310 'front_end/ui/UIUtils.js', 311 'front_end/ui/UIUtils.js',
311 'front_end/ui/ViewportControl.js', 312 'front_end/ui/ViewportControl.js',
312 'front_end/ui/Widget.js', 313 'front_end/ui/Widget.js',
313 'front_end/ui/ZoomManager.js', 314 'front_end/ui/ZoomManager.js',
314 'front_end/ui/treeoutline.js', 315 'front_end/ui/treeoutline.js',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'devtools_elements_js_files': [ 444 'devtools_elements_js_files': [
444 'front_end/elements/bezierEditor.css', 445 'front_end/elements/bezierEditor.css',
445 'front_end/elements/breadcrumbs.css', 446 'front_end/elements/breadcrumbs.css',
446 'front_end/elements/computedStyleSidebarPane.css', 447 'front_end/elements/computedStyleSidebarPane.css',
447 'front_end/elements/elementsPanel.css', 448 'front_end/elements/elementsPanel.css',
448 'front_end/elements/elementsTreeOutline.css', 449 'front_end/elements/elementsTreeOutline.css',
449 'front_end/elements/platformFontsWidget.css', 450 'front_end/elements/platformFontsWidget.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',
454 'front_end/elements/ColorSwatchPopoverIcon.js',
453 'front_end/elements/ComputedStyleModel.js', 455 'front_end/elements/ComputedStyleModel.js',
454 'front_end/elements/ElementsBreadcrumbs.js', 456 'front_end/elements/ElementsBreadcrumbs.js',
455 'front_end/elements/ElementsPanel.js', 457 'front_end/elements/ElementsPanel.js',
456 'front_end/elements/ElementsSidebarPane.js', 458 'front_end/elements/ElementsSidebarPane.js',
457 'front_end/elements/ElementsSidebarView.js', 459 'front_end/elements/ElementsSidebarView.js',
458 'front_end/elements/ElementsTreeElement.js', 460 'front_end/elements/ElementsTreeElement.js',
459 'front_end/elements/ElementsTreeElementHighlighter.js', 461 'front_end/elements/ElementsTreeElementHighlighter.js',
460 'front_end/elements/ElementsTreeOutline.js', 462 'front_end/elements/ElementsTreeOutline.js',
461 'front_end/elements/ElementStatePaneWidget.js', 463 'front_end/elements/ElementStatePaneWidget.js',
462 'front_end/elements/EventListenersWidget.js', 464 'front_end/elements/EventListenersWidget.js',
463 'front_end/elements/InspectElementModeController.js', 465 'front_end/elements/InspectElementModeController.js',
464 'front_end/elements/MetricsSidebarPane.js', 466 'front_end/elements/MetricsSidebarPane.js',
465 'front_end/elements/PlatformFontsWidget.js', 467 'front_end/elements/PlatformFontsWidget.js',
466 'front_end/elements/PropertiesWidget.js', 468 'front_end/elements/PropertiesWidget.js',
467 'front_end/elements/PropertyChangeHighlighter.js', 469 'front_end/elements/PropertyChangeHighlighter.js',
468 'front_end/elements/StylesPopoverHelper.js',
469 'front_end/elements/StylesSidebarPane.js', 470 'front_end/elements/StylesSidebarPane.js',
470 'front_end/elements/ComputedStyleWidget.js', 471 'front_end/elements/ComputedStyleWidget.js',
471 ], 472 ],
472 'devtools_emulated_devices_js_files': [ 473 'devtools_emulated_devices_js_files': [
473 ], 474 ],
474 'devtools_emulated_devices_images': [ 475 'devtools_emulated_devices_images': [
475 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ', 476 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ',
476 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ', 477 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ',
477 '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',
478 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.pn g', 479 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.pn g',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'front_end/Images/toolbarResizerVertical.png', 900 'front_end/Images/toolbarResizerVertical.png',
900 'front_end/Images/toolbarItemSelected.png', 901 'front_end/Images/toolbarItemSelected.png',
901 'front_end/Images/touchCursor.png', 902 'front_end/Images/touchCursor.png',
902 'front_end/Images/touchCursor_2x.png', 903 'front_end/Images/touchCursor_2x.png',
903 ], 904 ],
904 'devtools_extension_api_files': [ 905 'devtools_extension_api_files': [
905 'front_end/extensions/ExtensionAPI.js', 906 'front_end/extensions/ExtensionAPI.js',
906 ], 907 ],
907 }, 908 },
908 } 909 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698