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

Side by Side Diff: net/net.gyp

Issue 201033: ForceTLS: hash hostnames, handle subdomains, canonicalise. (Closed)
Patch Set: ... Created 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'base/cookie_monster.cc', 45 'base/cookie_monster.cc',
46 'base/cookie_monster.h', 46 'base/cookie_monster.h',
47 'base/cookie_options.h', 47 'base/cookie_options.h',
48 'base/cookie_policy.cc', 48 'base/cookie_policy.cc',
49 'base/cookie_policy.h', 49 'base/cookie_policy.h',
50 'base/cookie_store.h', 50 'base/cookie_store.h',
51 'base/data_url.cc', 51 'base/data_url.cc',
52 'base/data_url.h', 52 'base/data_url.h',
53 'base/directory_lister.cc', 53 'base/directory_lister.cc',
54 'base/directory_lister.h', 54 'base/directory_lister.h',
55 'base/dns_util.cc',
abarth-chromium 2009/09/09 00:54:22 What about dns_util.h?
55 'base/effective_tld_names.cc', 56 'base/effective_tld_names.cc',
56 'base/effective_tld_names.dat', 57 'base/effective_tld_names.dat',
57 'base/escape.cc', 58 'base/escape.cc',
58 'base/escape.h', 59 'base/escape.h',
59 'base/ev_root_ca_metadata.cc', 60 'base/ev_root_ca_metadata.cc',
60 'base/ev_root_ca_metadata.h', 61 'base/ev_root_ca_metadata.h',
61 'base/file_stream.h', 62 'base/file_stream.h',
62 'base/file_stream_posix.cc', 63 'base/file_stream_posix.cc',
63 'base/file_stream_win.cc', 64 'base/file_stream_win.cc',
64 'base/filter.cc', 65 'base/filter.cc',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 ], 444 ],
444 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567', 445 'msvs_guid': 'E99DA267-BE90-4F45-88A1-6919DB2C7567',
445 'sources': [ 446 'sources': [
446 'base/address_list_unittest.cc', 447 'base/address_list_unittest.cc',
447 'base/base64_unittest.cc', 448 'base/base64_unittest.cc',
448 'base/bzip2_filter_unittest.cc', 449 'base/bzip2_filter_unittest.cc',
449 'base/cookie_monster_unittest.cc', 450 'base/cookie_monster_unittest.cc',
450 'base/cookie_policy_unittest.cc', 451 'base/cookie_policy_unittest.cc',
451 'base/data_url_unittest.cc', 452 'base/data_url_unittest.cc',
452 'base/directory_lister_unittest.cc', 453 'base/directory_lister_unittest.cc',
454 'base/dns_util_unittest.cc',
453 'base/escape_unittest.cc', 455 'base/escape_unittest.cc',
454 'base/file_stream_unittest.cc', 456 'base/file_stream_unittest.cc',
455 'base/filter_unittest.cc', 457 'base/filter_unittest.cc',
456 'base/filter_unittest.h', 458 'base/filter_unittest.h',
457 'base/gzip_filter_unittest.cc', 459 'base/gzip_filter_unittest.cc',
458 'base/host_cache_unittest.cc', 460 'base/host_cache_unittest.cc',
459 'base/host_resolver_impl_unittest.cc', 461 'base/host_resolver_impl_unittest.cc',
460 'base/load_log_unittest.cc', 462 'base/load_log_unittest.cc',
461 'base/load_log_unittest.h', 463 'base/load_log_unittest.h',
462 'base/load_log_util_unittest.cc', 464 'base/load_log_util_unittest.cc',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'tools/dump_cache/dump_cache.cc', 732 'tools/dump_cache/dump_cache.cc',
731 'tools/dump_cache/dump_files.cc', 733 'tools/dump_cache/dump_files.cc',
732 'tools/dump_cache/upgrade.cc', 734 'tools/dump_cache/upgrade.cc',
733 'tools/dump_cache/url_to_filename_encoder.h', 735 'tools/dump_cache/url_to_filename_encoder.h',
734 ], 736 ],
735 }, 737 },
736 ], 738 ],
737 }], 739 }],
738 ], 740 ],
739 } 741 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698