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

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: Fix test 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'front_end/elements/AnimationControlPane.js', 385 'front_end/elements/AnimationControlPane.js',
386 'front_end/elements/AnimationTimeline.js', 386 'front_end/elements/AnimationTimeline.js',
387 'front_end/elements/BezierEditor.js', 387 'front_end/elements/BezierEditor.js',
388 'front_end/elements/BezierUI.js', 388 'front_end/elements/BezierUI.js',
389 'front_end/elements/ElementsBreadcrumbs.js', 389 'front_end/elements/ElementsBreadcrumbs.js',
390 'front_end/elements/ElementsPanel.js', 390 'front_end/elements/ElementsPanel.js',
391 'front_end/elements/ElementsSidebarPane.js', 391 'front_end/elements/ElementsSidebarPane.js',
392 'front_end/elements/ElementsSidebarView.js', 392 'front_end/elements/ElementsSidebarView.js',
393 'front_end/elements/ElementsTreeElement.js', 393 'front_end/elements/ElementsTreeElement.js',
394 'front_end/elements/ElementsTreeOutline.js', 394 'front_end/elements/ElementsTreeOutline.js',
395 'front_end/elements/ElementStatePaneWidget.js',
395 'front_end/elements/SharedSidebarModel.js', 396 'front_end/elements/SharedSidebarModel.js',
396 'front_end/elements/EventListenersWidget.js', 397 'front_end/elements/EventListenersWidget.js',
397 'front_end/elements/MetricsSidebarPane.js', 398 'front_end/elements/MetricsSidebarPane.js',
398 'front_end/elements/PlatformFontsWidget.js', 399 'front_end/elements/PlatformFontsWidget.js',
399 'front_end/elements/PropertiesWidget.js', 400 'front_end/elements/PropertiesWidget.js',
400 'front_end/elements/Spectrum.js', 401 'front_end/elements/Spectrum.js',
401 'front_end/elements/StylesPopoverHelper.js', 402 'front_end/elements/StylesPopoverHelper.js',
402 'front_end/elements/StylesSectionModel.js', 403 'front_end/elements/StylesSectionModel.js',
403 'front_end/elements/StylesSidebarPane.js', 404 'front_end/elements/StylesSidebarPane.js',
404 'front_end/elements/ComputedStyleWidget.js', 405 'front_end/elements/ComputedStyleWidget.js',
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'front_end/Images/toolbarItemSelected.png', 745 'front_end/Images/toolbarItemSelected.png',
745 'front_end/Images/touchCursor.png', 746 'front_end/Images/touchCursor.png',
746 'front_end/Images/touchCursor_2x.png', 747 'front_end/Images/touchCursor_2x.png',
747 'front_end/Images/updateServiceWorker.svg', 748 'front_end/Images/updateServiceWorker.svg',
748 ], 749 ],
749 'devtools_extension_api_files': [ 750 'devtools_extension_api_files': [
750 'front_end/extensions/ExtensionAPI.js', 751 'front_end/extensions/ExtensionAPI.js',
751 ], 752 ],
752 }, 753 },
753 } 754 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/animation-timeline.html ('k') | Source/devtools/front_end/elements/AnimationControlPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698