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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 769a1d1ba80f551a1d179fd52e6a1f16644a8357..d48124ea52becc3ddc2f65738f8d6d2d568d1b11 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -125,6 +125,7 @@
'front_end/screencast/ScreencastView.js',
],
'devtools_sdk_js_files': [
+ 'front_end/sdk/AnimationModel.js',
'front_end/sdk/ApplicationCacheModel.js',
'front_end/sdk/BlackboxSupport.js',
'front_end/sdk/ConsoleModel.js',
@@ -370,6 +371,7 @@
'front_end/documentation/WikiParser.js',
],
'devtools_elements_js_files': [
+ 'front_end/elements/AnimationsSidebarPane.js',
'front_end/elements/ElementsPanel.js',
'front_end/elements/ElementsTreeOutline.js',
'front_end/elements/EventListenersSidebarPane.js',
« 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