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

Side by Side Diff: net/net.gypi

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change comments and netlog field name 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'base/platform_mime_util_win.cc', 253 'base/platform_mime_util_win.cc',
254 'base/prioritized_dispatcher.cc', 254 'base/prioritized_dispatcher.cc',
255 'base/prioritized_dispatcher.h', 255 'base/prioritized_dispatcher.h',
256 'base/priority_queue.h', 256 'base/priority_queue.h',
257 'base/request_priority.cc', 257 'base/request_priority.cc',
258 'base/request_priority.h', 258 'base/request_priority.h',
259 'base/sdch_dictionary_fetcher.cc', 259 'base/sdch_dictionary_fetcher.cc',
260 'base/sdch_dictionary_fetcher.h', 260 'base/sdch_dictionary_fetcher.h',
261 'base/sdch_manager.cc', 261 'base/sdch_manager.cc',
262 'base/sdch_manager.h', 262 'base/sdch_manager.h',
263 'base/sdch_net_log_params.cc',
264 'base/sdch_net_log_params.h',
265 'base/sdch_problem_code_list.h',
263 'base/static_cookie_policy.cc', 266 'base/static_cookie_policy.cc',
264 'base/static_cookie_policy.h', 267 'base/static_cookie_policy.h',
265 'base/test_data_stream.cc', 268 'base/test_data_stream.cc',
266 'base/test_data_stream.h', 269 'base/test_data_stream.h',
267 'base/upload_bytes_element_reader.cc', 270 'base/upload_bytes_element_reader.cc',
268 'base/upload_bytes_element_reader.h', 271 'base/upload_bytes_element_reader.h',
269 'base/upload_data_stream.cc', 272 'base/upload_data_stream.cc',
270 'base/upload_data_stream.h', 273 'base/upload_data_stream.h',
271 'base/upload_element.cc', 274 'base/upload_element.cc',
272 'base/upload_element.h', 275 'base/upload_element.h',
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 'tools/quic/test_tools/quic_test_client.h', 1736 'tools/quic/test_tools/quic_test_client.h',
1734 'tools/quic/test_tools/quic_test_utils.cc', 1737 'tools/quic/test_tools/quic_test_utils.cc',
1735 'tools/quic/test_tools/quic_test_utils.h', 1738 'tools/quic/test_tools/quic_test_utils.h',
1736 'tools/quic/test_tools/server_thread.h', 1739 'tools/quic/test_tools/server_thread.h',
1737 'tools/quic/test_tools/server_thread.cc', 1740 'tools/quic/test_tools/server_thread.cc',
1738 'tools/quic/test_tools/simple_client.h', 1741 'tools/quic/test_tools/simple_client.h',
1739 'tools/quic/test_tools/simple_client.cc', 1742 'tools/quic/test_tools/simple_client.cc',
1740 ], 1743 ],
1741 } 1744 }
1742 } 1745 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698