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

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: Remove keyframe view 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'devtools_devices_js_files': [ 359 'devtools_devices_js_files': [
360 'front_end/devices/DevicesView.js', 360 'front_end/devices/DevicesView.js',
361 ], 361 ],
362 'devtools_documentation_js_files': [ 362 'devtools_documentation_js_files': [
363 'front_end/documentation/DocumentationCatalog.js', 363 'front_end/documentation/DocumentationCatalog.js',
364 'front_end/documentation/DocumentationView.js', 364 'front_end/documentation/DocumentationView.js',
365 'front_end/documentation/JSArticle.js', 365 'front_end/documentation/JSArticle.js',
366 'front_end/documentation/WikiParser.js', 366 'front_end/documentation/WikiParser.js',
367 ], 367 ],
368 'devtools_elements_js_files': [ 368 'devtools_elements_js_files': [
369 'front_end/elements/AnimationsSidebarPane.js',
369 'front_end/elements/ElementsPanel.js', 370 'front_end/elements/ElementsPanel.js',
370 'front_end/elements/ElementsTreeOutline.js', 371 'front_end/elements/ElementsTreeOutline.js',
371 'front_end/elements/EventListenersSidebarPane.js', 372 'front_end/elements/EventListenersSidebarPane.js',
372 'front_end/elements/MetricsSidebarPane.js', 373 'front_end/elements/MetricsSidebarPane.js',
373 'front_end/elements/PlatformFontsSidebarPane.js', 374 'front_end/elements/PlatformFontsSidebarPane.js',
374 'front_end/elements/PropertiesSidebarPane.js', 375 'front_end/elements/PropertiesSidebarPane.js',
375 'front_end/elements/Spectrum.js', 376 'front_end/elements/Spectrum.js',
376 'front_end/elements/StylesSidebarPane.js', 377 'front_end/elements/StylesSidebarPane.js',
377 ], 378 ],
378 'devtools_extensions_js_files': [ 379 'devtools_extensions_js_files': [
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'front_end/Images/touchCursor.png', 651 'front_end/Images/touchCursor.png',
651 'front_end/Images/touchCursor_2x.png', 652 'front_end/Images/touchCursor_2x.png',
652 'front_end/Images/transformControls.png', 653 'front_end/Images/transformControls.png',
653 'front_end/Images/transformControls_2x.png', 654 'front_end/Images/transformControls_2x.png',
654 ], 655 ],
655 'devtools_extension_api_files': [ 656 'devtools_extension_api_files': [
656 'front_end/extensions/ExtensionAPI.js', 657 'front_end/extensions/ExtensionAPI.js',
657 ], 658 ],
658 }, 659 },
659 } 660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698