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

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

Issue 2118663002: [Devtools] Seperate columns out of NetworkLogView into own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup NetworkLogView Created 4 years, 5 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/network/NetworkLogView.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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'front_end/network/xmlView.css', 554 'front_end/network/xmlView.css',
555 'front_end/network/BlockedURLsPane.js', 555 'front_end/network/BlockedURLsPane.js',
556 'front_end/network/EventSourceMessagesView.js', 556 'front_end/network/EventSourceMessagesView.js',
557 'front_end/network/FilterSuggestionBuilder.js', 557 'front_end/network/FilterSuggestionBuilder.js',
558 'front_end/network/HARWriter.js', 558 'front_end/network/HARWriter.js',
559 'front_end/network/JSONView.js', 559 'front_end/network/JSONView.js',
560 'front_end/network/NetworkConfigView.js', 560 'front_end/network/NetworkConfigView.js',
561 'front_end/network/NetworkDataGridNode.js', 561 'front_end/network/NetworkDataGridNode.js',
562 'front_end/network/NetworkItemView.js', 562 'front_end/network/NetworkItemView.js',
563 'front_end/network/NetworkLogView.js', 563 'front_end/network/NetworkLogView.js',
564 'front_end/network/NetworkLogViewColumns.js',
564 'front_end/network/NetworkOverview.js', 565 'front_end/network/NetworkOverview.js',
565 'front_end/network/NetworkPanel.js', 566 'front_end/network/NetworkPanel.js',
566 'front_end/network/NetworkTimeCalculator.js', 567 'front_end/network/NetworkTimeCalculator.js',
567 'front_end/network/RequestCookiesView.js', 568 'front_end/network/RequestCookiesView.js',
568 'front_end/network/RequestHeadersView.js', 569 'front_end/network/RequestHeadersView.js',
569 'front_end/network/RequestHTMLView.js', 570 'front_end/network/RequestHTMLView.js',
570 'front_end/network/RequestPreviewView.js', 571 'front_end/network/RequestPreviewView.js',
571 'front_end/network/RequestResponseView.js', 572 'front_end/network/RequestResponseView.js',
572 'front_end/network/RequestTimingView.js', 573 'front_end/network/RequestTimingView.js',
573 'front_end/network/RequestView.js', 574 'front_end/network/RequestView.js',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'front_end/Images/toolbarResizerVertical.png', 900 'front_end/Images/toolbarResizerVertical.png',
900 'front_end/Images/toolbarItemSelected.png', 901 'front_end/Images/toolbarItemSelected.png',
901 'front_end/Images/touchCursor.png', 902 'front_end/Images/touchCursor.png',
902 'front_end/Images/touchCursor_2x.png', 903 'front_end/Images/touchCursor_2x.png',
903 ], 904 ],
904 'devtools_extension_api_files': [ 905 'devtools_extension_api_files': [
905 'front_end/extensions/ExtensionAPI.js', 906 'front_end/extensions/ExtensionAPI.js',
906 ], 907 ],
907 }, 908 },
908 } 909 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698