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

Side by Side Diff: net/net.gypi

Issue 734263003: Move data reduction proxy logic out of chrome and android webview network delegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use SingleThreadTaskRunner instead of MessageLoopProxy Created 6 years 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'base/network_change_notifier_linux.cc', 257 'base/network_change_notifier_linux.cc',
258 'base/network_change_notifier_linux.h', 258 'base/network_change_notifier_linux.h',
259 'base/network_change_notifier_mac.cc', 259 'base/network_change_notifier_mac.cc',
260 'base/network_change_notifier_mac.h', 260 'base/network_change_notifier_mac.h',
261 'base/network_change_notifier_win.cc', 261 'base/network_change_notifier_win.cc',
262 'base/network_change_notifier_win.h', 262 'base/network_change_notifier_win.h',
263 'base/network_config_watcher_mac.cc', 263 'base/network_config_watcher_mac.cc',
264 'base/network_config_watcher_mac.h', 264 'base/network_config_watcher_mac.h',
265 'base/network_delegate.cc', 265 'base/network_delegate.cc',
266 'base/network_delegate.h', 266 'base/network_delegate.h',
267 'base/network_delegate_impl.cc',
268 'base/network_delegate_impl.h',
267 'base/nss_memio.c', 269 'base/nss_memio.c',
268 'base/nss_memio.h', 270 'base/nss_memio.h',
269 'base/platform_mime_util.h', 271 'base/platform_mime_util.h',
270 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 272 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
271 'base/platform_mime_util_linux.cc', 273 'base/platform_mime_util_linux.cc',
272 'base/platform_mime_util_mac.mm', 274 'base/platform_mime_util_mac.mm',
273 'base/platform_mime_util_win.cc', 275 'base/platform_mime_util_win.cc',
274 'base/prioritized_dispatcher.cc', 276 'base/prioritized_dispatcher.cc',
275 'base/prioritized_dispatcher.h', 277 'base/prioritized_dispatcher.h',
276 'base/priority_queue.h', 278 'base/priority_queue.h',
(...skipping 22 matching lines...) Expand all
299 'base/upload_element_reader.h', 301 'base/upload_element_reader.h',
300 'base/upload_file_element_reader.cc', 302 'base/upload_file_element_reader.cc',
301 'base/upload_file_element_reader.h', 303 'base/upload_file_element_reader.h',
302 'base/upload_progress.h', 304 'base/upload_progress.h',
303 'base/url_util.cc', 305 'base/url_util.cc',
304 'base/url_util.h', 306 'base/url_util.h',
305 'base/winsock_init.cc', 307 'base/winsock_init.cc',
306 'base/winsock_init.h', 308 'base/winsock_init.h',
307 'base/winsock_util.cc', 309 'base/winsock_util.cc',
308 'base/winsock_util.h', 310 'base/winsock_util.h',
311 'base/wrapping_network_delegate.cc',
312 'base/wrapping_network_delegate.h',
309 'cert/cert_database_android.cc', 313 'cert/cert_database_android.cc',
310 'cert/cert_database_ios.cc', 314 'cert/cert_database_ios.cc',
311 'cert/cert_database_mac.cc', 315 'cert/cert_database_mac.cc',
312 'cert/cert_database_nss.cc', 316 'cert/cert_database_nss.cc',
313 'cert/cert_database_win.cc', 317 'cert/cert_database_win.cc',
314 'cert/cert_trust_anchor_provider.h', 318 'cert/cert_trust_anchor_provider.h',
315 'cert/cert_verify_proc.cc', 319 'cert/cert_verify_proc.cc',
316 'cert/cert_verify_proc.h', 320 'cert/cert_verify_proc.h',
317 'cert/cert_verify_proc_android.cc', 321 'cert/cert_verify_proc_android.cc',
318 'cert/cert_verify_proc_android.h', 322 'cert/cert_verify_proc_android.h',
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 'base/prioritized_dispatcher_unittest.cc', 1294 'base/prioritized_dispatcher_unittest.cc',
1291 'base/priority_queue_unittest.cc', 1295 'base/priority_queue_unittest.cc',
1292 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1296 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1293 'base/sdch_manager_unittest.cc', 1297 'base/sdch_manager_unittest.cc',
1294 'base/static_cookie_policy_unittest.cc', 1298 'base/static_cookie_policy_unittest.cc',
1295 'base/test_completion_callback_unittest.cc', 1299 'base/test_completion_callback_unittest.cc',
1296 'base/trace_net_log_observer_unittest.cc', 1300 'base/trace_net_log_observer_unittest.cc',
1297 'base/upload_bytes_element_reader_unittest.cc', 1301 'base/upload_bytes_element_reader_unittest.cc',
1298 'base/upload_file_element_reader_unittest.cc', 1302 'base/upload_file_element_reader_unittest.cc',
1299 'base/url_util_unittest.cc', 1303 'base/url_util_unittest.cc',
1304 'base/wrapping_network_delegate_unittest.cc',
1300 'cert/cert_verify_proc_unittest.cc', 1305 'cert/cert_verify_proc_unittest.cc',
1301 'cert/crl_set_unittest.cc', 1306 'cert/crl_set_unittest.cc',
1302 'cert/ct_log_response_parser_unittest.cc', 1307 'cert/ct_log_response_parser_unittest.cc',
1303 'cert/ct_log_verifier_unittest.cc', 1308 'cert/ct_log_verifier_unittest.cc',
1304 'cert/ct_objects_extractor_unittest.cc', 1309 'cert/ct_objects_extractor_unittest.cc',
1305 'cert/ct_serialization_unittest.cc', 1310 'cert/ct_serialization_unittest.cc',
1306 'cert/ev_root_ca_metadata_unittest.cc', 1311 'cert/ev_root_ca_metadata_unittest.cc',
1307 'cert/jwk_serializer_unittest.cc', 1312 'cert/jwk_serializer_unittest.cc',
1308 'cert/multi_log_ct_verifier_unittest.cc', 1313 'cert/multi_log_ct_verifier_unittest.cc',
1309 'cert/multi_threaded_cert_verifier_unittest.cc', 1314 'cert/multi_threaded_cert_verifier_unittest.cc',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 'tools/quic/test_tools/quic_test_client.h', 1754 'tools/quic/test_tools/quic_test_client.h',
1750 'tools/quic/test_tools/quic_test_utils.cc', 1755 'tools/quic/test_tools/quic_test_utils.cc',
1751 'tools/quic/test_tools/quic_test_utils.h', 1756 'tools/quic/test_tools/quic_test_utils.h',
1752 'tools/quic/test_tools/server_thread.h', 1757 'tools/quic/test_tools/server_thread.h',
1753 'tools/quic/test_tools/server_thread.cc', 1758 'tools/quic/test_tools/server_thread.cc',
1754 'tools/quic/test_tools/simple_client.h', 1759 'tools/quic/test_tools/simple_client.h',
1755 'tools/quic/test_tools/simple_client.cc', 1760 'tools/quic/test_tools/simple_client.cc',
1756 ], 1761 ],
1757 } 1762 }
1758 } 1763 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698