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

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

Issue 1952933002: DevTools: extract the report view to reuse in app manifest and service worker pane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests fixed Created 4 years, 7 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 | third_party/WebKit/Source/devtools/front_end/components/Linkifier.js » ('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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'front_end/ui/inspectorStyle.css', 246 'front_end/ui/inspectorStyle.css',
247 'front_end/ui/inspectorSyntaxHighlight.css', 247 'front_end/ui/inspectorSyntaxHighlight.css',
248 'front_end/ui/inspectorSyntaxHighlightDark.css', 248 'front_end/ui/inspectorSyntaxHighlightDark.css',
249 'front_end/ui/inspectorViewTabbedPane.css', 249 'front_end/ui/inspectorViewTabbedPane.css',
250 'front_end/ui/listWidget.css', 250 'front_end/ui/listWidget.css',
251 'front_end/ui/panelEnablerView.css', 251 'front_end/ui/panelEnablerView.css',
252 'front_end/ui/popover.css', 252 'front_end/ui/popover.css',
253 'front_end/ui/progressIndicator.css', 253 'front_end/ui/progressIndicator.css',
254 'front_end/ui/propertiesSection.css', 254 'front_end/ui/propertiesSection.css',
255 'front_end/ui/radioButton.css', 255 'front_end/ui/radioButton.css',
256 'front_end/ui/reportView.css',
256 'front_end/ui/searchableView.css', 257 'front_end/ui/searchableView.css',
257 'front_end/ui/section.css', 258 'front_end/ui/section.css',
258 'front_end/ui/sidebarPane.css', 259 'front_end/ui/sidebarPane.css',
259 'front_end/ui/softContextMenu.css', 260 'front_end/ui/softContextMenu.css',
260 'front_end/ui/smallIcon.css', 261 'front_end/ui/smallIcon.css',
261 'front_end/ui/splitWidget.css', 262 'front_end/ui/splitWidget.css',
262 'front_end/ui/toolbar.css', 263 'front_end/ui/toolbar.css',
263 'front_end/ui/tooltip.css', 264 'front_end/ui/tooltip.css',
264 'front_end/ui/suggestBox.css', 265 'front_end/ui/suggestBox.css',
265 'front_end/ui/tabbedPane.css', 266 'front_end/ui/tabbedPane.css',
(...skipping 14 matching lines...) Expand all
280 'front_end/ui/ForwardedInputEventHandler.js', 281 'front_end/ui/ForwardedInputEventHandler.js',
281 'front_end/ui/HistoryInput.js', 282 'front_end/ui/HistoryInput.js',
282 'front_end/ui/Infobar.js', 283 'front_end/ui/Infobar.js',
283 'front_end/ui/InplaceEditor.js', 284 'front_end/ui/InplaceEditor.js',
284 'front_end/ui/InspectorView.js', 285 'front_end/ui/InspectorView.js',
285 'front_end/ui/KeyboardShortcut.js', 286 'front_end/ui/KeyboardShortcut.js',
286 'front_end/ui/ListWidget.js', 287 'front_end/ui/ListWidget.js',
287 'front_end/ui/Panel.js', 288 'front_end/ui/Panel.js',
288 'front_end/ui/Popover.js', 289 'front_end/ui/Popover.js',
289 'front_end/ui/ProgressIndicator.js', 290 'front_end/ui/ProgressIndicator.js',
291 'front_end/ui/ReportView.js',
290 'front_end/ui/ResizerWidget.js', 292 'front_end/ui/ResizerWidget.js',
291 'front_end/ui/RootView.js', 293 'front_end/ui/RootView.js',
292 'front_end/ui/SearchableView.js', 294 'front_end/ui/SearchableView.js',
293 'front_end/ui/Section.js', 295 'front_end/ui/Section.js',
294 'front_end/ui/SettingsUI.js', 296 'front_end/ui/SettingsUI.js',
295 'front_end/ui/ShortcutRegistry.js', 297 'front_end/ui/ShortcutRegistry.js',
296 'front_end/ui/SidebarPane.js', 298 'front_end/ui/SidebarPane.js',
297 'front_end/ui/SidebarTreeElement.js', 299 'front_end/ui/SidebarTreeElement.js',
298 'front_end/ui/SoftContextMenu.js', 300 'front_end/ui/SoftContextMenu.js',
299 'front_end/ui/SplitWidget.js', 301 'front_end/ui/SplitWidget.js',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'front_end/Images/toolbarResizerVertical.png', 892 'front_end/Images/toolbarResizerVertical.png',
891 'front_end/Images/toolbarItemSelected.png', 893 'front_end/Images/toolbarItemSelected.png',
892 'front_end/Images/touchCursor.png', 894 'front_end/Images/touchCursor.png',
893 'front_end/Images/touchCursor_2x.png', 895 'front_end/Images/touchCursor_2x.png',
894 ], 896 ],
895 'devtools_extension_api_files': [ 897 'devtools_extension_api_files': [
896 'front_end/extensions/ExtensionAPI.js', 898 'front_end/extensions/ExtensionAPI.js',
897 ], 899 ],
898 }, 900 },
899 } 901 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/Linkifier.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698