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

Issue 9447086: Android: Don't compile printing sources (Closed)

Created:
8 years, 10 months ago by gone
Modified:
8 years, 9 months ago
CC:
chromium-reviews, Avi (use Gerrit), ajwong+watch_chromium.org, creis+watch_chromium.org, brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Android: Don't compile printing sources We currently don't have the ability to print anything on Android. * Exclude chrome/browser/printing and chrome/browser/ui/webui/print_preview from the GYP rule for Android. * Guards calls to various print functions. BUG=http://crbug.com/113487 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124509

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : Addressed jam's comment #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -2 lines) Patch
M chrome/browser/browser_process_impl.cc View 1 5 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_contents/tab_contents_wrapper.cc View 1 2 3 chunks +8 lines, -2 lines 1 comment Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
gone
Hey all, we need to add a few guards to get rid of a few ...
8 years, 10 months ago (2012-02-28 00:48:51 UTC) #1
Bernhard Bauer
prefs/ LGTM (I guess that's what you wanted me to review?)
8 years, 9 months ago (2012-02-28 09:08:24 UTC) #2
Jói
I'm not very familiar with the printing and print preview support in Chrome in general; ...
8 years, 9 months ago (2012-02-28 10:04:18 UTC) #3
Miranda Callahan
On 2012/02/28 10:04:18, Jói wrote: > I'm not very familiar with the printing and print ...
8 years, 9 months ago (2012-02-28 14:32:58 UTC) #4
jam
lgtm with nit also, i think to make readability better, where you now add an ...
8 years, 9 months ago (2012-02-28 16:11:31 UTC) #5
Yaron
On 2012/02/28 14:32:58, Miranda Callahan wrote: > On 2012/02/28 10:04:18, Jói wrote: > > I'm ...
8 years, 9 months ago (2012-03-01 01:16:20 UTC) #6
Miranda Callahan
On 2012/03/01 01:16:20, Yaron wrote: > On 2012/02/28 14:32:58, Miranda Callahan wrote: > > On ...
8 years, 9 months ago (2012-03-01 14:03:10 UTC) #7
gone
http://codereview.chromium.org/9447086/diff/1/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc File chrome/browser/ui/tab_contents/tab_contents_wrapper.cc (right): http://codereview.chromium.org/9447086/diff/1/chrome/browser/ui/tab_contents/tab_contents_wrapper.cc#newcode100 chrome/browser/ui/tab_contents/tab_contents_wrapper.cc:100: print_view_manager_.reset(new printing::PrintViewManager(this)); On 2012/02/28 16:11:32, John Abd-El-Malek wrote: > ...
8 years, 9 months ago (2012-03-01 19:57:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/9447086/11001
8 years, 9 months ago (2012-03-01 20:55:55 UTC) #9
commit-bot: I haz the power
Change committed as 124509
8 years, 9 months ago (2012-03-01 22:48:06 UTC) #10
Avi (use Gerrit)
8 years, 9 months ago (2012-03-03 02:50:14 UTC) #11
http://codereview.chromium.org/9447086/diff/11001/chrome/browser/ui/tab_conte...
File chrome/browser/ui/tab_contents/tab_contents_wrapper.cc (right):

http://codereview.chromium.org/9447086/diff/11001/chrome/browser/ui/tab_conte...
chrome/browser/ui/tab_contents/tab_contents_wrapper.cc:109: #endif
What's wrong with alphabetical order? :(

Powered by Google App Engine
This is Rietveld 408576698