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

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

Issue 620783002: Devtools Animations: Basic animation inspection & control in Styles pane (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review changes for AnimationSection Created 6 years, 2 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'devtools_devices_js_files': [ 360 'devtools_devices_js_files': [
361 'front_end/devices/DevicesView.js', 361 'front_end/devices/DevicesView.js',
362 ], 362 ],
363 'devtools_documentation_js_files': [ 363 'devtools_documentation_js_files': [
364 'front_end/documentation/DocumentationCatalog.js', 364 'front_end/documentation/DocumentationCatalog.js',
365 'front_end/documentation/DocumentationView.js', 365 'front_end/documentation/DocumentationView.js',
366 'front_end/documentation/JSArticle.js', 366 'front_end/documentation/JSArticle.js',
367 'front_end/documentation/WikiParser.js', 367 'front_end/documentation/WikiParser.js',
368 ], 368 ],
369 'devtools_elements_js_files': [ 369 'devtools_elements_js_files': [
370 'front_end/elements/AnimationSection.js',
370 'front_end/elements/ElementsPanel.js', 371 'front_end/elements/ElementsPanel.js',
371 'front_end/elements/ElementsTreeOutline.js', 372 'front_end/elements/ElementsTreeOutline.js',
372 'front_end/elements/EventListenersSidebarPane.js', 373 'front_end/elements/EventListenersSidebarPane.js',
373 'front_end/elements/MetricsSidebarPane.js', 374 'front_end/elements/MetricsSidebarPane.js',
374 'front_end/elements/PlatformFontsSidebarPane.js', 375 'front_end/elements/PlatformFontsSidebarPane.js',
375 'front_end/elements/PropertiesSidebarPane.js', 376 'front_end/elements/PropertiesSidebarPane.js',
376 'front_end/elements/Spectrum.js', 377 'front_end/elements/Spectrum.js',
377 'front_end/elements/StylesSidebarPane.js', 378 'front_end/elements/StylesSidebarPane.js',
378 ], 379 ],
379 'devtools_extensions_js_files': [ 380 'devtools_extensions_js_files': [
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'front_end/Images/touchCursor.png', 652 'front_end/Images/touchCursor.png',
652 'front_end/Images/touchCursor_2x.png', 653 'front_end/Images/touchCursor_2x.png',
653 'front_end/Images/transformControls.png', 654 'front_end/Images/transformControls.png',
654 'front_end/Images/transformControls_2x.png', 655 'front_end/Images/transformControls_2x.png',
655 ], 656 ],
656 'devtools_extension_api_files': [ 657 'devtools_extension_api_files': [
657 'front_end/extensions/ExtensionAPI.js', 658 'front_end/extensions/ExtensionAPI.js',
658 ], 659 ],
659 }, 660 },
660 } 661 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698