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

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: Declare SdchProblemCode 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 # 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'base/prioritized_dispatcher.cc', 265 'base/prioritized_dispatcher.cc',
266 'base/prioritized_dispatcher.h', 266 'base/prioritized_dispatcher.h',
267 'base/priority_queue.h', 267 'base/priority_queue.h',
268 'base/proxy_delegate.h', 268 'base/proxy_delegate.h',
269 'base/request_priority.cc', 269 'base/request_priority.cc',
270 'base/request_priority.h', 270 'base/request_priority.h',
271 'base/sdch_dictionary_fetcher.cc', 271 'base/sdch_dictionary_fetcher.cc',
272 'base/sdch_dictionary_fetcher.h', 272 'base/sdch_dictionary_fetcher.h',
273 'base/sdch_manager.cc', 273 'base/sdch_manager.cc',
274 'base/sdch_manager.h', 274 'base/sdch_manager.h',
275 'base/sdch_net_log_params.cc',
276 'base/sdch_net_log_params.h',
277 'base/sdch_problem_code_list.h',
278 'base/sdch_problem_codes.h',
275 'base/static_cookie_policy.cc', 279 'base/static_cookie_policy.cc',
276 'base/static_cookie_policy.h', 280 'base/static_cookie_policy.h',
277 'base/test_data_stream.cc', 281 'base/test_data_stream.cc',
278 'base/test_data_stream.h', 282 'base/test_data_stream.h',
279 'base/trace_net_log_observer.cc', 283 'base/trace_net_log_observer.cc',
280 'base/trace_net_log_observer.h', 284 'base/trace_net_log_observer.h',
281 'base/upload_bytes_element_reader.cc', 285 'base/upload_bytes_element_reader.cc',
282 'base/upload_bytes_element_reader.h', 286 'base/upload_bytes_element_reader.h',
283 'base/upload_data_stream.cc', 287 'base/upload_data_stream.cc',
284 'base/upload_data_stream.h', 288 'base/upload_data_stream.h',
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 'tools/quic/test_tools/quic_test_client.h', 1757 'tools/quic/test_tools/quic_test_client.h',
1754 'tools/quic/test_tools/quic_test_utils.cc', 1758 'tools/quic/test_tools/quic_test_utils.cc',
1755 'tools/quic/test_tools/quic_test_utils.h', 1759 'tools/quic/test_tools/quic_test_utils.h',
1756 'tools/quic/test_tools/server_thread.h', 1760 'tools/quic/test_tools/server_thread.h',
1757 'tools/quic/test_tools/server_thread.cc', 1761 'tools/quic/test_tools/server_thread.cc',
1758 'tools/quic/test_tools/simple_client.h', 1762 'tools/quic/test_tools/simple_client.h',
1759 'tools/quic/test_tools/simple_client.cc', 1763 'tools/quic/test_tools/simple_client.cc',
1760 ], 1764 ],
1761 } 1765 }
1762 } 1766 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698