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

Side by Side Diff: net/net.gypi

Issue 477253002: Revert of 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: 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
« 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 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 'websockets/websocket_job.cc', 1235 'websockets/websocket_job.cc',
1236 'websockets/websocket_job.h', 1236 'websockets/websocket_job.h',
1237 'websockets/websocket_mux.h', 1237 'websockets/websocket_mux.h',
1238 'websockets/websocket_net_log_params.cc', 1238 'websockets/websocket_net_log_params.cc',
1239 'websockets/websocket_net_log_params.h', 1239 'websockets/websocket_net_log_params.h',
1240 'websockets/websocket_stream.cc', 1240 'websockets/websocket_stream.cc',
1241 'websockets/websocket_stream.h', 1241 'websockets/websocket_stream.h',
1242 'websockets/websocket_throttle.cc', 1242 'websockets/websocket_throttle.cc',
1243 'websockets/websocket_throttle.h', 1243 'websockets/websocket_throttle.h',
1244 ], 1244 ],
1245 'net_extras_sources': [
1246 'extras/sqlite/sqlite_channel_id_store.cc',
1247 'extras/sqlite/sqlite_channel_id_store.h',
1248 ],
1249 'net_test_sources': [ 1245 'net_test_sources': [
1250 'android/keystore_unittest.cc', 1246 'android/keystore_unittest.cc',
1251 'android/network_change_notifier_android_unittest.cc', 1247 'android/network_change_notifier_android_unittest.cc',
1252 'base/address_list_unittest.cc', 1248 'base/address_list_unittest.cc',
1253 'base/address_tracker_linux_unittest.cc', 1249 'base/address_tracker_linux_unittest.cc',
1254 'base/backoff_entry_unittest.cc', 1250 'base/backoff_entry_unittest.cc',
1255 'base/data_url_unittest.cc', 1251 'base/data_url_unittest.cc',
1256 'base/directory_lister_unittest.cc', 1252 'base/directory_lister_unittest.cc',
1257 'base/dns_util_unittest.cc', 1253 'base/dns_util_unittest.cc',
1258 'base/escape_unittest.cc', 1254 'base/escape_unittest.cc',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 'dns/dns_transaction_unittest.cc', 1334 'dns/dns_transaction_unittest.cc',
1339 'dns/host_cache_unittest.cc', 1335 'dns/host_cache_unittest.cc',
1340 'dns/host_resolver_impl_unittest.cc', 1336 'dns/host_resolver_impl_unittest.cc',
1341 'dns/mapped_host_resolver_unittest.cc', 1337 'dns/mapped_host_resolver_unittest.cc',
1342 'dns/mdns_cache_unittest.cc', 1338 'dns/mdns_cache_unittest.cc',
1343 'dns/mdns_client_unittest.cc', 1339 'dns/mdns_client_unittest.cc',
1344 'dns/record_parsed_unittest.cc', 1340 'dns/record_parsed_unittest.cc',
1345 'dns/record_rdata_unittest.cc', 1341 'dns/record_rdata_unittest.cc',
1346 'dns/serial_worker_unittest.cc', 1342 'dns/serial_worker_unittest.cc',
1347 'dns/single_request_host_resolver_unittest.cc', 1343 'dns/single_request_host_resolver_unittest.cc',
1348 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1349 'filter/filter_unittest.cc', 1344 'filter/filter_unittest.cc',
1350 'filter/gzip_filter_unittest.cc', 1345 'filter/gzip_filter_unittest.cc',
1351 'filter/mock_filter_context.cc', 1346 'filter/mock_filter_context.cc',
1352 'filter/mock_filter_context.h', 1347 'filter/mock_filter_context.h',
1353 'filter/sdch_filter_unittest.cc', 1348 'filter/sdch_filter_unittest.cc',
1354 'ftp/ftp_auth_cache_unittest.cc', 1349 'ftp/ftp_auth_cache_unittest.cc',
1355 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1350 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1356 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1351 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1357 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 1352 'ftp/ftp_directory_listing_parser_netware_unittest.cc',
1358 'ftp/ftp_directory_listing_parser_os2_unittest.cc', 1353 'ftp/ftp_directory_listing_parser_os2_unittest.cc',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 'tools/quic/test_tools/quic_test_client.h', 1731 'tools/quic/test_tools/quic_test_client.h',
1737 'tools/quic/test_tools/quic_test_utils.cc', 1732 'tools/quic/test_tools/quic_test_utils.cc',
1738 'tools/quic/test_tools/quic_test_utils.h', 1733 'tools/quic/test_tools/quic_test_utils.h',
1739 'tools/quic/test_tools/server_thread.h', 1734 'tools/quic/test_tools/server_thread.h',
1740 'tools/quic/test_tools/server_thread.cc', 1735 'tools/quic/test_tools/server_thread.cc',
1741 'tools/quic/test_tools/simple_client.h', 1736 'tools/quic/test_tools/simple_client.h',
1742 'tools/quic/test_tools/simple_client.cc', 1737 'tools/quic/test_tools/simple_client.cc',
1743 ], 1738 ],
1744 } 1739 }
1745 } 1740 }
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