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

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

Issue 730463002: Revert of DevTools: Split NetworkPanel.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'front_end/layers/LayersPanel.js', 400 'front_end/layers/LayersPanel.js',
401 ], 401 ],
402 'devtools_network_js_files': [ 402 'devtools_network_js_files': [
403 'front_end/network/networkLogView.css', 403 'front_end/network/networkLogView.css',
404 'front_end/network/networkPanel.css', 404 'front_end/network/networkPanel.css',
405 'front_end/network/requestCookiesView.css', 405 'front_end/network/requestCookiesView.css',
406 'front_end/network/requestHeadersView.css', 406 'front_end/network/requestHeadersView.css',
407 'front_end/network/webSocketFrameView.css', 407 'front_end/network/webSocketFrameView.css',
408 'front_end/network/FilterSuggestionBuilder.js', 408 'front_end/network/FilterSuggestionBuilder.js',
409 'front_end/network/NetworkItemView.js', 409 'front_end/network/NetworkItemView.js',
410 'front_end/network/NetworkDataGridNode.js',
411 'front_end/network/NetworkLogView.js',
412 'front_end/network/NetworkPanel.js', 410 'front_end/network/NetworkPanel.js',
413 'front_end/network/RequestCookiesView.js', 411 'front_end/network/RequestCookiesView.js',
414 'front_end/network/RequestHeadersView.js', 412 'front_end/network/RequestHeadersView.js',
415 'front_end/network/RequestHTMLView.js', 413 'front_end/network/RequestHTMLView.js',
416 'front_end/network/RequestJSONView.js', 414 'front_end/network/RequestJSONView.js',
417 'front_end/network/RequestPreviewView.js', 415 'front_end/network/RequestPreviewView.js',
418 'front_end/network/RequestResponseView.js', 416 'front_end/network/RequestResponseView.js',
419 'front_end/network/RequestTimingView.js', 417 'front_end/network/RequestTimingView.js',
420 'front_end/network/RequestView.js', 418 'front_end/network/RequestView.js',
421 'front_end/network/ResourceWebSocketFrameView.js', 419 'front_end/network/ResourceWebSocketFrameView.js',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'front_end/Images/touchCursor.png', 668 'front_end/Images/touchCursor.png',
671 'front_end/Images/touchCursor_2x.png', 669 'front_end/Images/touchCursor_2x.png',
672 'front_end/Images/transformControls.png', 670 'front_end/Images/transformControls.png',
673 'front_end/Images/transformControls_2x.png', 671 'front_end/Images/transformControls_2x.png',
674 ], 672 ],
675 'devtools_extension_api_files': [ 673 'devtools_extension_api_files': [
676 'front_end/extensions/ExtensionAPI.js', 674 'front_end/extensions/ExtensionAPI.js',
677 ], 675 ],
678 }, 676 },
679 } 677 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698