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

Side by Side Diff: net/net.gypi

Issue 862813002: WIP: Prototype OOP V8 PAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight cleanup and report JS memory usage. 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/proxy/proxy_resolver.mojom » ('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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'dns/dns_socket_pool.cc', 533 'dns/dns_socket_pool.cc',
534 'dns/dns_socket_pool.h', 534 'dns/dns_socket_pool.h',
535 'dns/dns_transaction.cc', 535 'dns/dns_transaction.cc',
536 'dns/dns_transaction.h', 536 'dns/dns_transaction.h',
537 'dns/host_cache.cc', 537 'dns/host_cache.cc',
538 'dns/host_cache.h', 538 'dns/host_cache.h',
539 'dns/host_resolver.cc', 539 'dns/host_resolver.cc',
540 'dns/host_resolver.h', 540 'dns/host_resolver.h',
541 'dns/host_resolver_impl.cc', 541 'dns/host_resolver_impl.cc',
542 'dns/host_resolver_impl.h', 542 'dns/host_resolver_impl.h',
543 'dns/host_resolver_mojo.cc',
544 'dns/host_resolver_mojo.h',
545 'dns/host_resolver_mojo_host.cc',
546 'dns/host_resolver_mojo_host.h',
543 'dns/host_resolver_proc.cc', 547 'dns/host_resolver_proc.cc',
544 'dns/host_resolver_proc.h', 548 'dns/host_resolver_proc.h',
545 'dns/mapped_host_resolver.cc', 549 'dns/mapped_host_resolver.cc',
546 'dns/mapped_host_resolver.h', 550 'dns/mapped_host_resolver.h',
547 'dns/mdns_cache.cc', 551 'dns/mdns_cache.cc',
548 'dns/mdns_cache.h', 552 'dns/mdns_cache.h',
549 'dns/mdns_client.cc', 553 'dns/mdns_client.cc',
550 'dns/mdns_client.h', 554 'dns/mdns_client.h',
551 'dns/mdns_client_impl.cc', 555 'dns/mdns_client_impl.cc',
552 'dns/mdns_client_impl.h', 556 'dns/mdns_client_impl.h',
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1771 ], 1775 ],
1772 'net_base_mac_ios_sources': [ 1776 'net_base_mac_ios_sources': [
1773 'base/mac/url_conversions.h', 1777 'base/mac/url_conversions.h',
1774 'base/mac/url_conversions.mm', 1778 'base/mac/url_conversions.mm',
1775 ], 1779 ],
1776 'net_base_test_mac_ios_sources': [ 1780 'net_base_test_mac_ios_sources': [
1777 'base/mac/url_conversions_unittest.mm', 1781 'base/mac/url_conversions_unittest.mm',
1778 ], 1782 ],
1779 } 1783 }
1780 } 1784 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/proxy/proxy_resolver.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698