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

Issue 2458833005: Move printing defines to buildflag system. (Closed)

Created:
4 years, 1 month ago by brettw
Modified:
4 years, 1 month ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, michaelpg+watch-options_chromium.org, blundell+watchlist_chromium.org, asvitkine+watch_chromium.org, derat+watch_chromium.org, mlamouri+watch-content_chromium.org, tfarina, sdefresne+watchlist_chromium.org, jam, darin-cc_chromium.org, oshima+watch_chromium.org, mac-reviews_chromium.org, chromium-apps-reviews_chromium.org, droger+watchlist_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move printing defines to buildflag system. Removes the build flags in //build/config/features.gni and puts them in a new file //printing/features/features.gni. A "features" target in that directory converts these to a BUILDFLAG header. Update users of define to use the new include, and check BUILDFLAG(...) instead of defined(...). One define about printing is removed from Blink. This function seems only to be called by the embedder, and printing code is compiled into Blink either way. The define seems to not be doing much. if the embedder doesn't want to print, they should not call the print function. There is a custom hack for the .rc file due to resource compiler preprocessor limitations. R=dbeam@chromium.org, dcheng@chromium.org, thestig@chromium.org, thestig, dcheng (third_party/WebKit) TBR=dbeam (webui), jschuh (ipc messages) Committed: https://chromium.googlesource.com/chromium/src/+/65f951ca1dc8c6b3fc5b2dc32e44b4e28a3b86e2

Patch Set 1 #

Patch Set 2 : Missing file #

Total comments: 2

Patch Set 3 : Fix Windows #

Patch Set 4 : Merge #

Patch Set 5 : Merge #

Patch Set 6 : RC fix #

Patch Set 7 : Merge fix, Blink #

