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

Issue 2592983003: [Clean Skeleton] Migrate code to clean/ (Closed)

Created:
4 years ago by marq (ping after 24h)
Modified:
3 years, 11 months ago
CC:
chromium-reviews, pkl (ping after 24h if needed), sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Clean Skeleton] Migrate code to clean/ BUG= Review-Url: https://codereview.chromium.org/2592983003 Cr-Commit-Position: refs/heads/master@{#443291} Committed: https://chromium.googlesource.com/chromium/src/+/525d6e76600f29e2f724f29584129fec46236641

Patch Set 1 #

Patch Set 2 : Fix includes. #

Total comments: 16

Patch Set 3 : Rebase, updated target names. #

Patch Set 4 : Add blank line. #

Patch Set 5 : Add top-level README #

Patch Set 6 : fix another include. #

Patch Set 7 : Minimal DEPS. #

Patch Set 8 : More DEPS pruning. #

Patch Set 9 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -4346 lines) Patch
M ios/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/app/BUILD.gn View 1 2 1 chunk +0 lines, -80 lines 0 comments Download
D ios/chrome/app/app_delegate.h View 1 chunk +0 lines, -27 lines 0 comments Download
D ios/chrome/app/app_delegate.mm View 1 chunk +0 lines, -120 lines 0 comments Download
D ios/chrome/app/application_phase.h View 1 chunk +0 lines, -32 lines 0 comments Download
D ios/chrome/app/application_state.h View 1 chunk +0 lines, -113 lines 0 comments Download
D ios/chrome/app/application_state.mm View 1 chunk +0 lines, -110 lines 0 comments Download
D ios/chrome/app/application_step.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ios/chrome/app/main.mm View 1 chunk +0 lines, -72 lines 0 comments Download
D ios/chrome/app/steps/BUILD.gn View 1 chunk +0 lines, -36 lines 0 comments Download
D ios/chrome/app/steps/README.md View 1 chunk +0 lines, -6 lines 0 comments Download
D ios/chrome/app/steps/launch_to_background.h View 1 chunk +0 lines, -38 lines 0 comments Download
D ios/chrome/app/steps/launch_to_background.mm View 1 chunk +0 lines, -131 lines 0 comments Download
D ios/chrome/app/steps/launch_to_basic.h View 1 chunk +0 lines, -25 lines 0 comments Download
D ios/chrome/app/steps/launch_to_basic.mm View 1 chunk +0 lines, -30 lines 0 comments Download
D ios/chrome/app/steps/launch_to_foreground.h View 1 chunk +0 lines, -38 lines 0 comments Download
D ios/chrome/app/steps/launch_to_foreground.mm View 1 chunk +0 lines, -78 lines 0 comments Download
D ios/chrome/app/steps/tab_grid_coordinator+application_step.h View 1 chunk +0 lines, -27 lines 0 comments Download
D ios/chrome/app/steps/tab_grid_coordinator+application_step.mm View 1 chunk +0 lines, -80 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 1 2 1 chunk +0 lines, -18 lines 0 comments Download
D ios/chrome/browser/browser_coordinator.h View 1 chunk +0 lines, -49 lines 0 comments Download
D ios/chrome/browser/browser_coordinator.mm View 1 chunk +0 lines, -113 lines 0 comments Download
D ios/chrome/browser/browser_coordinator+internal.h View 1 chunk +0 lines, -76 lines 0 comments Download
M ios/chrome/browser/ui/BUILD.gn View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
D ios/chrome/browser/ui/actions/BUILD.gn View 1 2 1 chunk +0 lines, -14 lines 0 comments Download
D ios/chrome/browser/ui/actions/README.md View 1 chunk +0 lines, -26 lines 0 comments Download
D ios/chrome/browser/ui/actions/settings_actions.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ios/chrome/browser/ui/actions/tab_grid_actions.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ios/chrome/browser/ui/actions/tab_strip_actions.h View 1 2 1 chunk +0 lines, -21 lines 0 comments Download
D ios/chrome/browser/ui/actions/tools_menu_actions.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ios/chrome/browser/ui/animators/BUILD.gn View 1 chunk +0 lines, -17 lines 0 comments Download
D ios/chrome/browser/ui/animators/README.md View 1 chunk +0 lines, -6 lines 0 comments Download
D ios/chrome/browser/ui/animators/zoom_transition_animator.h View 1 chunk +0 lines, -48 lines 0 comments Download
D ios/chrome/browser/ui/animators/zoom_transition_animator.mm View 1 chunk +0 lines, -129 lines 0 comments Download
D ios/chrome/browser/ui/animators/zoom_transition_delegate.h View 1 chunk +0 lines, -20 lines 0 comments Download
M ios/chrome/browser/ui/commands/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
D ios/chrome/browser/ui/commands/settings_commands.h View 1 chunk +0 lines, -21 lines 0 comments Download
D ios/chrome/browser/ui/commands/tab_commands.h View 1 chunk +0 lines, -19 lines 0 comments Download
D ios/chrome/browser/ui/commands/tab_grid_commands.h View 1 chunk +0 lines, -19 lines 0 comments Download
D ios/chrome/browser/ui/commands/toolbar_commands.h View 1 chunk +0 lines, -21 lines 0 comments Download
D ios/chrome/browser/ui/presenters/BUILD.gn View 1 chunk +0 lines, -13 lines 0 comments Download
D ios/chrome/browser/ui/presenters/README.md View 1 chunk +0 lines, -6 lines 0 comments Download
D ios/chrome/browser/ui/presenters/menu_presentation_controller.h View 1 chunk +0 lines, -24 lines 0 comments Download
D ios/chrome/browser/ui/presenters/menu_presentation_controller.mm View 1 chunk +0 lines, -65 lines 0 comments Download
D ios/chrome/browser/ui/presenters/menu_presentation_delegate.h View 1 chunk +0 lines, -22 lines 0 comments Download
M ios/chrome/browser/ui/settings/BUILD.gn View 1 2 1 chunk +0 lines, -17 lines 0 comments Download
D ios/chrome/browser/ui/settings/settings_coordinator.h View 1 chunk +0 lines, -25 lines 0 comments Download
D ios/chrome/browser/ui/settings/settings_coordinator.mm View 1 chunk +0 lines, -61 lines 0 comments Download
D ios/chrome/browser/ui/strip/BUILD.gn View 1 2 1 chunk +0 lines, -16 lines 0 comments Download
D ios/chrome/browser/ui/strip/strip_container_view_controller.h View 1 2 1 chunk +0 lines, -31 lines 0 comments Download
D ios/chrome/browser/ui/strip/strip_container_view_controller.mm View 1 2 1 chunk +0 lines, -229 lines 0 comments Download
D ios/chrome/browser/ui/tab/BUILD.gn View 1 chunk +0 lines, -25 lines 0 comments Download
D ios/chrome/browser/ui/tab/README.md View 1 chunk +0 lines, -6 lines 0 comments Download
D ios/chrome/browser/ui/tab/tab_container_view_controller.h View 1 chunk +0 lines, -43 lines 0 comments Download
D ios/chrome/browser/ui/tab/tab_container_view_controller.mm View 1 2 1 chunk +0 lines, -284 lines 0 comments Download
D ios/chrome/browser/ui/tab/tab_coordinator.h View 1 chunk +0 lines, -35 lines 0 comments Download
D ios/chrome/browser/ui/tab/tab_coordinator.mm View 1 chunk +0 lines, -120 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/BUILD.gn View 1 chunk +0 lines, -43 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/README.md View 1 chunk +0 lines, -14 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/tab_grid_coordinator.h View 1 chunk +0 lines, -22 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/tab_grid_coordinator.mm View 1 chunk +0 lines, -139 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/tab_grid_tab_cell.mm View 1 chunk +0 lines, -52 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/tab_grid_view_controller.h View 1 chunk +0 lines, -46 lines 0 comments Download
D ios/chrome/browser/ui/tab_grid/tab_grid_view_controller.mm View 1 chunk +0 lines, -155 lines 0 comments Download
M ios/chrome/browser/ui/toolbar/BUILD.gn View 1 2 1 chunk +0 lines, -22 lines 0 comments Download
D ios/chrome/browser/ui/toolbar/toolbar_coordinator.h View 1 chunk +0 lines, -19 lines 0 comments Download
D ios/chrome/browser/ui/toolbar/toolbar_coordinator.mm View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -62 lines 0 comments Download
D ios/chrome/browser/ui/toolbar/toolbar_view_controller.h View 1 chunk +0 lines, -33 lines 0 comments Download
D ios/chrome/browser/ui/toolbar/toolbar_view_controller.mm View 1 chunk +0 lines, -97 lines 0 comments Download
D ios/chrome/browser/ui/tools/BUILD.gn View 1 chunk +0 lines, -35 lines 0 comments Download
D ios/chrome/browser/ui/tools/README.md View 1 chunk +0 lines, -6 lines 0 comments Download
D ios/chrome/browser/ui/tools/menu_view_controller.h View 1 chunk +0 lines, -20 lines 0 comments Download
D ios/chrome/browser/ui/tools/menu_view_controller.mm View 1 chunk +0 lines, -73 lines 0 comments Download
D ios/chrome/browser/ui/tools/tools_coordinator.h View 1 chunk +0 lines, -21 lines 0 comments Download
D ios/chrome/browser/ui/tools/tools_coordinator.mm View 1 chunk +0 lines, -73 lines 0 comments Download
D ios/chrome/browser/ui/ui_types.h View 1 chunk +0 lines, -15 lines 0 comments Download
D ios/chrome/browser/ui/web_contents/BUILD.gn View 1 chunk +0 lines, -22 lines 0 comments Download
D ios/chrome/browser/ui/web_contents/README.md View 1 chunk +0 lines, -6 lines 0 comments Download
D ios/chrome/browser/ui/web_contents/web_contents_view_controller.h View 1 chunk +0 lines, -38 lines 0 comments Download
D ios/chrome/browser/ui/web_contents/web_contents_view_controller.mm View 1 chunk +0 lines, -56 lines 0 comments Download
D ios/chrome/browser/ui/web_contents/web_coordinator.h View 1 chunk +0 lines, -34 lines 0 comments Download
D ios/chrome/browser/ui/web_contents/web_coordinator.mm View 1 chunk +0 lines, -45 lines 0 comments Download
D ios/chrome/browser/url_opening.h View 1 chunk +0 lines, -21 lines 0 comments Download
M ios/chrome/browser/web/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -11 lines 0 comments Download
D ios/chrome/browser/web/web_mediator.h View 1 chunk +0 lines, -36 lines 0 comments Download
D ios/chrome/browser/web/web_mediator.mm View 1 chunk +0 lines, -33 lines 0 comments Download
D ios/chrome/browser/web/web_mediator+internal.h View 1 chunk +0 lines, -26 lines 0 comments Download
A ios/clean/DEPS View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
A + ios/clean/README.md View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A ios/clean/chrome/app/BUILD.gn View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A ios/clean/chrome/app/DEPS View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
A + ios/clean/chrome/app/app_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/app/app_delegate.mm View 1 chunk +6 lines, -6 lines 0 comments Download
A + ios/clean/chrome/app/application_phase.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/app/application_state.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/app/application_state.mm View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/app/application_step.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/app/main.mm View 1 chunk +1 line, -1 line 0 comments Download
A + ios/clean/chrome/app/steps/BUILD.gn View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/app/steps/launch_to_background.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/app/steps/launch_to_background.mm View 2 chunks +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/app/steps/launch_to_basic.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/app/steps/launch_to_basic.mm View 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/app/steps/launch_to_foreground.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/app/steps/launch_to_foreground.mm View 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + ios/clean/chrome/app/steps/tab_grid_coordinator+application_step.mm View 1 chunk +3 lines, -3 lines 0 comments Download
A ios/clean/chrome/browser/BUILD.gn View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A + ios/clean/chrome/browser/browser_coordinator.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/browser_coordinator.mm View 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/browser/browser_coordinator+internal.h View 1 chunk +1 line, -1 line 0 comments Download
A + ios/clean/chrome/browser/ui/BUILD.gn View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/ui/actions/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/actions/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/actions/settings_actions.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/actions/tab_grid_actions.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/actions/tab_strip_actions.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/actions/tools_menu_actions.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/animators/BUILD.gn View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/animators/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/animators/zoom_transition_animator.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/animators/zoom_transition_animator.mm View 1 chunk +1 line, -1 line 0 comments Download
A + ios/clean/chrome/browser/ui/animators/zoom_transition_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/commands/BUILD.gn View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/ui/commands/settings_commands.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/commands/tab_commands.h View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/commands/tab_grid_commands.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/commands/toolbar_commands.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/presenters/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/presenters/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/presenters/menu_presentation_controller.mm View 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/browser/ui/presenters/menu_presentation_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/settings/BUILD.gn View 1 2 1 chunk +7 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/ui/settings/settings_coordinator.h View 1 chunk +1 line, -1 line 0 comments Download
A + ios/clean/chrome/browser/ui/settings/settings_coordinator.mm View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/strip/BUILD.gn View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/browser/ui/strip/strip_container_view_controller.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/strip/strip_container_view_controller.mm View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab/BUILD.gn View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab/tab_container_view_controller.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab/tab_container_view_controller.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab/tab_coordinator.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab/tab_coordinator.mm View 1 chunk +6 lines, -6 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/BUILD.gn View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/tab_grid_coordinator.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/tab_grid_coordinator.mm View 1 1 chunk +8 lines, -8 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/tab_grid_tab_cell.mm View 1 chunk +1 line, -1 line 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/tab_grid_view_controller.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tab_grid/tab_grid_view_controller.mm View 1 chunk +7 lines, -7 lines 0 comments Download
A ios/clean/chrome/browser/ui/toolbar/BUILD.gn View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A + ios/clean/chrome/browser/ui/toolbar/toolbar_coordinator.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/toolbar/toolbar_coordinator.mm View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/toolbar/toolbar_view_controller.mm View 1 chunk +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tools/BUILD.gn View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tools/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tools/menu_view_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tools/menu_view_controller.mm View 1 chunk +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tools/tools_coordinator.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/tools/tools_coordinator.mm View 1 chunk +4 lines, -4 lines 0 comments Download
A + ios/clean/chrome/browser/ui/ui_types.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/web_contents/BUILD.gn View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/browser/ui/web_contents/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/ui/web_contents/web_contents_view_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/ui/web_contents/web_contents_view_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
A + ios/clean/chrome/browser/ui/web_contents/web_coordinator.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/ui/web_contents/web_coordinator.mm View 1 chunk +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/url_opening.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ios/clean/chrome/browser/web/BUILD.gn View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
A + ios/clean/chrome/browser/web/web_mediator.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ios/clean/chrome/browser/web/web_mediator.mm View 1 chunk +2 lines, -2 lines 0 comments Download
A + ios/clean/chrome/browser/web/web_mediator+internal.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/showcase/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ios/showcase/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ios/showcase/strip/BUILD.gn View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ios/showcase/strip/sc_strip_coordinator.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ios/showcase/tab_grid/BUILD.gn View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ios/showcase/tab_grid/sc_tab_grid_coordinator.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 62 (30 generated)
marq (ping after 24h)
Still need to fix up some headers, but this is most of what's needed to ...
4 years ago (2016-12-21 18:34:26 UTC) #2
marq (ping after 24h)
Fix includes.
4 years ago (2016-12-22 10:11:26 UTC) #3
commit-bot: I haz the power
This CL has an open dependency (Issue 2590933002 Patch 1). Please resolve the dependency and ...
4 years ago (2016-12-22 13:28:37 UTC) #6
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/2592983003/20001
4 years ago (2016-12-22 14:46:27 UTC) #8
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years ago (2016-12-22 14:46:29 UTC) #10
marq (ping after 24h)
Ping on this; I will update the CL to include other code that has since ...
3 years, 11 months ago (2017-01-09 09:26:19 UTC) #16
sdefresne
The initial message said the CL was not ready for review yet and then there ...
3 years, 11 months ago (2017-01-09 09:45:04 UTC) #17
sdefresne
lg once the target have been renamed and the include guard fixed
3 years, 11 months ago (2017-01-09 09:45:24 UTC) #18
lpromero
lgtm
3 years, 11 months ago (2017-01-09 11:54:46 UTC) #19
marq (ping after 24h)
Thanks for the review. I'll land this soon unless anyone objects. https://codereview.chromium.org/2592983003/diff/20001/ios/clean/chrome/app/BUILD.gn File ios/clean/chrome/app/BUILD.gn (right): ...
3 years, 11 months ago (2017-01-09 17:38:07 UTC) #20
sdefresne
lgtm https://codereview.chromium.org/2592983003/diff/20001/ios/clean/chrome/app/BUILD.gn File ios/clean/chrome/app/BUILD.gn (right): https://codereview.chromium.org/2592983003/diff/20001/ios/clean/chrome/app/BUILD.gn#newcode80 ios/clean/chrome/app/BUILD.gn:80: "application_phase.h", On 2017/01/09 17:38:07, marq wrote: > On ...
3 years, 11 months ago (2017-01-09 17:45:00 UTC) #21
marq (ping after 24h)
Add top-level README
3 years, 11 months ago (2017-01-09 17:49:15 UTC) #22
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/2592983003/80001
3 years, 11 months ago (2017-01-09 18:22:13 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/132279) ios-simulator-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 11 months ago (2017-01-09 18:30:51 UTC) #27
marq (ping after 24h)
fix another include.
3 years, 11 months ago (2017-01-10 09:42:29 UTC) #28
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/2592983003/100001
3 years, 11 months ago (2017-01-10 09:43:22 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/338266)
3 years, 11 months ago (2017-01-10 09:51:21 UTC) #33
marq (ping after 24h)
Minimal DEPS.
3 years, 11 months ago (2017-01-10 12:15:02 UTC) #34
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/2592983003/120001
3 years, 11 months ago (2017-01-10 12:30:54 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/338334)
3 years, 11 months ago (2017-01-10 12:38:30 UTC) #39
marq (ping after 24h)
+mark@ for ios/clean/DEPS (all dependencies there already exist in ios/chrome/DEPS).
3 years, 11 months ago (2017-01-10 13:04:56 UTC) #41
Mark Mentovai
LGTM
3 years, 11 months ago (2017-01-10 22:21:22 UTC) #42
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/2592983003/120001
3 years, 11 months ago (2017-01-11 07:27:49 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/339306)
3 years, 11 months ago (2017-01-11 07:36:10 UTC) #46
marq (ping after 24h)
Reviewers added for ios/clean/DEPS, which duplicates some existing ios/chrome/DEPS dependencies: +juliatuttle for net +thakis for ...
3 years, 11 months ago (2017-01-11 09:03:10 UTC) #48
Nico
ios/clean/DEPS lgtm
3 years, 11 months ago (2017-01-11 15:48:33 UTC) #49
Julia Tuttle
+net in ios/clean/DEPS lgtm
3 years, 11 months ago (2017-01-12 15:12:17 UTC) #50
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/2592983003/140001
3 years, 11 months ago (2017-01-12 15:19:43 UTC) #53
commit-bot: I haz the power
Failed to apply patch for ios/showcase/BUILD.gn: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-12 16:21:40 UTC) #55
marq (ping after 24h)
Rebased
3 years, 11 months ago (2017-01-12 17:05:03 UTC) #56
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/2592983003/160001
3 years, 11 months ago (2017-01-12 17:05:34 UTC) #59
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 18:15:39 UTC) #62
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/525d6e76600f29e2f724f2958412...

Powered by Google App Engine
This is Rietveld 408576698