diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 14:31:21 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-03 14:31:21 +0000 |
commit | b596606630eee4cfb2449209e582b803b613f7fe (patch) | |
tree | 3d6fbaf607f4ede2d75e90ad3e7d21d437e15660 /url/url.gyp | |
parent | cfb8c555703a92eed3a61e7a4fe91e74451a9221 (diff) | |
download | chromium_src-b596606630eee4cfb2449209e582b803b613f7fe.zip chromium_src-b596606630eee4cfb2449209e582b803b613f7fe.tar.gz chromium_src-b596606630eee4cfb2449209e582b803b613f7fe.tar.bz2 |
Deinline the implementation of StdStringCanonOutput.
This should move the implementation of StdStringCanonOutput from the
header to the source file, that should please the chromium-style clang
plugin.
BUG=287029
TEST=url_unittests
R=thakis@chromium.org,abarth@chromium.org
TBR=abarth
Review URL: https://codereview.chromium.org/84673002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'url/url.gyp')
-rw-r--r-- | url/url.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/url/url.gyp b/url/url.gyp index 2c81443..9dc949a 100644 --- a/url/url.gyp +++ b/url/url.gyp @@ -42,6 +42,7 @@ 'url_canon_pathurl.cc', 'url_canon_query.cc', 'url_canon_relative.cc', + 'url_canon_stdstring.cc', 'url_canon_stdstring.h', 'url_canon_stdurl.cc', 'url_file.h', |