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

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

Issue 99923009: DevTools: network log bars use CSS instead of pre-rendered images. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make WebSockets rules consistent with the other rules. 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/timelineHollowPillBlue.png » ('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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'front_end/timelinePanel.css', 238 'front_end/timelinePanel.css',
239 'front_end/canvasProfiler.css', 239 'front_end/canvasProfiler.css',
240 'front_end/layersPanel.css', 240 'front_end/layersPanel.css',
241 ], 241 ],
242 'devtools_elements_js_files': [ 242 'devtools_elements_js_files': [
243 'front_end/CSSNamedFlowCollectionsView.js', 243 'front_end/CSSNamedFlowCollectionsView.js',
244 'front_end/CSSNamedFlowView.js', 244 'front_end/CSSNamedFlowView.js',
245 'front_end/ElementsPanel.js', 245 'front_end/ElementsPanel.js',
246 'front_end/EventListenersSidebarPane.js', 246 'front_end/EventListenersSidebarPane.js',
247 'front_end/MetricsSidebarPane.js', 247 'front_end/MetricsSidebarPane.js',
248 'front_end/OverridesView.js', 248 'front_end/OverridesView.js',
249 'front_end/PlatformFontsSidebarPane.js', 249 'front_end/PlatformFontsSidebarPane.js',
250 'front_end/PropertiesSidebarPane.js', 250 'front_end/PropertiesSidebarPane.js',
251 'front_end/RenderingOptionsView.js', 251 'front_end/RenderingOptionsView.js',
252 'front_end/StylesSidebarPane.js', 252 'front_end/StylesSidebarPane.js',
253 ], 253 ],
254 'devtools_resources_js_files': [ 254 'devtools_resources_js_files': [
255 'front_end/ApplicationCacheItemsView.js', 255 'front_end/ApplicationCacheItemsView.js',
256 'front_end/DOMStorageItemsView.js', 256 'front_end/DOMStorageItemsView.js',
257 'front_end/DatabaseQueryView.js', 257 'front_end/DatabaseQueryView.js',
258 'front_end/DatabaseTableView.js', 258 'front_end/DatabaseTableView.js',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'front_end/Images/statusbarButtonGlyphs.png', 443 'front_end/Images/statusbarButtonGlyphs.png',
444 'front_end/Images/statusbarButtonGlyphs2x.png', 444 'front_end/Images/statusbarButtonGlyphs2x.png',
445 'front_end/Images/statusbarResizerHorizontal.png', 445 'front_end/Images/statusbarResizerHorizontal.png',
446 'front_end/Images/statusbarResizerVertical.png', 446 'front_end/Images/statusbarResizerVertical.png',
447 'front_end/Images/thumbActiveHoriz.png', 447 'front_end/Images/thumbActiveHoriz.png',
448 'front_end/Images/thumbActiveVert.png', 448 'front_end/Images/thumbActiveVert.png',
449 'front_end/Images/thumbHoriz.png', 449 'front_end/Images/thumbHoriz.png',
450 'front_end/Images/thumbVert.png', 450 'front_end/Images/thumbVert.png',
451 'front_end/Images/thumbHoverHoriz.png', 451 'front_end/Images/thumbHoverHoriz.png',
452 'front_end/Images/thumbHoverVert.png', 452 'front_end/Images/thumbHoverVert.png',
453 'front_end/Images/timelineHollowPillBlue.png',
454 'front_end/Images/timelineHollowPillGray.png',
455 'front_end/Images/timelineHollowPillGreen.png',
456 'front_end/Images/timelineHollowPillOrange.png',
457 'front_end/Images/timelineHollowPillPurple.png',
458 'front_end/Images/timelineHollowPillRed.png',
459 'front_end/Images/timelineHollowPillYellow.png',
460 'front_end/Images/timelinePillBlue.png',
461 'front_end/Images/timelinePillGray.png',
462 'front_end/Images/timelinePillGreen.png',
463 'front_end/Images/timelinePillOrange.png',
464 'front_end/Images/timelinePillPurple.png',
465 'front_end/Images/timelinePillRed.png',
466 'front_end/Images/timelinePillYellow.png',
467 'front_end/Images/toolbarItemSelected.png', 453 'front_end/Images/toolbarItemSelected.png',
468 'front_end/Images/trackHoriz.png', 454 'front_end/Images/trackHoriz.png',
469 'front_end/Images/trackVert.png', 455 'front_end/Images/trackVert.png',
470 ], 456 ],
471 'devtools_layers_js_files': [ 457 'devtools_layers_js_files': [
472 'front_end/LayersPanel.js', 458 'front_end/LayersPanel.js',
473 'front_end/LayerTreeModel.js', 459 'front_end/LayerTreeModel.js',
474 'front_end/LayerTree.js', 460 'front_end/LayerTree.js',
475 'front_end/Layers3DView.js', 461 'front_end/Layers3DView.js',
476 'front_end/LayerDetailsView.js', 462 'front_end/LayerDetailsView.js',
477 'front_end/PaintProfilerView.js', 463 'front_end/PaintProfilerView.js',
478 ], 464 ],
479 'devtools_extension_api_files': [ 465 'devtools_extension_api_files': [
480 'front_end/ExtensionAPI.js', 466 'front_end/ExtensionAPI.js',
481 'front_end/DevToolsExtensionAPI.js' 467 'front_end/DevToolsExtensionAPI.js'
482 ], 468 ],
483 }, 469 },
484 } 470 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/timelineHollowPillBlue.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698