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

Issue 12089102: Make most code on mac compile with enable_web_intents=0 (Closed)

Created:
7 years, 10 months ago by Nico
Modified:
7 years, 10 months ago
Reviewers:
tony, gbillock, sail, jschuh, piman
CC:
chromium-reviews, groby+watch_chromium.org, benjhayden+dwatch_chromium.org, tfarina, jeremya+watch_chromium.org, jam, sail+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, rdsmith+dwatch_chromium.org, smckay+watch_chromium.org, gbillock+watch_chromium.org, chromium-apps-reviews_chromium.org, rouslan+watch_chromium.org, benwells
Visibility:
Public.

Description

Make most code on mac compile with enable_web_intents=0 Once everything builds with that set, I'll switch the default of that to off, then merge that into webkit and delete the webkit pieces, and then I'll delete the chromium bits. Since enable_web_intents is still 1, this change has no observable effect. BUG=173194 TEST=build with GYP_DEFINES=enable_web_intents=0. No compile errors, fewer linker errors. TBR=jschuh Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180186

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : android #

Patch Set 4 : win #

Patch Set 5 : aura #

Patch Set 6 : ffff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -2 lines) Patch
M chrome/browser/download/chrome_download_manager_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/download/chrome_download_manager_delegate.cc View 1 4 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/app_runtime/app_runtime_api.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_special_storage_policy_unittest.cc View 1 5 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_tab_contents.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 6 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/extensions/shell_window.cc View 1 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/location_bar.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/action_box_button_controller.cc View 7 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 5 chunks +10 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/base/test_location_bar.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 3 chunks +4 lines, -0 lines 0 comments Download
M content/common/intents_messages.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 5 chunks +10 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Nico
sail: review benwells: I saw some of the code mention intent support for apps. That ...
7 years, 10 months ago (2013-02-01 00:30:59 UTC) #1
sail
LGTM I don't quite follow why this is needed though. Couldn't we just delete all ...
7 years, 10 months ago (2013-02-01 00:37:59 UTC) #2
Nico
On 2013/02/01 00:37:59, sail wrote: > LGTM > I don't quite follow why this is ...
7 years, 10 months ago (2013-02-01 00:40:45 UTC) #3
Nico
piman: content/ tony: webkit/
7 years, 10 months ago (2013-02-01 00:41:31 UTC) #4
tony
webkit lgtm
7 years, 10 months ago (2013-02-01 00:44:40 UTC) #5
piman
lgtm
7 years, 10 months ago (2013-02-01 02:06:16 UTC) #6
Greg Billock
On 2013/02/01 02:06:16, piman wrote: > lgtm At one point ChromeOS ECHO was still using ...
7 years, 10 months ago (2013-02-01 05:40:44 UTC) #7
Nico
On Thu, Jan 31, 2013 at 9:40 PM, <gbillock@chromium.org> wrote: > On 2013/02/01 02:06:16, piman ...
7 years, 10 months ago (2013-02-01 16:27:34 UTC) #8
gbillock
ChromeOS ECHO = promotion for, e.g. Drive. Some third parties as well, I believe. Sorry, ...
7 years, 10 months ago (2013-02-01 16:40:36 UTC) #9
Nico
Who's a good contact for this? On Fri, Feb 1, 2013 at 8:40 AM, Greg ...
7 years, 10 months ago (2013-02-01 16:41:16 UTC) #10
gbillock
gauravsh On Fri, Feb 1, 2013 at 8:41 AM, Nico Weber <thakis@chromium.org> wrote: > Who's ...
7 years, 10 months ago (2013-02-01 17:15:54 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/12089102/10001
7 years, 10 months ago (2013-02-01 17:55:33 UTC) #12
commit-bot: I haz the power
Presubmit check for 12089102-10001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 10 months ago (2013-02-01 17:55:50 UTC) #13
Nico
jschuh: TBRing the trivial _messages.h change.
7 years, 10 months ago (2013-02-01 17:59:35 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/12089102/10001
7 years, 10 months ago (2013-02-01 17:59:43 UTC) #15
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 10 months ago (2013-02-01 18:10:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/12089102/7003
7 years, 10 months ago (2013-02-01 18:25:31 UTC) #17
commit-bot: I haz the power
Failed to trigger a try job on win_rel HTTP Error 400: Bad Request
7 years, 10 months ago (2013-02-01 18:57:58 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/12089102/4002
7 years, 10 months ago (2013-02-01 19:01:54 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-02-01 20:22:12 UTC) #20
commit-bot: I haz the power
7 years, 10 months ago (2013-02-01 20:22:16 UTC) #21

Powered by Google App Engine
This is Rietveld 408576698