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

Issue 2606753004: Import Objective C Frameworks in components (Closed)

Created:
3 years, 11 months ago by Olivier
Modified:
3 years, 11 months ago
Reviewers:
sdefresne
CC:
asvitkine+watch_chromium.org, chromium-reviews, mac-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Import Objective C Frameworks in components The Objective-C frameworks must be imported and not included. Command to find Objective-C frameworks dir="`xcode-select -p`/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks"; for f in `ls $dir`; do name=${f%%.framework}; grep "^\s*#import " $dir/$f/Headers/$name.h > /dev/null 2>/dev/null; if [ "$?" = "0" ]; then echo $name; fi; done BUG=677965 Review-Url: https://codereview.chromium.org/2606753004 Cr-Commit-Position: refs/heads/master@{#441912} Committed: https://chromium.googlesource.com/chromium/src/+/69709ac69519ed94ff22744fec5d7d76a7b0d67a

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M components/handoff/handoff_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/drive_metrics_provider_mac.mm View 1 chunk +1 line, -1 line 4 comments Download
M components/policy/core/common/policy_loader_ios_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/ios/browser/account_consistency_service.mm View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/ios/browser/fake_profile_oauth2_token_service_ios_provider.mm View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.mm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (7 generated)
Olivier
3 years, 11 months ago (2016-12-28 14:12:01 UTC) #2
sdefresne
lgtm I found a few others using the following command, maybe it is worth fixing ...
3 years, 11 months ago (2017-01-03 12:04:42 UTC) #3
sdefresne
On 2017/01/03 12:04:42, sdefresne wrote: > lgtm > > I found a few others using ...
3 years, 11 months ago (2017-01-03 12:05:20 UTC) #4
Olivier
Done https://codereview.chromium.org/2606753004/diff/1/components/metrics/drive_metrics_provider_mac.mm File components/metrics/drive_metrics_provider_mac.mm (right): https://codereview.chromium.org/2606753004/diff/1/components/metrics/drive_metrics_provider_mac.mm#newcode7 components/metrics/drive_metrics_provider_mac.mm:7: #include <CoreFoundation/CoreFoundation.h> On 2017/01/03 12:04:42, sdefresne wrote: > ...
3 years, 11 months ago (2017-01-03 12:33:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2606753004/1
3 years, 11 months ago (2017-01-06 09:45:20 UTC) #10
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 10:12:27 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/69709ac69519ed94ff22744fec5d...

Powered by Google App Engine
This is Rietveld 408576698