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

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

Issue 438273002: DevTools: introduce ViewportDataGrid (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: inline mode Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'front_end/ui/SplitView.js', 217 'front_end/ui/SplitView.js',
218 'front_end/ui/StackView.js', 218 'front_end/ui/StackView.js',
219 'front_end/ui/StatusBarButton.js', 219 'front_end/ui/StatusBarButton.js',
220 'front_end/ui/SuggestBox.js', 220 'front_end/ui/SuggestBox.js',
221 'front_end/ui/TabbedPane.js', 221 'front_end/ui/TabbedPane.js',
222 'front_end/ui/TextEditor.js', 222 'front_end/ui/TextEditor.js',
223 'front_end/ui/TextPrompt.js', 223 'front_end/ui/TextPrompt.js',
224 'front_end/ui/UIUtils.js', 224 'front_end/ui/UIUtils.js',
225 'front_end/ui/View.js', 225 'front_end/ui/View.js',
226 'front_end/ui/ViewportControl.js', 226 'front_end/ui/ViewportControl.js',
227 'front_end/ui/ViewportDataGrid.js',
227 'front_end/ui/ZoomManager.js', 228 'front_end/ui/ZoomManager.js',
228 'front_end/ui/treeoutline.js', 229 'front_end/ui/treeoutline.js',
229 ], 230 ],
230 'devtools_main_js_files': [ 231 'devtools_main_js_files': [
231 'front_end/main/AdvancedApp.js', 232 'front_end/main/AdvancedApp.js',
232 'front_end/main/App.js', 233 'front_end/main/App.js',
233 'front_end/main/HelpScreenUntilReload.js', 234 'front_end/main/HelpScreenUntilReload.js',
234 'front_end/main/Main.js', 235 'front_end/main/Main.js',
235 'front_end/main/OverridesView.js', 236 'front_end/main/OverridesView.js',
236 'front_end/main/RenderingOptions.js', 237 'front_end/main/RenderingOptions.js',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'front_end/Images/thumbHoverHoriz.png', 599 'front_end/Images/thumbHoverHoriz.png',
599 'front_end/Images/thumbHoverVert.png', 600 'front_end/Images/thumbHoverVert.png',
600 'front_end/Images/thumbVert.png', 601 'front_end/Images/thumbVert.png',
601 'front_end/Images/toolbarItemSelected.png', 602 'front_end/Images/toolbarItemSelected.png',
602 ], 603 ],
603 'devtools_extension_api_files': [ 604 'devtools_extension_api_files': [
604 'front_end/extensions/ExtensionAPI.js', 605 'front_end/extensions/ExtensionAPI.js',
605 ], 606 ],
606 }, 607 },
607 } 608 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698