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

Issue 8585029: Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative to the chromium root (Closed)

Created:
9 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
8 years, 10 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, abarth-chromium
Visibility:
Public.

Description

Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative to the chromium root BUG=104605 TEST=can run layout tests in a webkit-only build on mac using make Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120428

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 1

Patch Set 3 : also true for bundled apps #

Patch Set 4 : updates #

Total comments: 4

Patch Set 5 : updates #

Total comments: 1

Patch Set 6 : updates #

Patch Set 7 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -37 lines) Patch
M base/base_paths_posix.cc View 1 2 3 4 5 6 2 chunks +4 lines, -27 lines 0 comments Download
M base/base_paths_win.cc View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 3 4 5 6 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
jochen (gone - plz use gerrit)
Nico, plz review Adam. fyi
9 years, 1 month ago (2011-11-17 13:22:18 UTC) #1
Nico
Thanks for coming up with a patch. In general, the make build should be transparent ...
9 years, 1 month ago (2011-11-17 14:54:11 UTC) #2
jochen (gone - plz use gerrit)
On 2011/11/17 14:54:11, Nico wrote: > Thanks for coming up with a patch. In general, ...
9 years, 1 month ago (2011-11-17 14:57:16 UTC) #3
jochen (gone - plz use gerrit)
On 2011/11/17 14:57:16, jochen wrote: > On 2011/11/17 14:54:11, Nico wrote: > > Thanks for ...
9 years, 1 month ago (2011-11-18 06:58:33 UTC) #4
jochen (gone - plz use gerrit)
On 2011/11/18 06:58:33, jochen wrote: > On 2011/11/17 14:57:16, jochen wrote: > > On 2011/11/17 ...
9 years ago (2011-12-05 21:15:16 UTC) #5
jochen (gone - plz use gerrit)
ptal
8 years, 11 months ago (2012-01-19 13:56:16 UTC) #6
Nico
LGTM with comments https://chromiumcodereview.appspot.com/8585029/diff/9001/base/base_paths_mac.mm File base/base_paths_mac.mm (right): https://chromiumcodereview.appspot.com/8585029/diff/9001/base/base_paths_mac.mm#newcode87 base/base_paths_mac.mm:87: // FIXME(thakis): try to move the ...
8 years, 11 months ago (2012-01-19 16:06:49 UTC) #7
jochen (gone - plz use gerrit)
https://chromiumcodereview.appspot.com/8585029/diff/9001/base/base_paths_mac.mm File base/base_paths_mac.mm (right): https://chromiumcodereview.appspot.com/8585029/diff/9001/base/base_paths_mac.mm#newcode87 base/base_paths_mac.mm:87: // FIXME(thakis): try to move the xcodebuild directory up ...
8 years, 11 months ago (2012-01-19 16:31:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8585029/14001
8 years, 11 months ago (2012-01-19 19:05:31 UTC) #9
commit-bot: I haz the power
Presubmit check for 8585029-14001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 11 months ago (2012-01-19 19:05:34 UTC) #10
jochen (gone - plz use gerrit)
Brett, could you owner-approve please?
8 years, 11 months ago (2012-01-19 19:17:37 UTC) #11
darin (slow to review)
http://codereview.chromium.org/8585029/diff/14001/base/base_paths_mac.mm File base/base_paths_mac.mm (right): http://codereview.chromium.org/8585029/diff/14001/base/base_paths_mac.mm#newcode90 base/base_paths_mac.mm:90: *result = result->Append("Source/WebKit/chromium"); why should src/base know about the ...
8 years, 11 months ago (2012-01-21 00:18:53 UTC) #12
Nico
> base/base_paths_mac.mm:90: *result = result->Append("Source/WebKit/chromium"); > why should src/base know about the directory structure of ...
8 years, 11 months ago (2012-01-21 00:21:35 UTC) #13
darin (slow to review)
As mentioned over IM, I think it would be better to special-case GetWebKitRootDirFilePath() in webkit_support.cc ...
8 years, 11 months ago (2012-01-21 00:34:03 UTC) #14
jochen (gone - plz use gerrit)
Darin, ptal
8 years, 10 months ago (2012-02-01 12:03:24 UTC) #15
darin (slow to review)
LGTM
8 years, 10 months ago (2012-02-01 18:03:47 UTC) #16
darin (slow to review)
LGTM
8 years, 10 months ago (2012-02-01 18:03:50 UTC) #17
darin (slow to review)
Does this mean we can now also remove the WebKit references from base/base_paths_posix.cc?
8 years, 10 months ago (2012-02-01 18:04:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8585029/27002
8 years, 10 months ago (2012-02-03 21:30:37 UTC) #19
Nico
(Looks like this was in the cq for 2 days due to a slave lost ...
8 years, 10 months ago (2012-02-03 21:31:30 UTC) #20
commit-bot: I haz the power
Change committed as 120428
8 years, 10 months ago (2012-02-03 23:10:08 UTC) #21
jochen (gone - plz use gerrit)
On 2012/02/03 23:10:08, I haz the power (commit-bot) wrote: > Change committed as 120428 Actually, ...
8 years, 10 months ago (2012-02-04 07:48:29 UTC) #22
darin (slow to review)
8 years, 10 months ago (2012-02-04 08:00:10 UTC) #23
LGTM for base/ too.

Powered by Google App Engine
This is Rietveld 408576698