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

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

Issue 1149373004: Devtools: Extensible toolbar in SSP (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'front_end/elements/AnimationControlPane.js', 393 'front_end/elements/AnimationControlPane.js',
394 'front_end/elements/AnimationTimeline.js', 394 'front_end/elements/AnimationTimeline.js',
395 'front_end/elements/BezierEditor.js', 395 'front_end/elements/BezierEditor.js',
396 'front_end/elements/BezierUI.js', 396 'front_end/elements/BezierUI.js',
397 'front_end/elements/ElementsBreadcrumbs.js', 397 'front_end/elements/ElementsBreadcrumbs.js',
398 'front_end/elements/ElementsPanel.js', 398 'front_end/elements/ElementsPanel.js',
399 'front_end/elements/ElementsSidebarPane.js', 399 'front_end/elements/ElementsSidebarPane.js',
400 'front_end/elements/ElementsSidebarView.js', 400 'front_end/elements/ElementsSidebarView.js',
401 'front_end/elements/ElementsTreeElement.js', 401 'front_end/elements/ElementsTreeElement.js',
402 'front_end/elements/ElementsTreeOutline.js', 402 'front_end/elements/ElementsTreeOutline.js',
403 'front_end/elements/ElementStatePane.js',
403 'front_end/elements/EventListenersSidebarPane.js', 404 'front_end/elements/EventListenersSidebarPane.js',
404 'front_end/elements/SharedSidebarModel.js', 405 'front_end/elements/SharedSidebarModel.js',
405 'front_end/elements/MetricsSidebarPane.js', 406 'front_end/elements/MetricsSidebarPane.js',
406 'front_end/elements/PlatformFontsWidget.js', 407 'front_end/elements/PlatformFontsWidget.js',
407 'front_end/elements/PropertiesWidget.js', 408 'front_end/elements/PropertiesWidget.js',
408 'front_end/elements/Spectrum.js', 409 'front_end/elements/Spectrum.js',
409 'front_end/elements/StylesPopoverHelper.js', 410 'front_end/elements/StylesPopoverHelper.js',
410 'front_end/elements/StylesSectionModel.js', 411 'front_end/elements/StylesSectionModel.js',
411 'front_end/elements/StylesSidebarPane.js', 412 'front_end/elements/StylesSidebarPane.js',
412 'front_end/elements/ComputedStyleSidebarPane.js', 413 'front_end/elements/ComputedStyleSidebarPane.js',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'front_end/Images/toolbarItemSelected.png', 753 'front_end/Images/toolbarItemSelected.png',
753 'front_end/Images/touchCursor.png', 754 'front_end/Images/touchCursor.png',
754 'front_end/Images/touchCursor_2x.png', 755 'front_end/Images/touchCursor_2x.png',
755 'front_end/Images/updateServiceWorker.svg', 756 'front_end/Images/updateServiceWorker.svg',
756 ], 757 ],
757 'devtools_extension_api_files': [ 758 'devtools_extension_api_files': [
758 'front_end/extensions/ExtensionAPI.js', 759 'front_end/extensions/ExtensionAPI.js',
759 ], 760 ],
760 }, 761 },
761 } 762 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698