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

Issue 14264002: Revert 193777 "url: Changes to make it build standalone." (Closed)

Created:
7 years, 8 months ago by jochen (gone - plz use gerrit)
Modified:
7 years, 8 months ago
Reviewers:
tfarina
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 193777 "url: Changes to make it build standalone." url/url_canon_stdstring.h:65: error: undefined reference to 'vtable for url_canon::StdStringCanonOutput' > url: Changes to make it build standalone. > > - Update the gyp file. > - Rename the gyp file from googleurl.gyp to url.gyp, so it matches the directory > name. > - Update the header include paths. > - Update the header include guards. > - Rename the target name from googleurl to url and googleurl_unittests to > url_unittests. > - Add missing OVERRIDEs where clang complains. > > BUG=229660 > TEST=url_unittests > R=brettw@chromium.org > > Review URL: https://codereview.chromium.org/14016005 TBR=tfarina@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194155

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+144 lines, -267 lines) Patch
A + trunk/src/url/googleurl.gyp View 0 chunks +-1 lines, --1 lines 0 comments Download
M trunk/src/url/gurl.h View 2 chunks +7 lines, -7 lines 0 comments Download
M trunk/src/url/gurl.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/url/gurl_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
D trunk/src/url/url.gyp View 1 chunk +0 lines, -109 lines 0 comments Download
M trunk/src/url/url_canon.h View 2 chunks +6 lines, -7 lines 0 comments Download
M trunk/src/url/url_canon_etc.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/url/url_canon_filesystemurl.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M trunk/src/url/url_canon_fileurl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_canon_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/url/url_canon_icu.h View 3 chunks +5 lines, -6 lines 0 comments Download
M trunk/src/url/url_canon_icu.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M trunk/src/url/url_canon_internal.h View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_canon_internal.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M trunk/src/url/url_canon_internal_file.h View 2 chunks +5 lines, -5 lines 0 comments Download
M trunk/src/url/url_canon_ip.h View 2 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/url/url_canon_ip.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/url/url_canon_mailtourl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_canon_path.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M trunk/src/url/url_canon_pathurl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/url/url_canon_query.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/url/url_canon_relative.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M trunk/src/url/url_canon_stdstring.h View 4 chunks +11 lines, -9 lines 0 comments Download
D trunk/src/url/url_canon_stdstring.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M trunk/src/url/url_canon_stdurl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/url/url_canon_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M trunk/src/url/url_common.h View 2 chunks +4 lines, -3 lines 0 comments Download
M trunk/src/url/url_file.h View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_parse.h View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_parse.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_parse_file.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M trunk/src/url/url_parse_internal.h View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_parse_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M trunk/src/url/url_test_utils.h View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/url/url_util.h View 2 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/url/url_util.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M trunk/src/url/url_util_internal.h View 2 chunks +5 lines, -5 lines 0 comments Download
M trunk/src/url/url_util_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jochen (gone - plz use gerrit)
7 years, 8 months ago (2013-04-15 09:30:31 UTC) #1
jochen (gone - plz use gerrit)
Committed patchset #1 manually as r194155.
7 years, 8 months ago (2013-04-15 09:30:48 UTC) #2
tfarina
Can you revert this revert and the blink one you reverted? Which bot in the ...
7 years, 8 months ago (2013-04-15 09:49:09 UTC) #3
jochen (gone - plz use gerrit)
all XP bots are fail to run a single executable. Apparently, they can't load URL.DLL.
7 years, 8 months ago (2013-04-15 09:50:47 UTC) #4
tfarina
On Monday, April 15, 2013, wrote: > all XP bots are fail to run a ...
7 years, 8 months ago (2013-04-15 09:56:04 UTC) #5
jochen (gone - plz use gerrit)
On 2013/04/15 09:56:04, tfarina wrote: > On Monday, April 15, 2013, wrote: > > > ...
7 years, 8 months ago (2013-04-15 09:57:58 UTC) #6
tfarina
7 years, 8 months ago (2013-04-15 10:05:52 UTC) #7
On Mon, Apr 15, 2013 at 6:57 AM, <jochen@chromium.org> wrote:

> On 2013/04/15 09:56:04, tfarina wrote:
>
>> On Monday, April 15, 2013, wrote:
>>
>
>  > all XP bots are fail to run a single executable. Apparently, they can't
>> > load
>> > URL.DLL.
>>
>
>  But you are reverting a change that is isolated and it shouln't be
>> affecting anyone.
>>
>
>  I think you wanted to revert the DEPs roll?
>>
>
> I already reverted that one.
>
> Ouch! :(

I don't see that on my Inbox yet.


>
>
>  Because in this change no bots should be linking to url.dll/url.dll. But
>> with googleurl.dll since there is no calls to url/url.gyp:url
>>
>
>
> it's still called from blink. So I also reverted the blink CL.
>
> As soon as the tree is green again, I'll look into re-reverting this change
> again, ok?
>
OK, Thanks!

-- 
Thiago

Powered by Google App Engine
This is Rietveld 408576698