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

Side by Side Diff: net/net.gyp

Issue 8465022: Creation of cookie_utils. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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
« net/base/cookie_utils.cc ('K') | « net/base/cookie_utils.cc ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'base/cert_verify_result.cc', 69 'base/cert_verify_result.cc',
70 'base/cert_verify_result.h', 70 'base/cert_verify_result.h',
71 'base/completion_callback.h', 71 'base/completion_callback.h',
72 'base/connection_type_histograms.cc', 72 'base/connection_type_histograms.cc',
73 'base/connection_type_histograms.h', 73 'base/connection_type_histograms.h',
74 'base/cookie_monster.cc', 74 'base/cookie_monster.cc',
75 'base/cookie_monster.h', 75 'base/cookie_monster.h',
76 'base/cookie_options.h', 76 'base/cookie_options.h',
77 'base/cookie_store.cc', 77 'base/cookie_store.cc',
78 'base/cookie_store.h', 78 'base/cookie_store.h',
79 'base/cookie_utils.cc',
80 'base/cookie_utils.h',
79 'base/crl_set.cc', 81 'base/crl_set.cc',
80 'base/crl_set.h', 82 'base/crl_set.h',
81 'base/crypto_module.h', 83 'base/crypto_module.h',
82 'base/crypto_module_nss.cc', 84 'base/crypto_module_nss.cc',
83 'base/crypto_module_openssl.cc', 85 'base/crypto_module_openssl.cc',
84 'base/data_url.cc', 86 'base/data_url.cc',
85 'base/data_url.h', 87 'base/data_url.h',
86 'base/default_origin_bound_cert_store.cc', 88 'base/default_origin_bound_cert_store.cc',
87 'base/default_origin_bound_cert_store.h', 89 'base/default_origin_bound_cert_store.h',
88 'base/directory_lister.cc', 90 'base/directory_lister.cc',
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 'tools/dump_cache/url_to_filename_encoder.cc', 1636 'tools/dump_cache/url_to_filename_encoder.cc',
1635 'tools/dump_cache/url_to_filename_encoder.h', 1637 'tools/dump_cache/url_to_filename_encoder.h',
1636 'tools/dump_cache/url_utilities.h', 1638 'tools/dump_cache/url_utilities.h',
1637 'tools/dump_cache/url_utilities.cc', 1639 'tools/dump_cache/url_utilities.cc',
1638 ], 1640 ],
1639 }, 1641 },
1640 ], 1642 ],
1641 }], 1643 }],
1642 ], 1644 ],
1643 } 1645 }
OLDNEW
« net/base/cookie_utils.cc ('K') | « net/base/cookie_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698