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

Issue 11026024: Add grit_whitelist for iOS. (Closed)

Created:
8 years, 2 months ago by msarda
Modified:
8 years, 2 months ago
Reviewers:
tony, stuartmorgan
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add grit_whitelist for iOS. A large number of IDS resources are not used on iOS. This CL includes the used ones via a grit whitelist file. The presubmit rule ensures that this file is ordered in ascending alphabetic order. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159879

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address Stuart's code review: Fix nits. #

Total comments: 4

Patch Set 3 : Address code review: Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -0 lines) Patch
M build/common.gypi View 1 1 chunk +8 lines, -0 lines 0 comments Download
A build/ios/PRESUBMIT.py View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A build/ios/grit_whitelist.txt View 1 chunk +511 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
msarda
Hi Stuart, There are no owners for the directory "build". If this CL seems right ...
8 years, 2 months ago (2012-10-02 15:01:11 UTC) #1
stuartmorgan
LGTM with nits. https://chromiumcodereview.appspot.com/11026024/diff/1/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/11026024/diff/1/build/common.gypi#newcode1250 build/common.gypi:1250: 'locales': [ This part isn't logically ...
8 years, 2 months ago (2012-10-02 16:16:56 UTC) #2
stuartmorgan
Tony, it looks like you've done a bunch with grit. Could you take a look ...
8 years, 2 months ago (2012-10-02 16:18:09 UTC) #3
msarda
https://chromiumcodereview.appspot.com/11026024/diff/1/build/common.gypi File build/common.gypi (right): https://chromiumcodereview.appspot.com/11026024/diff/1/build/common.gypi#newcode1250 build/common.gypi:1250: 'locales': [ On 2012/10/02 16:16:56, stuartmorgan wrote: > This ...
8 years, 2 months ago (2012-10-02 16:29:22 UTC) #4
tony
LGTM https://chromiumcodereview.appspot.com/11026024/diff/5001/build/ios/PRESUBMIT.py File build/ios/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/11026024/diff/5001/build/ios/PRESUBMIT.py#newcode19 build/ios/PRESUBMIT.py:19: sorted = all(lines[i] <= lines[i+1] for i in ...
8 years, 2 months ago (2012-10-02 18:41:15 UTC) #5
msarda
Thanks for the review. https://chromiumcodereview.appspot.com/11026024/diff/5001/build/ios/PRESUBMIT.py File build/ios/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/11026024/diff/5001/build/ios/PRESUBMIT.py#newcode19 build/ios/PRESUBMIT.py:19: sorted = all(lines[i] <= lines[i+1] ...
8 years, 2 months ago (2012-10-03 08:16:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/msarda@chromium.org/11026024/10001
8 years, 2 months ago (2012-10-03 08:16:26 UTC) #7
commit-bot: I haz the power
8 years, 2 months ago (2012-10-03 10:37:05 UTC) #8
Change committed as 159879

Powered by Google App Engine
This is Rietveld 408576698