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

Side by Side Diff: net/net.gypi

Issue 892393005: Implement browser-side host resolver Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-interfaces
Patch Set: Change static_library to source_set. Created 5 years, 10 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') | net/test/run_all_unittests.cc » ('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 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 'dns/dns_hosts_unittest.cc', 1354 'dns/dns_hosts_unittest.cc',
1355 'dns/dns_query_unittest.cc', 1355 'dns/dns_query_unittest.cc',
1356 'dns/dns_response_unittest.cc', 1356 'dns/dns_response_unittest.cc',
1357 'dns/dns_session_unittest.cc', 1357 'dns/dns_session_unittest.cc',
1358 'dns/dns_transaction_unittest.cc', 1358 'dns/dns_transaction_unittest.cc',
1359 'dns/host_cache_unittest.cc', 1359 'dns/host_cache_unittest.cc',
1360 'dns/host_resolver_impl_unittest.cc', 1360 'dns/host_resolver_impl_unittest.cc',
1361 'dns/mapped_host_resolver_unittest.cc', 1361 'dns/mapped_host_resolver_unittest.cc',
1362 'dns/mdns_cache_unittest.cc', 1362 'dns/mdns_cache_unittest.cc',
1363 'dns/mdns_client_unittest.cc', 1363 'dns/mdns_client_unittest.cc',
1364 'dns/mojo_host_resolver_impl_unittest.cc',
1364 'dns/record_parsed_unittest.cc', 1365 'dns/record_parsed_unittest.cc',
1365 'dns/record_rdata_unittest.cc', 1366 'dns/record_rdata_unittest.cc',
1366 'dns/serial_worker_unittest.cc', 1367 'dns/serial_worker_unittest.cc',
1367 'dns/single_request_host_resolver_unittest.cc', 1368 'dns/single_request_host_resolver_unittest.cc',
1368 'extras/sqlite/sqlite_channel_id_store_unittest.cc', 1369 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1369 'filter/filter_unittest.cc', 1370 'filter/filter_unittest.cc',
1370 'filter/gzip_filter_unittest.cc', 1371 'filter/gzip_filter_unittest.cc',
1371 'filter/mock_filter_context.cc', 1372 'filter/mock_filter_context.cc',
1372 'filter/mock_filter_context.h', 1373 'filter/mock_filter_context.h',
1373 'filter/sdch_filter_unittest.cc', 1374 'filter/sdch_filter_unittest.cc',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 ], 1766 ],
1766 'net_base_mac_ios_sources': [ 1767 'net_base_mac_ios_sources': [
1767 'base/mac/url_conversions.h', 1768 'base/mac/url_conversions.h',
1768 'base/mac/url_conversions.mm', 1769 'base/mac/url_conversions.mm',
1769 ], 1770 ],
1770 'net_base_test_mac_ios_sources': [ 1771 'net_base_test_mac_ios_sources': [
1771 'base/mac/url_conversions_unittest.mm', 1772 'base/mac/url_conversions_unittest.mm',
1772 ], 1773 ],
1773 } 1774 }
1774 } 1775 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698