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

Side by Side Diff: url/url.gyp

Issue 84673002: Deinline the implementation of StdStringCanonOutput. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « no previous file | url/url_canon_stdstring.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 24 matching lines...) Expand all
35 'url_canon_internal.cc', 35 'url_canon_internal.cc',
36 'url_canon_internal.h', 36 'url_canon_internal.h',
37 'url_canon_internal_file.h', 37 'url_canon_internal_file.h',
38 'url_canon_ip.cc', 38 'url_canon_ip.cc',
39 'url_canon_ip.h', 39 'url_canon_ip.h',
40 'url_canon_mailtourl.cc', 40 'url_canon_mailtourl.cc',
41 'url_canon_path.cc', 41 'url_canon_path.cc',
42 'url_canon_pathurl.cc', 42 'url_canon_pathurl.cc',
43 'url_canon_query.cc', 43 'url_canon_query.cc',
44 'url_canon_relative.cc', 44 'url_canon_relative.cc',
45 'url_canon_stdstring.cc',
45 'url_canon_stdstring.h', 46 'url_canon_stdstring.h',
46 'url_canon_stdurl.cc', 47 'url_canon_stdurl.cc',
47 'url_file.h', 48 'url_file.h',
48 'url_parse_file.cc', 49 'url_parse_file.cc',
49 'url_parse_internal.h', 50 'url_parse_internal.h',
50 'url_util.cc', 51 'url_util.cc',
51 'url_util.h', 52 'url_util.h',
52 ], 53 ],
53 'direct_dependent_settings': { 54 'direct_dependent_settings': {
54 'include_dirs': [ 55 'include_dirs': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 ], 92 ],
92 ], 93 ],
93 } 94 }
94 ], 95 ],
95 ], 96 ],
96 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 97 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
97 'msvs_disabled_warnings': [4267, ], 98 'msvs_disabled_warnings': [4267, ],
98 }, 99 },
99 ], 100 ],
100 } 101 }
OLDNEW
« no previous file with comments | « no previous file | url/url_canon_stdstring.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698