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

Issue 10698149: Add minimal support for process_utils on iOS (Closed)

Created:
8 years, 5 months ago by stuartmorgan
Modified:
8 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@all-ios-tweak
Visibility:
Public.

Description

Add minimal support for process_utils on iOS Much of process_utils isn't meaningful on iOS, but this provides enough to support unit tests and minimal metrics. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146123

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address review comments #

Total comments: 3

Patch Set 3 : Tweak include in gyp; eliminate patch bleed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -8 lines) Patch
M base/base.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M base/process_util.h View 1 5 chunks +6 lines, -4 lines 0 comments Download
A base/process_util_ios.mm View 1 1 chunk +96 lines, -0 lines 0 comments Download
A base/process_util_unittest_ios.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
stuartmorgan
8 years, 5 months ago (2012-07-11 07:28:58 UTC) #1
Mark Mentovai
https://chromiumcodereview.appspot.com/10698149/diff/1/base/process_util_ios.mm File base/process_util_ios.mm (right): https://chromiumcodereview.appspot.com/10698149/diff/1/base/process_util_ios.mm#newcode8 base/process_util_ios.mm:8: #include <iostream> C++ system headers belong in a separate ...
8 years, 5 months ago (2012-07-11 12:36:50 UTC) #2
stuartmorgan
https://chromiumcodereview.appspot.com/10698149/diff/1/base/process_util_ios.mm File base/process_util_ios.mm (right): https://chromiumcodereview.appspot.com/10698149/diff/1/base/process_util_ios.mm#newcode8 base/process_util_ios.mm:8: #include <iostream> On 2012/07/11 12:36:51, Mark Mentovai wrote: > ...
8 years, 5 months ago (2012-07-11 13:56:57 UTC) #3
Mark Mentovai
https://chromiumcodereview.appspot.com/10698149/diff/1/base/process_util_ios.mm File base/process_util_ios.mm (right): https://chromiumcodereview.appspot.com/10698149/diff/1/base/process_util_ios.mm#newcode77 base/process_util_ios.mm:77: ProcessMetrics::PortProvider* port_provider) {} stuartmorgan wrote: > Done. (I suspect ...
8 years, 5 months ago (2012-07-11 14:04:21 UTC) #4
stuartmorgan
Sorry about the patch bleed; I'm playing some games with my tree to chain my ...
8 years, 5 months ago (2012-07-11 14:18:03 UTC) #5
Mark Mentovai
LGTM
8 years, 5 months ago (2012-07-11 14:25:52 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/10698149/5006
8 years, 5 months ago (2012-07-11 14:31:39 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 15:35:04 UTC) #8
Change committed as 146123

Powered by Google App Engine
This is Rietveld 408576698