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

Side by Side Diff: net/net.gypi

Issue 381073002: Move sqlite_channel_id_store from chrome/browser/net to net/extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix flaky TestDeleteAll. 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
« no previous file with comments | « net/net.gyp ('k') | no next file » | 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 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 'websockets/websocket_job.cc', 1233 'websockets/websocket_job.cc',
1234 'websockets/websocket_job.h', 1234 'websockets/websocket_job.h',
1235 'websockets/websocket_mux.h', 1235 'websockets/websocket_mux.h',
1236 'websockets/websocket_net_log_params.cc', 1236 'websockets/websocket_net_log_params.cc',
1237 'websockets/websocket_net_log_params.h', 1237 'websockets/websocket_net_log_params.h',
1238 'websockets/websocket_stream.cc', 1238 'websockets/websocket_stream.cc',
1239 'websockets/websocket_stream.h', 1239 'websockets/websocket_stream.h',
1240 'websockets/websocket_throttle.cc', 1240 'websockets/websocket_throttle.cc',
1241 'websockets/websocket_throttle.h', 1241 'websockets/websocket_throttle.h',
1242 ], 1242 ],
1243 'net_extras_sources': [
1244 'extras/sqlite/sqlite_channel_id_store.cc',
1245 'extras/sqlite/sqlite_channel_id_store.h',
1246 ],
1243 'net_test_sources': [ 1247 'net_test_sources': [
1244 'android/keystore_unittest.cc', 1248 'android/keystore_unittest.cc',
1245 'android/network_change_notifier_android_unittest.cc', 1249 'android/network_change_notifier_android_unittest.cc',
1246 'base/address_list_unittest.cc', 1250 'base/address_list_unittest.cc',
1247 'base/address_tracker_linux_unittest.cc', 1251 'base/address_tracker_linux_unittest.cc',
1248 'base/backoff_entry_unittest.cc', 1252 'base/backoff_entry_unittest.cc',
1249 'base/data_url_unittest.cc', 1253 'base/data_url_unittest.cc',
1250 'base/directory_lister_unittest.cc', 1254 'base/directory_lister_unittest.cc',
1251 'base/dns_util_unittest.cc', 1255 'base/dns_util_unittest.cc',
1252 'base/escape_unittest.cc', 1256 'base/escape_unittest.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 'dns/dns_transaction_unittest.cc', 1336 'dns/dns_transaction_unittest.cc',
1333 'dns/host_cache_unittest.cc', 1337 'dns/host_cache_unittest.cc',
1334 'dns/host_resolver_impl_unittest.cc', 1338 'dns/host_resolver_impl_unittest.cc',
1335 'dns/mapped_host_resolver_unittest.cc', 1339 'dns/mapped_host_resolver_unittest.cc',
1336 'dns/mdns_cache_unittest.cc', 1340 'dns/mdns_cache_unittest.cc',
1337 'dns/mdns_client_unittest.cc', 1341 'dns/mdns_client_unittest.cc',
1338 'dns/record_parsed_unittest.cc', 1342 'dns/record_parsed_unittest.cc',
1339 'dns/record_rdata_unittest.cc', 1343 'dns/record_rdata_unittest.cc',
1340 'dns/serial_worker_unittest.cc', 1344 'dns/serial_worker_unittest.cc',
1341 'dns/single_request_host_resolver_unittest.cc', 1345 'dns/single_request_host_resolver_unittest.cc',
1346 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1342 'filter/filter_unittest.cc', 1347 'filter/filter_unittest.cc',
1343 'filter/gzip_filter_unittest.cc', 1348 'filter/gzip_filter_unittest.cc',
1344 'filter/mock_filter_context.cc', 1349 'filter/mock_filter_context.cc',
1345 'filter/mock_filter_context.h', 1350 'filter/mock_filter_context.h',
1346 'filter/sdch_filter_unittest.cc', 1351 'filter/sdch_filter_unittest.cc',
1347 'ftp/ftp_auth_cache_unittest.cc', 1352 'ftp/ftp_auth_cache_unittest.cc',
1348 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1353 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1349 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1354 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1350 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1355 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1351 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1356 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 'tools/quic/test_tools/quic_test_client.h', 1737 'tools/quic/test_tools/quic_test_client.h',
1733 'tools/quic/test_tools/quic_test_utils.cc', 1738 'tools/quic/test_tools/quic_test_utils.cc',
1734 'tools/quic/test_tools/quic_test_utils.h', 1739 'tools/quic/test_tools/quic_test_utils.h',
1735 'tools/quic/test_tools/server_thread.h', 1740 'tools/quic/test_tools/server_thread.h',
1736 'tools/quic/test_tools/server_thread.cc', 1741 'tools/quic/test_tools/server_thread.cc',
1737 'tools/quic/test_tools/simple_client.h', 1742 'tools/quic/test_tools/simple_client.h',
1738 'tools/quic/test_tools/simple_client.cc', 1743 'tools/quic/test_tools/simple_client.cc',
1739 ], 1744 ],
1740 } 1745 }
1741 } 1746 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698