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

Side by Side Diff: net/net.gypi

Issue 495523003: Change SDCHDictionaryFetcher to use URLRequest instead of URLFetcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed try job failures. Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | net/url_request/url_fetcher_core.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1267 'base/mime_util_unittest.cc', 1267 'base/mime_util_unittest.cc',
1268 'base/net_log_logger_unittest.cc', 1268 'base/net_log_logger_unittest.cc',
1269 'base/net_log_unittest.cc', 1269 'base/net_log_unittest.cc',
1270 'base/net_log_unittest.h', 1270 'base/net_log_unittest.h',
1271 'base/net_util_unittest.cc', 1271 'base/net_util_unittest.cc',
1272 'base/net_util_icu_unittest.cc', 1272 'base/net_util_icu_unittest.cc',
1273 'base/network_change_notifier_win_unittest.cc', 1273 'base/network_change_notifier_win_unittest.cc',
1274 'base/prioritized_dispatcher_unittest.cc', 1274 'base/prioritized_dispatcher_unittest.cc',
1275 'base/priority_queue_unittest.cc', 1275 'base/priority_queue_unittest.cc',
1276 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1276 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1277 'base/sdch_dictionary_fetcher_unittest.cc',
1277 'base/sdch_manager_unittest.cc', 1278 'base/sdch_manager_unittest.cc',
1278 'base/static_cookie_policy_unittest.cc', 1279 'base/static_cookie_policy_unittest.cc',
1279 'base/test_completion_callback_unittest.cc', 1280 'base/test_completion_callback_unittest.cc',
1280 'base/upload_bytes_element_reader_unittest.cc', 1281 'base/upload_bytes_element_reader_unittest.cc',
1281 'base/upload_data_stream_unittest.cc', 1282 'base/upload_data_stream_unittest.cc',
1282 'base/upload_file_element_reader_unittest.cc', 1283 'base/upload_file_element_reader_unittest.cc',
1283 'base/url_util_unittest.cc', 1284 'base/url_util_unittest.cc',
1284 'cert/cert_verify_proc_unittest.cc', 1285 'cert/cert_verify_proc_unittest.cc',
1285 'cert/crl_set_unittest.cc', 1286 'cert/crl_set_unittest.cc',
1286 'cert/ct_log_response_parser_unittest.cc', 1287 'cert/ct_log_response_parser_unittest.cc',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1737 'tools/quic/test_tools/quic_test_client.h', 1738 'tools/quic/test_tools/quic_test_client.h',
1738 'tools/quic/test_tools/quic_test_utils.cc', 1739 'tools/quic/test_tools/quic_test_utils.cc',
1739 'tools/quic/test_tools/quic_test_utils.h', 1740 'tools/quic/test_tools/quic_test_utils.h',
1740 'tools/quic/test_tools/server_thread.h', 1741 'tools/quic/test_tools/server_thread.h',
1741 'tools/quic/test_tools/server_thread.cc', 1742 'tools/quic/test_tools/server_thread.cc',
1742 'tools/quic/test_tools/simple_client.h', 1743 'tools/quic/test_tools/simple_client.h',
1743 'tools/quic/test_tools/simple_client.cc', 1744 'tools/quic/test_tools/simple_client.cc',
1744 ], 1745 ],
1745 } 1746 }
1746 } 1747 }
OLDNEW
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | net/url_request/url_fetcher_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698