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

Issue 4167006: Mac cloud print proxy work. (Closed)

Created:
10 years, 1 month ago by Scott Byer
Modified:
9 years, 7 months ago
Reviewers:
Lei Zhang, sanjeevr
CC:
chromium-reviews
Visibility:
Public.

Description

Mac cloud print proxy work. Turn on use_cups for the Mac, add in the required library, and tweak the code to get it linking. There is still more work to do; this is just a gyp-oriented change to get things started. BUG=none TEST=All targets still build on all platforms. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64441

Patch Set 1 #

Patch Set 2 : Clean up condition #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -14 lines) Patch
M build/common.gypi View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 2 chunks +16 lines, -6 lines 0 comments Download
M chrome/service/cloud_print/print_system_cups.cc View 1 chunk +0 lines, -1 line 1 comment Download
M printing/backend/print_backend_cups.cc View 4 chunks +6 lines, -0 lines 1 comment Download
M printing/printing.gyp View 2 chunks +16 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Scott Byer
10 years, 1 month ago (2010-10-28 22:43:52 UTC) #1
sanjeevr
LGTM
10 years, 1 month ago (2010-10-28 23:00:24 UTC) #2
Lei Zhang
10 years, 1 month ago (2010-10-29 18:46:42 UTC) #3
LGTM++

http://codereview.chromium.org/4167006/diff/5001/6003
File chrome/service/cloud_print/print_system_cups.cc (right):

http://codereview.chromium.org/4167006/diff/5001/6003#newcode9
chrome/service/cloud_print/print_system_cups.cc:9: #include <errno.h>
You can also remove dlfcn.h and errno.h.

http://codereview.chromium.org/4167006/diff/5001/6004
File printing/backend/print_backend_cups.cc (right):

http://codereview.chromium.org/4167006/diff/5001/6004#newcode9
printing/backend/print_backend_cups.cc:9: #if !defined(OS_MACOSX)
You can also wrap dlfcn.h and errno.h inside the #if.

Powered by Google App Engine
This is Rietveld 408576698