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

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

Issue 2144923002: DevTools: remove the ComputedStyles -> Styles pane dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined 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/ComputedStyleModel.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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'devtools_elements_js_files': [ 443 'devtools_elements_js_files': [
444 'front_end/elements/bezierEditor.css', 444 'front_end/elements/bezierEditor.css',
445 'front_end/elements/breadcrumbs.css', 445 'front_end/elements/breadcrumbs.css',
446 'front_end/elements/computedStyleSidebarPane.css', 446 'front_end/elements/computedStyleSidebarPane.css',
447 'front_end/elements/elementsPanel.css', 447 'front_end/elements/elementsPanel.css',
448 'front_end/elements/elementsTreeOutline.css', 448 'front_end/elements/elementsTreeOutline.css',
449 'front_end/elements/platformFontsWidget.css', 449 'front_end/elements/platformFontsWidget.css',
450 'front_end/elements/BezierEditor.js', 450 'front_end/elements/BezierEditor.js',
451 'front_end/elements/BezierUI.js', 451 'front_end/elements/BezierUI.js',
452 'front_end/elements/ClassesPaneWidget.js', 452 'front_end/elements/ClassesPaneWidget.js',
453 'front_end/elements/ComputedStyleModel.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/EventListenersWidget.js', 462 'front_end/elements/EventListenersWidget.js',
463 'front_end/elements/InspectElementModeController.js', 463 'front_end/elements/InspectElementModeController.js',
464 'front_end/elements/MetricsSidebarPane.js', 464 'front_end/elements/MetricsSidebarPane.js',
465 'front_end/elements/PlatformFontsWidget.js', 465 'front_end/elements/PlatformFontsWidget.js',
466 'front_end/elements/PropertiesWidget.js', 466 'front_end/elements/PropertiesWidget.js',
467 'front_end/elements/PropertyChangeHighlighter.js', 467 'front_end/elements/PropertyChangeHighlighter.js',
468 'front_end/elements/StylesPopoverHelper.js', 468 'front_end/elements/StylesPopoverHelper.js',
469 'front_end/elements/StylesSidebarPane.js', 469 'front_end/elements/StylesSidebarPane.js',
470 'front_end/elements/ComputedStyleWidget.js', 470 'front_end/elements/ComputedStyleWidget.js',
471 ], 471 ],
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'front_end/Images/toolbarResizerVertical.png', 899 'front_end/Images/toolbarResizerVertical.png',
900 'front_end/Images/toolbarItemSelected.png', 900 'front_end/Images/toolbarItemSelected.png',
901 'front_end/Images/touchCursor.png', 901 'front_end/Images/touchCursor.png',
902 'front_end/Images/touchCursor_2x.png', 902 'front_end/Images/touchCursor_2x.png',
903 ], 903 ],
904 'devtools_extension_api_files': [ 904 'devtools_extension_api_files': [
905 'front_end/extensions/ExtensionAPI.js', 905 'front_end/extensions/ExtensionAPI.js',
906 ], 906 ],
907 }, 907 },
908 } 908 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ComputedStyleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698