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

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: 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ], 118 ],
119 'devtools_host_js_files': [ 119 'devtools_host_js_files': [
120 'front_end/host/InspectorFrontendHost.js', 120 'front_end/host/InspectorFrontendHost.js',
121 'front_end/host/Platform.js', 121 'front_end/host/Platform.js',
122 'front_end/host/UserMetrics.js', 122 'front_end/host/UserMetrics.js',
123 ], 123 ],
124 'devtools_screencast_js_files': [ 124 'devtools_screencast_js_files': [
125 'front_end/screencast/ScreencastView.js', 125 'front_end/screencast/ScreencastView.js',
126 ], 126 ],
127 'devtools_sdk_js_files': [ 127 'devtools_sdk_js_files': [
128 'front_end/sdk/AnimationModel.js',
128 'front_end/sdk/ApplicationCacheModel.js', 129 'front_end/sdk/ApplicationCacheModel.js',
129 'front_end/sdk/BlackboxSupport.js', 130 'front_end/sdk/BlackboxSupport.js',
130 'front_end/sdk/ConsoleModel.js', 131 'front_end/sdk/ConsoleModel.js',
131 'front_end/sdk/ContentProviders.js', 132 'front_end/sdk/ContentProviders.js',
132 'front_end/sdk/CookieParser.js', 133 'front_end/sdk/CookieParser.js',
133 'front_end/sdk/CPUProfileDataModel.js', 134 'front_end/sdk/CPUProfileDataModel.js',
134 'front_end/sdk/CPUProfilerModel.js', 135 'front_end/sdk/CPUProfilerModel.js',
135 'front_end/sdk/CSSMetadata.js', 136 'front_end/sdk/CSSMetadata.js',
136 'front_end/sdk/CSSParser.js', 137 'front_end/sdk/CSSParser.js',
137 'front_end/sdk/CSSStyleModel.js', 138 'front_end/sdk/CSSStyleModel.js',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'devtools_devices_js_files': [ 364 'devtools_devices_js_files': [
364 'front_end/devices/DevicesView.js', 365 'front_end/devices/DevicesView.js',
365 ], 366 ],
366 'devtools_documentation_js_files': [ 367 'devtools_documentation_js_files': [
367 'front_end/documentation/DocumentationCatalog.js', 368 'front_end/documentation/DocumentationCatalog.js',
368 'front_end/documentation/DocumentationView.js', 369 'front_end/documentation/DocumentationView.js',
369 'front_end/documentation/JSArticle.js', 370 'front_end/documentation/JSArticle.js',
370 'front_end/documentation/WikiParser.js', 371 'front_end/documentation/WikiParser.js',
371 ], 372 ],
372 'devtools_elements_js_files': [ 373 'devtools_elements_js_files': [
374 'front_end/elements/AnimationsSidebarPane.js',
373 'front_end/elements/ElementsPanel.js', 375 'front_end/elements/ElementsPanel.js',
374 'front_end/elements/ElementsTreeOutline.js', 376 'front_end/elements/ElementsTreeOutline.js',
375 'front_end/elements/EventListenersSidebarPane.js', 377 'front_end/elements/EventListenersSidebarPane.js',
376 'front_end/elements/MetricsSidebarPane.js', 378 'front_end/elements/MetricsSidebarPane.js',
377 'front_end/elements/PlatformFontsSidebarPane.js', 379 'front_end/elements/PlatformFontsSidebarPane.js',
378 'front_end/elements/PropertiesSidebarPane.js', 380 'front_end/elements/PropertiesSidebarPane.js',
379 'front_end/elements/Spectrum.js', 381 'front_end/elements/Spectrum.js',
380 'front_end/elements/StylesSidebarPane.js', 382 'front_end/elements/StylesSidebarPane.js',
381 ], 383 ],
382 'devtools_extensions_js_files': [ 384 'devtools_extensions_js_files': [
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'front_end/Images/touchCursor.png', 657 'front_end/Images/touchCursor.png',
656 'front_end/Images/touchCursor_2x.png', 658 'front_end/Images/touchCursor_2x.png',
657 'front_end/Images/transformControls.png', 659 'front_end/Images/transformControls.png',
658 'front_end/Images/transformControls_2x.png', 660 'front_end/Images/transformControls_2x.png',
659 ], 661 ],
660 'devtools_extension_api_files': [ 662 'devtools_extension_api_files': [
661 'front_end/extensions/ExtensionAPI.js', 663 'front_end/extensions/ExtensionAPI.js',
662 ], 664 ],
663 }, 665 },
664 } 666 }
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/devtools/front_end/elements/AnimationsSidebarPane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698