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

Unified Diff: Source/devtools/devtools.gypi

Issue 23474010: DevTools: "Jump between editing locations" experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline this patch Created 6 years, 11 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 9219760ceff5d7c8d7b7c186d5d76545d3e5ef14..6748b2191197aac774a98a2fa1483bf286496ced 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -281,6 +281,7 @@
'front_end/BreakpointsSidebarPane.js',
'front_end/CSSSourceFrame.js',
'front_end/CallStackSidebarPane.js',
+ 'front_end/EditingLocationHistoryManager.js',
'front_end/FilePathScoreFunction.js',
'front_end/FilteredItemSelectionDialog.js',
'front_end/JavaScriptSourceFrame.js',
@@ -288,6 +289,7 @@
'front_end/NavigatorView.js',
'front_end/RevisionHistoryView.js',
'front_end/ScopeChainSidebarPane.js',
+ 'front_end/SimpleHistoryManager.js',
'front_end/SourcesNavigator.js',
'front_end/SourcesPanel.js',
'front_end/SourcesSearchScope.js',

Powered by Google App Engine
This is Rietveld 408576698