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 1411153006: Variations string overrides now handles more .grd files (Closed)

Created:
5 years, 2 months ago by Moe
Modified:
5 years, 1 month ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Variations string overrides now handles more .grd files R=jwd@chromium.org BUG=471815 Committed: https://crrev.com/7b630c8fc675af729250429c152fffb11b9c067b Cr-Commit-Position: refs/heads/master@{#357166}

Patch Set 1 #

Total comments: 2

Patch Set 2 : expanded the comment a bit more #

Total comments: 4

Patch Set 3 : addressed comments on the CL #

Total comments: 4

Patch Set 4 : addressed comments and updated the gyp file (had forgotten to do so ...) #

Total comments: 8

Patch Set 5 : sorted the header files #

Patch Set 6 : fixed a comma problem with chrome_resources.gyp file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -4 lines) Patch
M chrome/browser/metrics/variations/BUILD.gn View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/chrome_resources.gyp View 1 2 3 4 5 2 chunks +22 lines, -3 lines 0 comments Download
M components/variations/service/generate_ui_string_overrider.py View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 30 (9 generated)
Moe
5 years, 2 months ago (2015-10-21 18:24:53 UTC) #1
jwd
https://codereview.chromium.org/1411153006/diff/1/components/variations/service/generate_ui_string_overrider.py File components/variations/service/generate_ui_string_overrider.py (right): https://codereview.chromium.org/1411153006/diff/1/components/variations/service/generate_ui_string_overrider.py#newcode74 components/variations/service/generate_ui_string_overrider.py:74: # Deduplicate resources nit: Add a bit more to ...
5 years, 2 months ago (2015-10-22 19:00:34 UTC) #2
Moe
https://codereview.chromium.org/1411153006/diff/1/components/variations/service/generate_ui_string_overrider.py File components/variations/service/generate_ui_string_overrider.py (right): https://codereview.chromium.org/1411153006/diff/1/components/variations/service/generate_ui_string_overrider.py#newcode74 components/variations/service/generate_ui_string_overrider.py:74: # Deduplicate resources On 2015/10/22 19:00:34, Jesse Doherty wrote: ...
5 years, 1 month ago (2015-10-26 15:09:26 UTC) #3
jwd
https://codereview.chromium.org/1411153006/diff/20001/components/variations/service/generate_ui_string_overrider.py File components/variations/service/generate_ui_string_overrider.py (right): https://codereview.chromium.org/1411153006/diff/20001/components/variations/service/generate_ui_string_overrider.py#newcode75 components/variations/service/generate_ui_string_overrider.py:75: # files. Unless deduplicated here, collisions will be raised ...
5 years, 1 month ago (2015-10-26 15:11:15 UTC) #4
Alexei Svitkine (slow)
https://codereview.chromium.org/1411153006/diff/20001/chrome/browser/metrics/variations/BUILD.gn File chrome/browser/metrics/variations/BUILD.gn (right): https://codereview.chromium.org/1411153006/diff/20001/chrome/browser/metrics/variations/BUILD.gn#newcode15 chrome/browser/metrics/variations/BUILD.gn:15: "$root_gen_dir/chrome/grit/settings_google_chrome_strings.h", We should also add components/strings/grit/components_strings.h. More and more ...
5 years, 1 month ago (2015-10-26 15:17:18 UTC) #6
Moe
https://codereview.chromium.org/1411153006/diff/20001/chrome/browser/metrics/variations/BUILD.gn File chrome/browser/metrics/variations/BUILD.gn (right): https://codereview.chromium.org/1411153006/diff/20001/chrome/browser/metrics/variations/BUILD.gn#newcode15 chrome/browser/metrics/variations/BUILD.gn:15: "$root_gen_dir/chrome/grit/settings_google_chrome_strings.h", On 2015/10/26 15:17:18, Alexei Svitkine (slow) wrote: > ...
5 years, 1 month ago (2015-10-26 16:23:52 UTC) #7
jwd
lgtm
5 years, 1 month ago (2015-10-26 20:03:30 UTC) #8
Alexei Svitkine (slow)
lgtm % nits You still need an owner for chrome/ https://codereview.chromium.org/1411153006/diff/40001/components/variations/service/generate_ui_string_overrider.py File components/variations/service/generate_ui_string_overrider.py (right): https://codereview.chromium.org/1411153006/diff/40001/components/variations/service/generate_ui_string_overrider.py#newcode75 ...
5 years, 1 month ago (2015-10-27 15:54:31 UTC) #9
Moe
updated the CL based on the comments and updated chrome/chrome_resources.gyp which was left out in ...
5 years, 1 month ago (2015-10-28 00:30:38 UTC) #12
sky
https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp File chrome/chrome_resources.gyp (right): https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp#newcode315 chrome/chrome_resources.gyp:315: '<(grit_out_dir)/grit/chromium_strings.h', nit: sort these. https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp#newcode319 chrome/chrome_resources.gyp:319: '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strings.h', What target ...
5 years, 1 month ago (2015-10-28 15:47:54 UTC) #13
Moe
addressed sky's comments https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp File chrome/chrome_resources.gyp (right): https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp#newcode315 chrome/chrome_resources.gyp:315: '<(grit_out_dir)/grit/chromium_strings.h', On 2015/10/28 15:47:54, sky wrote: ...
5 years, 1 month ago (2015-10-29 01:13:20 UTC) #14
sky
https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp File chrome/chrome_resources.gyp (right): https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp#newcode319 chrome/chrome_resources.gyp:319: '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strings.h', On 2015/10/29 01:13:20, Moe wrote: > On 2015/10/28 ...
5 years, 1 month ago (2015-10-29 15:57:01 UTC) #15
Moe
https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp File chrome/chrome_resources.gyp (right): https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp#newcode319 chrome/chrome_resources.gyp:319: '<(SHARED_INTERMEDIATE_DIR)/components/strings/grit/components_strings.h', On 2015/10/29 15:57:01, sky wrote: > On 2015/10/29 ...
5 years, 1 month ago (2015-10-29 17:16:10 UTC) #16
sky
+mark for dependencies questions: https://codereview.chromium.org/1411153006/diff/60001/chrome/chrome_resources.gyp#newcode319
5 years, 1 month ago (2015-10-29 19:07:04 UTC) #18
Mark Mentovai
All grit actions include build/grit_action.gypi, which specifies outputs as 'outputs': [ '<!@pymod_do_main(grit_info <@(grit_defines) <@(grit_additional_defines) ' ...
5 years, 1 month ago (2015-10-29 20:20:12 UTC) #19
sky
Thanks! LGTM
5 years, 1 month ago (2015-10-29 23:03:10 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411153006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411153006/80001
5 years, 1 month ago (2015-10-30 15:35:27 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/138439) android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 1 month ago (2015-10-30 15:44:59 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1411153006/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1411153006/100001
5 years, 1 month ago (2015-10-30 18:14:17 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 1 month ago (2015-10-30 19:20:23 UTC) #29
commit-bot: I haz the power
5 years, 1 month ago (2015-10-30 19:21:18 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/7b630c8fc675af729250429c152fffb11b9c067b
Cr-Commit-Position: refs/heads/master@{#357166}

Powered by Google App Engine
This is Rietveld 408576698