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

Issue 603173004: gn: Fix build on Windows (Closed)

Created:
6 years, 2 months ago by ckocagil
Modified:
6 years, 2 months ago
Reviewers:
Johann, brettw, Tom Finegan
CC:
wwcv, fgalligan1, Tom Finegan, chromium-reviews, jzern
Base URL:
https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : no_chromium_code #

Total comments: 1

Patch Set 3 : gn: Fix build on Windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -6 lines) Patch
M BUILD.gn View 1 2 9 chunks +36 lines, -6 lines 0 comments Download

Messages

Total messages: 25 (4 generated)
ckocagil
6 years, 2 months ago (2014-09-25 20:52:11 UTC) #2
Johann
https://codereview.chromium.org/603173004/diff/1/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/603173004/diff/1/BUILD.gn#newcode46 BUILD.gn:46: "/wd4057", We (try) to track Windows errors pretty carefully ...
6 years, 2 months ago (2014-09-25 21:00:25 UTC) #4
ckocagil
On 2014/09/25 21:00:25, Johann wrote: > https://codereview.chromium.org/603173004/diff/1/BUILD.gn > File BUILD.gn (right): > > https://codereview.chromium.org/603173004/diff/1/BUILD.gn#newcode46 > ...
6 years, 2 months ago (2014-09-25 21:06:21 UTC) #5
brettw
Could the warnings problem be from the chromium_code setting? I think libvpx isn't compiled with ...
6 years, 2 months ago (2014-09-25 21:08:52 UTC) #6
brettw
On 2014/09/25 21:08:52, brettw wrote: > Could the warnings problem be from the chromium_code setting? ...
6 years, 2 months ago (2014-09-25 21:09:31 UTC) #7
ckocagil
On 2014/09/25 21:09:31, brettw wrote: > On 2014/09/25 21:08:52, brettw wrote: > > Could the ...
6 years, 2 months ago (2014-09-25 21:17:28 UTC) #8
Johann
I would have expected the Windows build to need the -m<arch> options somewhere (although maybe ...
6 years, 2 months ago (2014-09-25 21:31:20 UTC) #9
brettw
Okay, this makes more sense. LGTM from my perspective.
6 years, 2 months ago (2014-09-25 21:33:13 UTC) #10
jzern
On 2014/09/25 21:00:25, Johann wrote: > https://codereview.chromium.org/603173004/diff/1/BUILD.gn > File BUILD.gn (right): > > https://codereview.chromium.org/603173004/diff/1/BUILD.gn#newcode46 > ...
6 years, 2 months ago (2014-09-25 21:39:07 UTC) #11
jzern
On 2014/09/25 21:06:21, ckocagil wrote: > On 2014/09/25 21:00:25, Johann wrote: > > https://codereview.chromium.org/603173004/diff/1/BUILD.gn > ...
6 years, 2 months ago (2014-09-25 21:40:07 UTC) #12
ckocagil
On 2014/09/25 21:31:20, Johann wrote: > I would have expected the Windows build to need ...
6 years, 2 months ago (2014-09-25 21:40:56 UTC) #13
ckocagil
On 2014/09/25 21:40:07, jzern wrote: > On 2014/09/25 21:06:21, ckocagil wrote: > > On 2014/09/25 ...
6 years, 2 months ago (2014-09-25 21:42:47 UTC) #14
Johann
On 2014/09/25 21:40:56, ckocagil wrote: > > ['OS=="win" and clang==1', { > > # cl.exe's ...
6 years, 2 months ago (2014-09-25 21:43:53 UTC) #15
ckocagil
On 2014/09/25 21:43:53, Johann wrote: > On 2014/09/25 21:40:56, ckocagil wrote: > > > ['OS=="win" ...
6 years, 2 months ago (2014-09-25 21:46:45 UTC) #16
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
6 years, 2 months ago (2014-09-25 21:48:57 UTC) #19
Johann
libvpx is still in svn :/ you'll need to upload your change to svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
6 years, 2 months ago (2014-09-25 21:51:33 UTC) #20
ckocagil
gn: Fix build on Windows
6 years, 2 months ago (2014-09-25 21:58:07 UTC) #21
ckocagil
Committed patchset #3 (id:40001) manually as r292146 (presubmit successful).
6 years, 2 months ago (2014-09-25 21:58:40 UTC) #22
Johann
On 2014/09/25 21:58:40, ckocagil wrote: > Committed patchset #3 (id:40001) manually as r292146 (presubmit successful). ...
6 years, 2 months ago (2014-09-25 22:11:00 UTC) #23
ckocagil
On 2014/09/25 22:11:00, Johann wrote: > On 2014/09/25 21:58:40, ckocagil wrote: > > Committed patchset ...
6 years, 2 months ago (2014-09-25 22:14:27 UTC) #24
ckocagil
6 years, 2 months ago (2014-09-25 22:16:00 UTC) #25
Message was sent while issue was closed.
On 2014/09/25 22:14:27, ckocagil wrote:
> On 2014/09/25 22:11:00, Johann wrote:
> > On 2014/09/25 21:58:40, ckocagil wrote:
> > > Committed patchset #3 (id:40001) manually as r292146 (presubmit
successful).
> > 
> > How did you do that? I usually give up and re-upload from an SVN client.
> 
> svn co <svn path to repo> --depth=files (I used a shallow checkout to make it
> faster)
> patch < my_patch
> svn change gn
> svn upload gn -i <cl_issue_id>
> gcl commit gn

r/svn change/gcl change/
r/svn upload/gcl upload/

Powered by Google App Engine
This is Rietveld 408576698