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

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

Issue 33143002: DevTools: Unify filtering UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 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 | Annotate | Revision Log
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'front_end/ExtensionAuditCategory.js', 82 'front_end/ExtensionAuditCategory.js',
83 'front_end/ExtensionPanel.js', 83 'front_end/ExtensionPanel.js',
84 'front_end/ExtensionRegistryStub.js', 84 'front_end/ExtensionRegistryStub.js',
85 'front_end/ExtensionServer.js', 85 'front_end/ExtensionServer.js',
86 'front_end/ExtensionView.js', 86 'front_end/ExtensionView.js',
87 'front_end/FileManager.js', 87 'front_end/FileManager.js',
88 'front_end/FileSystemMapping.js', 88 'front_end/FileSystemMapping.js',
89 'front_end/FileSystemModel.js', 89 'front_end/FileSystemModel.js',
90 'front_end/FileSystemProjectDelegate.js', 90 'front_end/FileSystemProjectDelegate.js',
91 'front_end/FileUtils.js', 91 'front_end/FileUtils.js',
92 'front_end/FilterBar.js',
92 'front_end/FontView.js', 93 'front_end/FontView.js',
93 'front_end/GoToLineDialog.js', 94 'front_end/GoToLineDialog.js',
94 'front_end/HAREntry.js', 95 'front_end/HAREntry.js',
95 'front_end/HandlerRegistry.js', 96 'front_end/HandlerRegistry.js',
96 'front_end/HeapSnapshotWorker.js', 97 'front_end/HeapSnapshotWorker.js',
97 'front_end/HelpScreen.js', 98 'front_end/HelpScreen.js',
98 'front_end/ImageView.js', 99 'front_end/ImageView.js',
99 'front_end/IndexedDBModel.js', 100 'front_end/IndexedDBModel.js',
100 'front_end/InspectorBackend.js', 101 'front_end/InspectorBackend.js',
101 'front_end/InspectorFrontendAPI.js', 102 'front_end/InspectorFrontendAPI.js',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'devtools_standalone_files': [ 201 'devtools_standalone_files': [
201 'front_end/auditsPanel.css', 202 'front_end/auditsPanel.css',
202 'front_end/breadcrumbList.css', 203 'front_end/breadcrumbList.css',
203 'front_end/breakpointsList.css', 204 'front_end/breakpointsList.css',
204 'front_end/buildSystemOnly.js', 205 'front_end/buildSystemOnly.js',
205 'front_end/cm/cmdevtools.css', 206 'front_end/cm/cmdevtools.css',
206 'front_end/cm/codemirror.css', 207 'front_end/cm/codemirror.css',
207 'front_end/cssNamedFlows.css', 208 'front_end/cssNamedFlows.css',
208 'front_end/dataGrid.css', 209 'front_end/dataGrid.css',
209 'front_end/elementsPanel.css', 210 'front_end/elementsPanel.css',
211 'front_end/filter.css',
210 'front_end/filteredItemSelectionDialog.css', 212 'front_end/filteredItemSelectionDialog.css',
211 'front_end/flameChart.css', 213 'front_end/flameChart.css',
212 'front_end/heapProfiler.css', 214 'front_end/heapProfiler.css',
213 'front_end/helpScreen.css', 215 'front_end/helpScreen.css',
214 'front_end/indexedDBViews.css', 216 'front_end/indexedDBViews.css',
215 'front_end/inspectorCommon.css', 217 'front_end/inspectorCommon.css',
216 'front_end/navigatorView.css', 218 'front_end/navigatorView.css',
217 'front_end/networkLogView.css', 219 'front_end/networkLogView.css',
218 'front_end/networkPanel.css', 220 'front_end/networkPanel.css',
219 'front_end/panelEnablerView.css', 221 'front_end/panelEnablerView.css',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'destination': '<(PRODUCT_DIR)/resources/inspector', 926 'destination': '<(PRODUCT_DIR)/resources/inspector',
925 'files': [ 927 'files': [
926 '<@(devtools_standalone_files)', 928 '<@(devtools_standalone_files)',
927 ], 929 ],
928 }], 930 }],
929 }, 931 },
930 ], 932 ],
931 }], 933 }],
932 ], # conditions 934 ], # conditions
933 } 935 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-filtering.html ('k') | Source/devtools/front_end/ConsolePanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698