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

Issue 610293003: Replace more for loops in GN (Closed)

Created:
6 years, 2 months ago by brettw
Modified:
6 years, 2 months ago
Reviewers:
scottmg
CC:
chromium-reviews, tfarina, rginda+watch_chromium.org, yoshiki+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Replace more for loops in GN Committed: https://crrev.com/d1033b6b2a898deb3707b6f657fb94a918297a84 Cr-Commit-Position: refs/heads/master@{#297508}

Patch Set 1 #

Patch Set 2 : more #

Patch Set 3 : self review #

Total comments: 3

Patch Set 4 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -479 lines) Patch
M tools/gn/args.cc View 8 chunks +23 lines, -28 lines 0 comments Download
M tools/gn/binary_target_generator.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M tools/gn/builder.cc View 13 chunks +28 lines, -49 lines 0 comments Download
M tools/gn/command_args.cc View 2 chunks +7 lines, -10 lines 0 comments Download
M tools/gn/command_desc.cc View 1 2 6 chunks +14 lines, -17 lines 0 comments Download
M tools/gn/command_help.cc View 2 chunks +12 lines, -24 lines 0 comments Download
M tools/gn/command_ls.cc View 1 2 1 chunk +10 lines, -12 lines 0 comments Download
M tools/gn/command_refs.cc View 2 chunks +14 lines, -19 lines 0 comments Download
M tools/gn/commands.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/gn/err.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/function_exec_script.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M tools/gn/function_foreach.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/function_get_path_info.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M tools/gn/function_get_target_outputs.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/gn/function_process_file_template.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/function_rebase_path.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/function_toolchain.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M tools/gn/function_write_file.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/gn_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/header_checker.cc View 9 chunks +30 lines, -42 lines 0 comments Download
M tools/gn/input_conversion.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/input_file_manager.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M tools/gn/loader.cc View 3 chunks +8 lines, -11 lines 0 comments Download
M tools/gn/loader_unittest.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M tools/gn/ninja_action_target_writer.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M tools/gn/ninja_binary_target_writer.cc View 1 6 chunks +13 lines, -17 lines 0 comments Download
M tools/gn/operators.cc View 1 2 chunks +7 lines, -8 lines 0 comments Download
M tools/gn/parse_tree.cc View 1 4 chunks +11 lines, -21 lines 0 comments Download
M tools/gn/parser.cc View 1 4 chunks +12 lines, -23 lines 0 comments Download
M tools/gn/path_output.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/scope.cc View 1 2 9 chunks +37 lines, -39 lines 0 comments Download
M tools/gn/setup.cc View 1 1 chunk +2 lines, -5 lines 0 comments Download
M tools/gn/standard_out.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M tools/gn/substitution_list.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tools/gn/substitution_writer.cc View 1 17 chunks +30 lines, -50 lines 0 comments Download
M tools/gn/trace.cc View 1 2 3 4 chunks +20 lines, -24 lines 0 comments Download
M tools/gn/value.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
M tools/gn/value_extractors.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M tools/gn/visibility.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
brettw
6 years, 2 months ago (2014-09-30 19:09:44 UTC) #2
scottmg
lgtm https://codereview.chromium.org/610293003/diff/40001/tools/gn/args.cc File tools/gn/args.cc (right): https://codereview.chromium.org/610293003/diff/40001/tools/gn/args.cc#newcode92 tools/gn/args.cc:92: for (const auto& cur_override : overrides) { I ...
6 years, 2 months ago (2014-09-30 19:31:47 UTC) #3
brettw
https://codereview.chromium.org/610293003/diff/40001/tools/gn/args.cc File tools/gn/args.cc (right): https://codereview.chromium.org/610293003/diff/40001/tools/gn/args.cc#newcode92 tools/gn/args.cc:92: for (const auto& cur_override : overrides) { I feel ...
6 years, 2 months ago (2014-09-30 20:15:50 UTC) #4
brettw
The other case was fixed, thanks for catching.
6 years, 2 months ago (2014-09-30 20:16:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/610293003/60001
6 years, 2 months ago (2014-09-30 20:17:11 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001) as bafb0660c452bccbd2792f7a66a2af9b364e6d84
6 years, 2 months ago (2014-09-30 21:44:28 UTC) #8
commit-bot: I haz the power
6 years, 2 months ago (2014-09-30 21:45:15 UTC) #9
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d1033b6b2a898deb3707b6f657fb94a918297a84
Cr-Commit-Position: refs/heads/master@{#297508}

Powered by Google App Engine
This is Rietveld 408576698