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

Issue 1178323005: Move remaining resources from java_staging/res to java/res. (Closed)

Created:
5 years, 6 months ago by newt (away)
Modified:
5 years, 6 months ago
Reviewers:
pkotwicz
CC:
chromium-reviews, davidben+watch_chromium.org, cbentzel+watch_chromium.org, tburkard+watch_chromium.org, gavinp+prer_chromium.org, yfriedman+watch_chromium.org, klundberg+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@res_default
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move remaining resources from java_staging/res to java/res. This moves the all the remaining resources in java_staging/res to java/res. This includes layouts, animations, menus, transitions, xml, and values. A later CL will delete the empty res folder (which now contains just an OWNERS file) and delete the build targets. Before then, all the Java files need to be updated to use org.chromium.chrome.R instead of com.google.android.apps.chrome.R. Generated using: cd java_staging for src in $(find res -type f); do dst="../java/$src" mkdir -p $(dirname $dst) mv $src $dst done BUG=497470 Committed: https://crrev.com/441009c0b2454f93adf9d30a42eaaf466b1673a8 Cr-Commit-Position: refs/heads/master@{#334775}

Patch Set 1 #

Total comments: 1

Patch Set 2 : renamed conflicting resource in chrome shell #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-76 lines, -3354 lines) Patch
M build/android/lint/suppressions.xml View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/android/java/res/anim/snackbar_in.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/anim/snackbar_out.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/color/eb_drawer_text_color.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/color/snack_bar_button_color.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/drawable-mdpi/reader_mode_bar_background.9.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-mdpi/tabs_moved_htc.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-mdpi/tabs_moved_nexus.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-mdpi/tabs_moved_samsung.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/tabs_moved_htc.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/tabs_moved_nexus.png View Binary file 0 comments Download
A + chrome/android/java/res/drawable-xxhdpi/tabs_moved_samsung.png View Binary file 0 comments Download
A + chrome/android/java/res/layout-sw600dp/empty_background_view.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout-sw600dp/find_toolbar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout-sw600dp/location_bar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout-sw600dp/toolbar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout-sw720dp/eb_main.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/add_bookmark.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/bookmark_thumbnail_widget.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/bookmark_thumbnail_widget_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/bookmark_thumbnail_widget_item_folder.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/bookmarks_page.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/control_container.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/custom_tabs_control_container.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/custom_tabs_toolbar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/dialog_with_titlebar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_add_edit_folder_activity.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_detail.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_drawer_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_drawer_title.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_folder_select_activity.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_folder_select_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_grid_folder.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_grid_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_list_divider.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_list_folder.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_list_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_main.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_main_content.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_popup_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/eb_promo_header.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/find_in_page.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/find_toolbar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/icon_most_visited_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/icon_most_visited_layout.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/location_bar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/main.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/most_visited_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/most_visited_layout.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/most_visited_placeholder.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/new_tab_page.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/new_tab_page_incognito.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/omnibox_results_container.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/opt_out_promo.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/prerender_test_main.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/reader_mode_control.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/reader_mode_view.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/recent_tabs_group_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/recent_tabs_group_separator_invisible.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/recent_tabs_group_separator_visible.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/recent_tabs_list_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/recent_tabs_page.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/recent_tabs_sync_promo.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/select_bookmark_folder.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/select_bookmark_folder_item.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/single_line_edit_dialog.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/snack_bar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/toolbar.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/url_container.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/layout/webapp_control_container.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/menu/custom_tabs_menu.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/menu/eb_action_bar_menu.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/menu/main_menu.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/menu/textselectionmenu.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/transition/fade.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/transition/move_image.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/values-sw600dp/values_staging.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/values-v17/styles_staging.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/values-v21/styles_staging.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/values/attrs_staging.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/values/values_staging.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/xml-sw600dp/bookmark_thumbnail_widget_info.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/xml/bookmark_thumbnail_widget_info.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/xml/document_mode_preferences.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/xml/file_paths.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/java/res/xml/main_preferences.xml View 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/android/java_staging/res/anim/snackbar_in.xml View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/android/java_staging/res/anim/snackbar_out.xml View 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/android/java_staging/res/color/eb_drawer_text_color.xml View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/android/java_staging/res/color/snack_bar_button_color.xml View 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/android/java_staging/res/drawable-mdpi/reader_mode_bar_background.9.png View Binary file 0 comments Download
D chrome/android/java_staging/res/drawable-mdpi/tabs_moved_htc.png View Binary file 0 comments Download
D chrome/android/java_staging/res/drawable-mdpi/tabs_moved_nexus.png View Binary file 0 comments Download
D chrome/android/java_staging/res/drawable-mdpi/tabs_moved_samsung.png View Binary file 0 comments Download
D chrome/android/java_staging/res/drawable-xxhdpi/tabs_moved_htc.png View Binary file 0 comments Download
D chrome/android/java_staging/res/drawable-xxhdpi/tabs_moved_nexus.png View Binary file 0 comments Download
D chrome/android/java_staging/res/drawable-xxhdpi/tabs_moved_samsung.png View Binary file 0 comments Download
D chrome/android/java_staging/res/layout-sw600dp/empty_background_view.xml View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/android/java_staging/res/layout-sw600dp/find_toolbar.xml View 1 chunk +0 lines, -19 lines 0 comments Download
D chrome/android/java_staging/res/layout-sw600dp/location_bar.xml View 1 chunk +0 lines, -77 lines 0 comments Download
D chrome/android/java_staging/res/layout-sw600dp/toolbar.xml View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/android/java_staging/res/layout-sw720dp/eb_main.xml View 1 chunk +0 lines, -23 lines 0 comments Download
D chrome/android/java_staging/res/layout/add_bookmark.xml View 1 chunk +0 lines, -77 lines 0 comments Download
D chrome/android/java_staging/res/layout/bookmark_thumbnail_widget.xml View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/android/java_staging/res/layout/bookmark_thumbnail_widget_item.xml View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/android/java_staging/res/layout/bookmark_thumbnail_widget_item_folder.xml View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/android/java_staging/res/layout/bookmarks_page.xml View 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/android/java_staging/res/layout/control_container.xml View 1 chunk +0 lines, -46 lines 0 comments Download
D chrome/android/java_staging/res/layout/custom_tabs_control_container.xml View 1 chunk +0 lines, -45 lines 0 comments Download
D chrome/android/java_staging/res/layout/custom_tabs_toolbar.xml View 1 chunk +0 lines, -79 lines 0 comments Download
D chrome/android/java_staging/res/layout/dialog_with_titlebar.xml View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_add_edit_folder_activity.xml View 1 chunk +0 lines, -106 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_detail.xml View 1 chunk +0 lines, -183 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_drawer_item.xml View 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_drawer_title.xml View 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_folder_select_activity.xml View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_folder_select_item.xml View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_grid_folder.xml View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_grid_item.xml View 1 chunk +0 lines, -90 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_list_divider.xml View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_list_folder.xml View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_list_item.xml View 1 chunk +0 lines, -76 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_main.xml View 1 chunk +0 lines, -22 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_main_content.xml View 1 chunk +0 lines, -89 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_popup_item.xml View 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_promo_header.xml View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/android/java_staging/res/layout/find_in_page.xml View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/android/java_staging/res/layout/find_toolbar.xml View 1 chunk +0 lines, -19 lines 0 comments Download
D chrome/android/java_staging/res/layout/icon_most_visited_item.xml View 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/android/java_staging/res/layout/icon_most_visited_layout.xml View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/android/java_staging/res/layout/location_bar.xml View 1 chunk +0 lines, -79 lines 0 comments Download
D chrome/android/java_staging/res/layout/main.xml View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/android/java_staging/res/layout/most_visited_item.xml View 1 chunk +0 lines, -35 lines 0 comments Download
D chrome/android/java_staging/res/layout/most_visited_layout.xml View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/android/java_staging/res/layout/most_visited_placeholder.xml View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/android/java_staging/res/layout/new_tab_page.xml View 1 chunk +0 lines, -205 lines 0 comments Download
D chrome/android/java_staging/res/layout/new_tab_page_incognito.xml View 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/android/java_staging/res/layout/omnibox_results_container.xml View 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/android/java_staging/res/layout/opt_out_promo.xml View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/android/java_staging/res/layout/prerender_test_main.xml View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/android/java_staging/res/layout/reader_mode_control.xml View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/android/java_staging/res/layout/reader_mode_view.xml View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/android/java_staging/res/layout/recent_tabs_group_item.xml View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/android/java_staging/res/layout/recent_tabs_group_separator_invisible.xml View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/android/java_staging/res/layout/recent_tabs_group_separator_visible.xml View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/android/java_staging/res/layout/recent_tabs_list_item.xml View 1 chunk +0 lines, -19 lines 0 comments Download
D chrome/android/java_staging/res/layout/recent_tabs_page.xml View 1 chunk +0 lines, -32 lines 0 comments Download
D chrome/android/java_staging/res/layout/recent_tabs_sync_promo.xml View 1 chunk +0 lines, -30 lines 0 comments Download
D chrome/android/java_staging/res/layout/select_bookmark_folder.xml View 1 chunk +0 lines, -49 lines 0 comments Download
D chrome/android/java_staging/res/layout/select_bookmark_folder_item.xml View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/android/java_staging/res/layout/single_line_edit_dialog.xml View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/android/java_staging/res/layout/snack_bar.xml View 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/android/java_staging/res/layout/toolbar.xml View 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/android/java_staging/res/layout/url_container.xml View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/android/java_staging/res/layout/webapp_control_container.xml View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/android/java_staging/res/menu/custom_tabs_menu.xml View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/android/java_staging/res/menu/eb_action_bar_menu.xml View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/android/java_staging/res/menu/main_menu.xml View 1 chunk +0 lines, -91 lines 0 comments Download
D chrome/android/java_staging/res/menu/textselectionmenu.xml View 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/android/java_staging/res/transition/fade.xml View 1 chunk +0 lines, -6 lines 0 comments Download
D chrome/android/java_staging/res/transition/move_image.xml View 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/android/java_staging/res/values-sw600dp/values_staging.xml View 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/android/java_staging/res/values-v17/styles_staging.xml View 1 chunk +0 lines, -135 lines 0 comments Download
D chrome/android/java_staging/res/values-v21/styles_staging.xml View 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/android/java_staging/res/values/attrs_staging.xml View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/android/java_staging/res/values/values_staging.xml View 1 chunk +0 lines, -22 lines 0 comments Download
D chrome/android/java_staging/res/xml-sw600dp/bookmark_thumbnail_widget_info.xml View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/android/java_staging/res/xml/bookmark_thumbnail_widget_info.xml View 1 chunk +0 lines, -17 lines 0 comments Download
D chrome/android/java_staging/res/xml/document_mode_preferences.xml View 1 chunk +0 lines, -18 lines 0 comments Download
D chrome/android/java_staging/res/xml/file_paths.xml View 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/android/java_staging/res/xml/main_preferences.xml View 1 chunk +0 lines, -57 lines 0 comments Download
M chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java View 1 1 chunk +2 lines, -1 line 0 comments Download
A + chrome/android/shell/res/menu/chrome_shell_main_menu.xml View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D chrome/android/shell/res/menu/main_menu.xml View 1 1 chunk +0 lines, -59 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
newt (away)
PTAL Note: This suppresses the lint warnings about the several known missing resources. The current ...
5 years, 6 months ago (2015-06-17 01:16:22 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178323005/1
5 years, 6 months ago (2015-06-17 01:17:42 UTC) #4
pkotwicz
LGTM. Thanks for finishing this up! https://codereview.chromium.org/1178323005/diff/1/build/android/lint/suppressions.xml File build/android/lint/suppressions.xml (right): https://codereview.chromium.org/1178323005/diff/1/build/android/lint/suppressions.xml#newcode54 build/android/lint/suppressions.xml:54: <ignore regexp=".*: reader_mode_bar_background.9.png, ...
5 years, 6 months ago (2015-06-17 01:25:48 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/82290)
5 years, 6 months ago (2015-06-17 01:36:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1178323005/20001
5 years, 6 months ago (2015-06-17 02:59:50 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 6 months ago (2015-06-17 04:07:05 UTC) #11
commit-bot: I haz the power
5 years, 6 months ago (2015-06-17 04:08:04 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/441009c0b2454f93adf9d30a42eaaf466b1673a8
Cr-Commit-Position: refs/heads/master@{#334775}

Powered by Google App Engine
This is Rietveld 408576698