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

Issue 657443004: MacViews: Get views based toolbar to compile on the Mac. (Closed)

Created:
6 years, 2 months ago by Andre
Modified:
6 years, 2 months ago
CC:
chromium-reviews, mac-views-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@views-findbar
Project:
chromium
Visibility:
Public.

Description

MacViews: Get views based toolbar to compile on the Mac. Rename files to avoid duplicate basename conflicts. Fix missing titlecase strings. BUG=425229 Committed: https://crrev.com/c3537cea19748cad88209a4729e3f1d8180b684a Cr-Commit-Position: refs/heads/master@{#301057}

Patch Set 1 #

Patch Set 2 : Update guards #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -521 lines) Patch
M chrome/app/generated_resources.grd View 4 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/menu_button.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/ui/cocoa/toolbar/reload_button.h View 1 chunk +0 lines, -46 lines 0 comments Download
D chrome/browser/ui/cocoa/toolbar/reload_button.mm View 1 chunk +0 lines, -265 lines 0 comments Download
A + chrome/browser/ui/cocoa/toolbar/reload_button_cocoa.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/ui/cocoa/toolbar/reload_button_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/reload_button_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/ui/cocoa/toolbar/toolbar_button.h View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/ui/cocoa/toolbar/toolbar_button.mm View 1 chunk +0 lines, -51 lines 0 comments Download
A + chrome/browser/ui/cocoa/toolbar/toolbar_button_cocoa.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/ui/cocoa/toolbar/toolbar_button_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_button_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
D chrome/browser/ui/cocoa/toolbar/toolbar_view.h View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/ui/cocoa/toolbar/toolbar_view.mm View 1 chunk +0 lines, -51 lines 0 comments Download
A + chrome/browser/ui/cocoa/toolbar/toolbar_view_cocoa.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/ui/cocoa/toolbar/toolbar_view_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_view_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 3 chunks +32 lines, -32 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
Andre
Robert, please review.
6 years, 2 months ago (2014-10-20 22:32:02 UTC) #2
Robert Sesek
This seems like kind of a grungy path to go down, since it duplicates naming ...
6 years, 2 months ago (2014-10-20 22:33:44 UTC) #3
Andre
On 2014/10/20 22:33:44, Robert Sesek wrote: > This seems like kind of a grungy path ...
6 years, 2 months ago (2014-10-20 22:40:19 UTC) #4
Robert Sesek
On 2014/10/20 22:40:19, Andre wrote: > On 2014/10/20 22:33:44, Robert Sesek wrote: > > This ...
6 years, 2 months ago (2014-10-20 22:43:05 UTC) #6
Mark Mentovai
Robert’s right, duplicate basenames can’t coexist in the same target. Is there a real configuration ...
6 years, 2 months ago (2014-10-21 03:31:31 UTC) #7
Andre
On 2014/10/21 03:31:31, Mark Mentovai wrote: > Robert’s right, duplicate basenames can’t coexist in the ...
6 years, 2 months ago (2014-10-21 05:41:00 UTC) #8
Mark Mentovai
Andre wrote: > The views browser code will not be part of the final binary ...
6 years, 2 months ago (2014-10-21 13:00:21 UTC) #9
Robert Sesek
As an alternative: could you merely filter out the cocoa/ files using gyp sources rules?
6 years, 2 months ago (2014-10-22 15:47:55 UTC) #10
Mark Mentovai
Andre and I talked about this. We’ll always get object files that have Objective-C @implementations ...
6 years, 2 months ago (2014-10-22 16:41:55 UTC) #11
pink (ping after 24hrs)
Thanks for working this out, guys! On Wed, Oct 22, 2014 at 12:41 PM, <mark@chromium.org> ...
6 years, 2 months ago (2014-10-22 16:43:04 UTC) #12
Andre
On 2014/10/22 16:43:04, pink wrote: > Thanks for working this out, guys! > > On ...
6 years, 2 months ago (2014-10-22 18:35:34 UTC) #13
Robert Sesek
LGTM
6 years, 2 months ago (2014-10-22 19:47:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/657443004/20001
6 years, 2 months ago (2014-10-22 21:27:47 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/82613) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/72255) win_gpu ...
6 years, 2 months ago (2014-10-22 21:36:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/657443004/80001
6 years, 2 months ago (2014-10-24 04:09:45 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:80001)
6 years, 2 months ago (2014-10-24 05:19:04 UTC) #22
commit-bot: I haz the power
6 years, 2 months ago (2014-10-24 05:19:57 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c3537cea19748cad88209a4729e3f1d8180b684a
Cr-Commit-Position: refs/heads/master@{#301057}

Powered by Google App Engine
This is Rietveld 408576698