Patch Set 8 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+493 lines, -365 lines) Patch
M build/config/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +0 lines, -19 lines 0 comments Download
M build/config/features.gni View 1 2 3 4 5 6 7 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/BUILD.gn View 1 2 3 4 5 6 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/app/chrome_dll.rc View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/apps/app_browsertest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/browser_process_impl.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/browser_process_impl.cc View 7 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/browser_shutdown.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chrome_browser_main.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/chrome_extensions_api_client.cc View 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/component_extensions_whitelist/whitelist.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/privet_http_impl.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/privet_http_impl.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/printing/cloud_print/privet_http_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/printing/print_view_manager.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/printing/print_view_manager.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_view_manager_base.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/printing/print_view_manager_base.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/printing/print_view_manager_common.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/printing/print_view_manager_common.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/printing/printing_message_filter.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/printing/printing_message_filter.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 2 3 4 5 6 7 6 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/task_manager/web_contents_tags.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/apps/chrome_app_delegate.cc View 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/ui/browser_command_controller.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_commands.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_commands.cc View 6 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/accelerators_cocoa.mm View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/libgtkui/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/libgtkui/gtk_ui.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/tab_helpers.cc View 1 2 3 4 5 6 7 3 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/accelerator_table.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/all_messages.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_features.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_features.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_utility_printing_messages.h View 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/common/common_message_generator.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/features.gni View 1 2 3 4 5 6 7 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 5 6 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 5 chunks +6 lines, -5 lines 0 comments Download
M chrome/renderer/chrome_render_frame_observer.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/service/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/base/testing_browser_process.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/base/testing_browser_process.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M chrome/test/base/web_ui_browser_test.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/utility/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/utility/printing_handler.h View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/utility/printing_handler.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M components/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M components/printing/common/print_messages.h View 13 chunks +19 lines, -18 lines 0 comments Download
M components/printing/common/print_messages.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M components/printing/renderer/print_web_view_helper.h View 1 2 3 4 14 chunks +18 lines, -17 lines 0 comments Download
M components/printing/renderer/print_web_view_helper.cc View 1 2 3 4 5 6 35 chunks +44 lines, -43 lines 0 comments Download
M components/printing/renderer/print_web_view_helper_linux.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M components/printing/renderer/print_web_view_helper_mac.mm View 1 2 3 4 6 chunks +7 lines, -6 lines 0 comments Download
M components/printing/renderer/print_web_view_helper_pdf_win.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/printing/test/print_mock_render_thread.h View 4 chunks +4 lines, -3 lines 0 comments Download
M components/printing/test/print_mock_render_thread.cc View 6 chunks +10 lines, -9 lines 0 comments Download
M components/printing/test/print_test_content_renderer_client.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/printing/test/print_web_view_helper_browsertest.cc View 18 chunks +27 lines, -26 lines 0 comments Download
M components/renderer_context_menu/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/renderer_context_menu/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/renderer_context_menu/context_menu_content_type.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/resources/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_print_settings_manager.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M printing/BUILD.gn View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
A + printing/features/BUILD.gn View 1 1 chunk +11 lines, -3 lines 0 comments Download
A printing/features/features.gni View 1 chunk +24 lines, -0 lines 0 comments Download
M printing/print_job_constants.h View 2 chunks +2 lines, -1 line 0 comments Download
M printing/print_job_constants.cc View 2 chunks +3 lines, -1 line 0 comments Download
M printing/printing_context.cc View 2 chunks +2 lines, -1 line 0 comments Download
M printing/printing_context_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M skia/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M tools/grit/grit_rule.gni View 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 86 (46 generated)
brettw
Missing file
4 years, 1 month ago (2016-10-28 21:35:58 UTC) #4
brettw
4 years, 1 month ago (2016-10-28 21:36:18 UTC) #6
Lei Zhang
lgtm https://codereview.chromium.org/2458833005/diff/20001/chrome/common/features.gni File chrome/common/features.gni (right): https://codereview.chromium.org/2458833005/diff/20001/chrome/common/features.gni#newcode71 chrome/common/features.gni:71: _enable_printing = enable_basic_printing || enable_print_preview Does the leading ...
4 years, 1 month ago (2016-10-28 21:49:49 UTC) #10
brettw
https://codereview.chromium.org/2458833005/diff/20001/chrome/common/features.gni File chrome/common/features.gni (right): https://codereview.chromium.org/2458833005/diff/20001/chrome/common/features.gni#newcode71 chrome/common/features.gni:71: _enable_printing = enable_basic_printing || enable_print_preview On 2016/10/28 21:49:49, Lei ...
4 years, 1 month ago (2016-10-28 22:20:54 UTC) #11
brettw
Fix Windows
4 years, 1 month ago (2016-10-28 22:23:59 UTC) #12
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/2458833005/40001
4 years, 1 month ago (2016-10-28 22:24:31 UTC) #15
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/96141) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-10-28 22:28:16 UTC) #17
brettw
Merge
4 years, 1 month ago (2016-10-28 22:31:20 UTC) #18
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/2458833005/60001
4 years, 1 month ago (2016-10-28 22:32:12 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/170491)
4 years, 1 month ago (2016-10-28 23:12:09 UTC) #23
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/2458833005/60001
4 years, 1 month ago (2016-10-28 23:14:20 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/154596)
4 years, 1 month ago (2016-10-28 23:24:04 UTC) #27
Lei Zhang
On 2016/10/28 23:24:04, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 1 month ago (2016-10-28 23:25:57 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/2458833005/60001
4 years, 1 month ago (2016-10-29 04:38:02 UTC) #30
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/292669) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 1 month ago (2016-10-29 04:42:12 UTC) #32
brettw
Merge
4 years, 1 month ago (2016-10-31 16:52:12 UTC) #33
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/2458833005/80001
4 years, 1 month ago (2016-10-31 16:52:35 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/97495)
4 years, 1 month ago (2016-10-31 17:27:13 UTC) #38
brettw
RC fix
4 years, 1 month ago (2016-10-31 19:56:04 UTC) #39
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/2458833005/100001
4 years, 1 month ago (2016-10-31 19:56:36 UTC) #42
brettw
I had to add a hack for the buildflag use in chrome_dll.rc since rc fails ...
4 years, 1 month ago (2016-10-31 20:00:10 UTC) #44
Lei Zhang
On 2016/10/31 20:00:10, brettw (ping on IM after 24h) wrote: > I had to add ...
4 years, 1 month ago (2016-10-31 20:07:35 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/325852)
4 years, 1 month ago (2016-10-31 21:56:00 UTC) #47
Dan Beam
rs lgtm but should there be included for build/buildflag.h for BUILDFLAG() + IWYU?
4 years, 1 month ago (2016-11-01 06:21:53 UTC) #48
Dan Beam
should there be includes*
4 years, 1 month ago (2016-11-01 06:22:06 UTC) #49
brettw
Merge fix, Blink
4 years, 1 month ago (2016-11-01 21:56:08 UTC) #50
brettw
+dcheng for the define removal in third_party/WebKit.
4 years, 1 month ago (2016-11-01 21:58:50 UTC) #54
Lei Zhang
On 2016/11/01 21:58:50, brettw (ping on IM after 24h) wrote: > +dcheng for the define ...
4 years, 1 month ago (2016-11-01 22:08:10 UTC) #57
brettw
On 2016/11/01 06:21:53, Dan Beam wrote: > rs lgtm but should there be included for ...
4 years, 1 month ago (2016-11-01 22:11:46 UTC) #58
dcheng
Blink LGTM
4 years, 1 month ago (2016-11-01 22:13:45 UTC) #59
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/2458833005/120001
4 years, 1 month ago (2016-11-02 16:39:33 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/254873) linux_chromium_chromeos_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
4 years, 1 month ago (2016-11-02 18:40:36 UTC) #66
brettw
Merge
4 years, 1 month ago (2016-11-03 06:25:16 UTC) #71
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/2458833005/140001
4 years, 1 month ago (2016-11-03 06:25:37 UTC) #74
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/310086)
4 years, 1 month ago (2016-11-03 08:26:02 UTC) #76
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/2458833005/140001
4 years, 1 month ago (2016-11-03 15:35:57 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/310419)
4 years, 1 month ago (2016-11-03 20:46:24 UTC) #80
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/2458833005/140001
4 years, 1 month ago (2016-11-03 21:39:12 UTC) #82
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/65f951ca1dc8c6b3fc5b2dc32e44b4e28a3b86e2 Cr-Commit-Position: refs/heads/master@{#429707}
4 years, 1 month ago (2016-11-03 22:09:39 UTC) #84
brettw
4 years, 1 month ago (2016-11-03 22:10:49 UTC) #86
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
65f951ca1dc8c6b3fc5b2dc32e44b4e28a3b86e2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698