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

Side by Side Diff: net/net.gyp

Issue 9064007: base::Bind: Remove OldCompletionCallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes 2. Created 8 years, 11 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 | Annotate | Revision Log
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'base/cert_database_mac.cc', 65 'base/cert_database_mac.cc',
66 'base/cert_database_nss.cc', 66 'base/cert_database_nss.cc',
67 'base/cert_database_openssl.cc', 67 'base/cert_database_openssl.cc',
68 'base/cert_database_win.cc', 68 'base/cert_database_win.cc',
69 'base/cert_status_flags.cc', 69 'base/cert_status_flags.cc',
70 'base/cert_status_flags.h', 70 'base/cert_status_flags.h',
71 'base/cert_verifier.cc', 71 'base/cert_verifier.cc',
72 'base/cert_verifier.h', 72 'base/cert_verifier.h',
73 'base/cert_verify_result.cc', 73 'base/cert_verify_result.cc',
74 'base/cert_verify_result.h', 74 'base/cert_verify_result.h',
75 'base/completion_callback.cc',
76 'base/completion_callback.h', 75 'base/completion_callback.h',
77 'base/connection_type_histograms.cc', 76 'base/connection_type_histograms.cc',
78 'base/connection_type_histograms.h', 77 'base/connection_type_histograms.h',
79 'base/cookie_monster.cc', 78 'base/cookie_monster.cc',
80 'base/cookie_monster.h', 79 'base/cookie_monster.h',
81 'base/cookie_options.h', 80 'base/cookie_options.h',
82 'base/cookie_store.cc', 81 'base/cookie_store.cc',
83 'base/cookie_store.h', 82 'base/cookie_store.h',
84 'base/cookie_util.cc', 83 'base/cookie_util.cc',
85 'base/cookie_util.h', 84 'base/cookie_util.h',
(...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 'tools/dump_cache/url_to_filename_encoder.cc', 1714 'tools/dump_cache/url_to_filename_encoder.cc',
1716 'tools/dump_cache/url_to_filename_encoder.h', 1715 'tools/dump_cache/url_to_filename_encoder.h',
1717 'tools/dump_cache/url_utilities.h', 1716 'tools/dump_cache/url_utilities.h',
1718 'tools/dump_cache/url_utilities.cc', 1717 'tools/dump_cache/url_utilities.cc',
1719 ], 1718 ],
1720 }, 1719 },
1721 ], 1720 ],
1722 }], 1721 }],
1723 ], 1722 ],
1724 } 1723 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698