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

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

Issue 422293002: DevTools: NetworkPanel: split networkPanel.css (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/network/RequestCookiesView.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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 'front_end/heapProfiler.css', 268 'front_end/heapProfiler.css',
269 'front_end/helpScreen.css', 269 'front_end/helpScreen.css',
270 'front_end/indexedDBViews.css', 270 'front_end/indexedDBViews.css',
271 'front_end/inspectorCommon.css', 271 'front_end/inspectorCommon.css',
272 'front_end/navigatorView.css', 272 'front_end/navigatorView.css',
273 'front_end/networkLogView.css', 273 'front_end/networkLogView.css',
274 'front_end/networkPanel.css', 274 'front_end/networkPanel.css',
275 'front_end/overrides.css', 275 'front_end/overrides.css',
276 'front_end/panelEnablerView.css', 276 'front_end/panelEnablerView.css',
277 'front_end/profilesPanel.css', 277 'front_end/profilesPanel.css',
278 'front_end/requestCookiesView.css',
279 'front_end/requestHeadersView.css',
278 'front_end/resourceView.css', 280 'front_end/resourceView.css',
279 'front_end/resourcesPanel.css', 281 'front_end/resourcesPanel.css',
280 'front_end/responsiveDesignView.css', 282 'front_end/responsiveDesignView.css',
281 'front_end/revisionHistory.css', 283 'front_end/revisionHistory.css',
282 'front_end/screencastView.css', 284 'front_end/screencastView.css',
283 'front_end/sourcesPanel.css', 285 'front_end/sourcesPanel.css',
284 'front_end/sourcesView.css', 286 'front_end/sourcesView.css',
285 'front_end/spectrum.css', 287 'front_end/spectrum.css',
286 'front_end/timelinePanel.css', 288 'front_end/timelinePanel.css',
289 'front_end/webSocketFrameView.css',
287 'front_end/canvasProfiler.css', 290 'front_end/canvasProfiler.css',
288 'front_end/layersPanel.css', 291 'front_end/layersPanel.css',
289 ], 292 ],
290 'devtools_console_js_files': [ 293 'devtools_console_js_files': [
291 'front_end/console/ConsolePanel.js', 294 'front_end/console/ConsolePanel.js',
292 'front_end/console/ConsoleView.js', 295 'front_end/console/ConsoleView.js',
293 'front_end/console/ConsoleViewMessage.js', 296 'front_end/console/ConsoleViewMessage.js',
294 ], 297 ],
295 'devtools_devices_js_files': [ 298 'devtools_devices_js_files': [
296 'front_end/devices/DevicesView.js', 299 'front_end/devices/DevicesView.js',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 572 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
570 ], 573 ],
571 'devtools_script_formatter_worker_js_files': [ 574 'devtools_script_formatter_worker_js_files': [
572 'front_end/script_formatter_worker/CSSFormatter.js', 575 'front_end/script_formatter_worker/CSSFormatter.js',
573 'front_end/script_formatter_worker/JavaScriptFormatter.js', 576 'front_end/script_formatter_worker/JavaScriptFormatter.js',
574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 577 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
575 'front_end/common/utilities.js', 578 'front_end/common/utilities.js',
576 ], 579 ],
577 }, 580 },
578 } 581 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/network/RequestCookiesView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698