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

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

Issue 2157713002: DevTools: introduce View: a named widget with the toolbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lcean 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
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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'front_end/ui/SidebarTreeElement.js', 298 'front_end/ui/SidebarTreeElement.js',
299 'front_end/ui/SoftContextMenu.js', 299 'front_end/ui/SoftContextMenu.js',
300 'front_end/ui/SplitWidget.js', 300 'front_end/ui/SplitWidget.js',
301 'front_end/ui/StackView.js', 301 'front_end/ui/StackView.js',
302 'front_end/ui/SwatchPopoverHelper.js', 302 'front_end/ui/SwatchPopoverHelper.js',
303 'front_end/ui/Toolbar.js', 303 'front_end/ui/Toolbar.js',
304 'front_end/ui/Tooltip.js', 304 'front_end/ui/Tooltip.js',
305 'front_end/ui/SuggestBox.js', 305 'front_end/ui/SuggestBox.js',
306 'front_end/ui/TabbedPane.js', 306 'front_end/ui/TabbedPane.js',
307 'front_end/ui/TextPrompt.js', 307 'front_end/ui/TextPrompt.js',
308 'front_end/ui/ThrottledView.js',
308 'front_end/ui/UIUtils.js', 309 'front_end/ui/UIUtils.js',
309 'front_end/ui/ViewportControl.js', 310 'front_end/ui/ViewportControl.js',
310 'front_end/ui/Widget.js', 311 'front_end/ui/Widget.js',
311 'front_end/ui/ZoomManager.js', 312 'front_end/ui/ZoomManager.js',
312 'front_end/ui/treeoutline.js', 313 'front_end/ui/treeoutline.js',
313 'front_end/ui/ThrottledWidget.js'
314 ], 314 ],
315 'devtools_main_js_files': [ 315 'devtools_main_js_files': [
316 'front_end/main/errorWarningCounter.css', 316 'front_end/main/errorWarningCounter.css',
317 'front_end/main/remoteDebuggingTerminatedScreen.css', 317 'front_end/main/remoteDebuggingTerminatedScreen.css',
318 'front_end/main/renderingOptions.css', 318 'front_end/main/renderingOptions.css',
319 'front_end/main/targetCrashedScreen.css', 319 'front_end/main/targetCrashedScreen.css',
320 'front_end/main/Connections.js', 320 'front_end/main/Connections.js',
321 'front_end/main/Main.js', 321 'front_end/main/Main.js',
322 'front_end/main/OverlayController.js', 322 'front_end/main/OverlayController.js',
323 'front_end/main/RenderingOptions.js', 323 'front_end/main/RenderingOptions.js',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'front_end/elements/elementsTreeOutline.css', 446 'front_end/elements/elementsTreeOutline.css',
447 'front_end/elements/platformFontsWidget.css', 447 'front_end/elements/platformFontsWidget.css',
448 'front_end/elements/BezierEditor.js', 448 'front_end/elements/BezierEditor.js',
449 'front_end/elements/BezierUI.js', 449 'front_end/elements/BezierUI.js',
450 'front_end/elements/ClassesPaneWidget.js', 450 'front_end/elements/ClassesPaneWidget.js',
451 'front_end/elements/ColorSwatchPopoverIcon.js', 451 'front_end/elements/ColorSwatchPopoverIcon.js',
452 'front_end/elements/ComputedStyleModel.js', 452 'front_end/elements/ComputedStyleModel.js',
453 'front_end/elements/ElementsBreadcrumbs.js', 453 'front_end/elements/ElementsBreadcrumbs.js',
454 'front_end/elements/ElementsPanel.js', 454 'front_end/elements/ElementsPanel.js',
455 'front_end/elements/ElementsSidebarPane.js', 455 'front_end/elements/ElementsSidebarPane.js',
456 'front_end/elements/ElementsSidebarView.js',
457 'front_end/elements/ElementsTreeElement.js', 456 'front_end/elements/ElementsTreeElement.js',
458 'front_end/elements/ElementsTreeElementHighlighter.js', 457 'front_end/elements/ElementsTreeElementHighlighter.js',
459 'front_end/elements/ElementsTreeOutline.js', 458 'front_end/elements/ElementsTreeOutline.js',
460 'front_end/elements/ElementStatePaneWidget.js', 459 'front_end/elements/ElementStatePaneWidget.js',
461 'front_end/elements/EventListenersWidget.js', 460 'front_end/elements/EventListenersWidget.js',
462 'front_end/elements/InspectElementModeController.js', 461 'front_end/elements/InspectElementModeController.js',
463 'front_end/elements/MetricsSidebarPane.js', 462 'front_end/elements/MetricsSidebarPane.js',
464 'front_end/elements/PlatformFontsWidget.js', 463 'front_end/elements/PlatformFontsWidget.js',
465 'front_end/elements/PropertiesWidget.js', 464 'front_end/elements/PropertiesWidget.js',
466 'front_end/elements/PropertyChangeHighlighter.js', 465 'front_end/elements/PropertyChangeHighlighter.js',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'front_end/Images/toolbarResizerVertical.png', 896 'front_end/Images/toolbarResizerVertical.png',
898 'front_end/Images/toolbarItemSelected.png', 897 'front_end/Images/toolbarItemSelected.png',
899 'front_end/Images/touchCursor.png', 898 'front_end/Images/touchCursor.png',
900 'front_end/Images/touchCursor_2x.png', 899 'front_end/Images/touchCursor_2x.png',
901 ], 900 ],
902 'devtools_extension_api_files': [ 901 'devtools_extension_api_files': [
903 'front_end/extensions/ExtensionAPI.js', 902 'front_end/extensions/ExtensionAPI.js',
904 ], 903 ],
905 }, 904 },
906 } 905 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698