New issue
Advanced search Search tips

Issue 646165 link

Starred by 9 users

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android
Pri: 3
Type: Bug

Blocking:
issue 752345



Sign in to add a comment

Empty Android release builds always rebuild java steps.

Project Member Reported by dalecur...@chromium.org, Sep 12 2016

Issue description

$ echo $GN_DEFINES
is_component_build=true ffmpeg_branding="Chrome" proprietary_codecs=true enable_nacl=false dcheck_always_on=true use_goma=true is_clang=true disable_incremental_isolated_processes=true is_debug=false target_os="android"

$ ninja -C out_android/Release chrome_public_apk_incremental -j 2000
[builds like 24000 files, compilation completes]

<change nothing, just rerun above command>

$ ninja -C out_android/Release chrome_public_apk_incremental -j 2000
[builds another 1600 java steps I think]


 
Owner: agrieve@chromium.org
Status: Assigned (was: Unconfirmed)
Looks like this is likely caused by the patch from  bug #639042 
Status: Started (was: Assigned)
dpranke - at one point the bots asserted that running ninja again would result in nothing being built. Do you know why that didn't catch this?
I think that check was only ever enforced on some builders. It still is on some, e.g.:

https://build.chromium.org/p/chromium/builders/Linux%20x64/builds/25481/steps/compile/logs/stdio

but not on the matching android builder, apparently:

https://build.chromium.org/p/chromium/builders/Android/builds/62143/steps/compile/logs/stdio
Re #4 - thanks! I'll make adding that step a part of this issue.
Project Member

Comment 7 by bugdroid1@chromium.org, Sep 14 2016

The following revision refers to this bug:
  https://chrome-internal.googlesource.com/clank/internal/apps/+/f5b1be56978491dedfa376f2b6ec9002b495e708

commit f5b1be56978491dedfa376f2b6ec9002b495e708
Author: Andrew Grieve <agrieve@chromium.org>
Date: Tue Sep 13 19:37:38 2016

Project Member

Comment 8 by bugdroid1@chromium.org, Sep 14 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/4eb18a55cde4daf2ef43330d0304ec73ef546f96

commit 4eb18a55cde4daf2ef43330d0304ec73ef546f96
Author: agrieve <agrieve@chromium.org>
Date: Wed Sep 14 02:04:21 2016

Fix android depfiles to always list GN's outputs[0]

Ninja complains with:
expected depfile 'foo.d' to mention 'bar', got 'baz'

Running ninja twice now reports "no work to do" again.

This change required updating all calls to build_utils.WriteDepFile() so
that the output is passed in. While doing this, I also made the helper
add in GetPythonDependencies() by default.

build/android/gyp/ant.py I just deleted rather than updating since it's
GYP-only.

BUG=646165

Review-Url: https://codereview.chromium.org/2336173003
Cr-Commit-Position: refs/heads/master@{#418455}

[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/base/android/jni_generator/jni_generator.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/BUILD.gn
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/findbugs_diff.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gn/zip.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/aidl.py
[delete] https://crrev.com/e226eff5fb383a9a54ec74c95e245a206449a9f5/build/android/gyp/ant.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/copy_ex.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/create_dist_jar.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/create_java_binary_script.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/create_test_runner_script.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/emma_instr.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/find_sun_tools_jar.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/gcc_preprocess.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/generate_split_manifest.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/jar_toc.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/java_cpp_enum.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/jinja_template.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/locale_pak_resources.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/pack_relocations.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/util/build_utils.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/write_build_config.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/gyp/write_ordered_libraries.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/incremental_install/create_install_script.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/android/incremental_install/generate_android_manifest.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/config/android/internal_rules.gni
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/config/zip.gni
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/build/protoc_java.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/components/cronet/android/BUILD.gn
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/components/cronet/tools/extract_from_jars.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/components/cronet/tools/generate_javadoc.py
[modify] https://crrev.com/4eb18a55cde4daf2ef43330d0304ec73ef546f96/components/cronet/tools/jar_src.py

Project Member

Comment 9 by bugdroid1@chromium.org, Sep 14 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/9ef12eb44ae227823398dc0604213fadae4e1655

commit 9ef12eb44ae227823398dc0604213fadae4e1655
Author: agrieve <agrieve@chromium.org>
Date: Wed Sep 14 18:06:23 2016

Enable the ninja up-to-date check for Android builders

BUG=646165

Review-Url: https://codereview.chromium.org/2338203004

[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/chromium_android/chromium_config.py
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm64_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6P_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_9_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Pixel_C_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder__dbg_.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_basic.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json
[modify] https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Project Member

Comment 10 by bugdroid1@chromium.org, Sep 14 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/c97a211b5b7815d9d601760f6119a3156c7e458d

commit c97a211b5b7815d9d601760f6119a3156c7e458d
Author: agrieve <agrieve@chromium.org>
Date: Wed Sep 14 18:58:45 2016

Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2338203004/ )

Reason for revert:
Broke cronet builders.

Original issue's description:
> Enable the ninja up-to-date check for Android builders
>
> BUG=646165
>
> Committed: https://chromium.googlesource.com/chromium/tools/build/+/9ef12eb44ae227823398dc0604213fadae4e1655

TBR=dpranke@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=646165

Review-Url: https://codereview.chromium.org/2340093002

[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/chromium_config.py
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6P_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_9_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Pixel_C_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Project Member

Comment 11 by bugdroid1@chromium.org, Sep 14 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/c97a211b5b7815d9d601760f6119a3156c7e458d

commit c97a211b5b7815d9d601760f6119a3156c7e458d
Author: agrieve <agrieve@chromium.org>
Date: Wed Sep 14 18:58:45 2016

Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2338203004/ )

Reason for revert:
Broke cronet builders.

Original issue's description:
> Enable the ninja up-to-date check for Android builders
>
> BUG=646165
>
> Committed: https://chromium.googlesource.com/chromium/tools/build/+/9ef12eb44ae227823398dc0604213fadae4e1655

TBR=dpranke@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=646165

Review-Url: https://codereview.chromium.org/2340093002

[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/chromium_config.py
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6P_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_9_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Pixel_C_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder__dbg_.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_basic.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json
[modify] https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Project Member

Comment 12 by bugdroid1@chromium.org, Sep 14 2016

Project Member

Comment 13 by bugdroid1@chromium.org, Sep 14 2016

@agrieve can you also adjust the doc in build_utils.py's AddDepfileOption? It does look like an authoritative place on how to do nontrivial depfiles.
Project Member

Comment 16 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/f0f4c4a27746dee8a53234f03e452dba556deb55

commit f0f4c4a27746dee8a53234f03e452dba556deb55
Author: agrieve <agrieve@chromium.org>
Date: Thu Sep 15 13:58:37 2016

Reland of Enable the ninja up-to-date check for Android builders

Reverted in:
https://codereview.chromium.org/2340093002/

Reason for reland:
Fixed cronet targets here:
https://codereview.chromium.org/2341903002

BUG=646165

Review-Url: https://codereview.chromium.org/2343563003

[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/chromium_android/chromium_config.py
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm64_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6P_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_9_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Pixel_C_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder__dbg_.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_basic.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json
[modify] https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Project Member

Comment 17 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48

commit 2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48
Author: agrieve <agrieve@chromium.org>
Date: Thu Sep 15 14:22:35 2016

Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343563003/ )

Reason for revert:
Broke cronet:
https://build.chromium.org/p/chromium.android/builders/Android%20Cronet%20MIPS%20Builder/builds/7317/steps/compile/logs/stdio

ninja explain: restat of output md5sum_bin_host older than most recent input obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp (0 vs 1473949042)
ninja explain: md5sum_bin_host is dirty
ninja explain: obj/tools/android/md5sum/md5sum_bin_host.stamp is dirty
ninja explain: restat of output host_forwarder older than most recent input obj/tools/android/forwarder2/host_forwarder.inputdeps.stamp (0 vs 1473949042)
ninja explain: host_forwarder is dirty

Original issue's description:
> Reland of Enable the ninja up-to-date check for Android builders
>
> Reverted in:
> https://codereview.chromium.org/2340093002/
>
> Reason for reland:
> Fixed cronet targets here:
> https://codereview.chromium.org/2341903002
>
> BUG=646165
>
> Committed: https://chromium.googlesource.com/chromium/tools/build/+/f0f4c4a27746dee8a53234f03e452dba556deb55

TBR=dpranke@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=646165

Review-Url: https://codereview.chromium.org/2342863002

[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/chromium_android/chromium_config.py
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm64_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6P_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_9_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Pixel_C_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder__dbg_.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_basic.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json
[modify] https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Project Member

Comment 18 by bugdroid1@chromium.org, Sep 15 2016

Project Member

Comment 19 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/5799bab975aa3eda6785f36d9f7879549074b28b

commit 5799bab975aa3eda6785f36d9f7879549074b28b
Author: agrieve <agrieve@chromium.org>
Date: Thu Sep 15 18:05:55 2016

Reland of Enable the ninja up-to-date check for Android builders

Reverted here:
https://codereview.chromium.org/2342863002/

Reason for reland:
Logged into bot and it seems fine now...

TBR=dpranke@chromium.org
BUG=646165

Review-Url: https://codereview.chromium.org/2343953002

[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/chromium_android/chromium_config.py
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm64_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6P_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_9_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Pixel_C_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder__dbg_.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_basic.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json
[modify] https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Project Member

Comment 20 by bugdroid1@chromium.org, Sep 15 2016

Project Member

Comment 21 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/7a71133c89aa2a770fc2326188306cf6a3a6f1e1

commit 7a71133c89aa2a770fc2326188306cf6a3a6f1e1
Author: agrieve <agrieve@chromium.org>
Date: Thu Sep 15 19:33:42 2016

Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343953002/ )

Reason for revert:
Breaking again... arg.

Original issue's description:
> Reland of Enable the ninja up-to-date check for Android builders
>
> Reverted here:
> https://codereview.chromium.org/2342863002/
>
> Reason for reland:
> Logged into bot and it seems fine now...
>
> TBR=dpranke@chromium.org
> BUG=646165
>
> Committed: https://chromium.googlesource.com/chromium/tools/build/+/5799bab975aa3eda6785f36d9f7879549074b28b

TBR=dpranke@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=646165

Review-Url: https://codereview.chromium.org/2346963002

[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/chromium_android/chromium_config.py
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_try_builder_basic.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/chromium_android/example.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipe_modules/cronet/example.expected/local_test.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/chromium_android_Android_x64_Builder__dbg__fail_check_licenses.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_arm64_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_arm64_perf_bisect_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/android/builder.expected/full_tryserver_chromium_perf_android_perf_bisect_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_build.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/dynamic_swarmed_gn_instrumentation_test.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_Android.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Cronet_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_MIPS_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_N5X_Swarm_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_Swarm_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm64_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_arm_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x64_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_android_Android_x86_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Asan_Builder_Tests__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5X_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_5_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6P_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_6_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Nexus_9_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Android_Release__Pixel_C_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_arm64_builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_data_reduction_proxy_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_mips_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_tester.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/android_cronet_x86_builder__dbg_.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_basic.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/dart/dartium_android_builder.expected/dartium_builder_git.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_basic.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/emulator.expected/Android_Tests__x86_emulator__test_fail.json
[modify] https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.json

Project Member

Comment 22 by bugdroid1@chromium.org, Sep 15 2016

Project Member

Comment 23 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/c65424c419105e0720cc0de09fb9e7a36c3d4601

commit c65424c419105e0720cc0de09fb9e7a36c3d4601
Author: agrieve <agrieve@chromium.org>
Date: Thu Sep 15 20:12:26 2016

Pass ninja -n in the ninja -d explain step to avoid more work

Suspect this is making it hard for me to debug why targets are being
rebuilt, because they stabilize after two runs.

BUG=646165

Review-Url: https://codereview.chromium.org/2342963002

[modify] https://crrev.com/c65424c419105e0720cc0de09fb9e7a36c3d4601/scripts/slave/compile.py

Project Member

Comment 24 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/c65424c419105e0720cc0de09fb9e7a36c3d4601

commit c65424c419105e0720cc0de09fb9e7a36c3d4601
Author: agrieve <agrieve@chromium.org>
Date: Thu Sep 15 20:12:26 2016

Pass ninja -n in the ninja -d explain step to avoid more work

Suspect this is making it hard for me to debug why targets are being
rebuilt, because they stabilize after two runs.

BUG=646165

Review-Url: https://codereview.chromium.org/2342963002

[modify] https://crrev.com/c65424c419105e0720cc0de09fb9e7a36c3d4601/scripts/slave/compile.py

Project Member

Comment 25 by bugdroid1@chromium.org, Sep 15 2016

Project Member

Comment 26 by bugdroid1@chromium.org, Sep 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/aea4f15000592282cdcfe34533b4a63ce78def53

commit aea4f15000592282cdcfe34533b4a63ce78def53
Author: recipe-roller <recipe-roller@chromium.org>
Date: Thu Sep 15 20:59:23 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/e1d15cd7795cc1c5465983af8a49669242857107 Add rtc_stats_unittests to the test suite (ehmaldonado@chromium.org)
  https://crrev.com/37294244d9d54d639a083d382da68c50f8fe14e5 Add linux_chromium_headless_dbg trybot (perezju@chromium.org)
  https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55 Reland of Enable the ninja up-to-date check for Android builders (agrieve@chromium.org)
  https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48 Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343563003/ ) (agrieve@chromium.org)
  https://crrev.com/1575589a1d8f61fee45ec53ccbf77f073fd38847 recipe_modules/chromite: Use "build_type". (dnj@chromium.org)
  https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b Reland of Enable the ninja up-to-date check for Android builders (agrieve@chromium.org)
  https://crrev.com/ecdf065c9d2a6e28d86c8ad333432b497158ee7a chromium.android: Enable swarming on Android arm64 builder (bpastene@chromium.org)
  https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1 Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343953002/ ) (agrieve@chromium.org)
  https://crrev.com/c65424c419105e0720cc0de09fb9e7a36c3d4601 Pass ninja -n in the ninja -d explain step to avoid more work (agrieve@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG=646165, chromium:627996 , 646838 , 632008 

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2346723003
Cr-Commit-Position: refs/heads/master@{#418970}

[modify] https://crrev.com/aea4f15000592282cdcfe34533b4a63ce78def53/infra/config/recipes.cfg

Project Member

Comment 27 by bugdroid1@chromium.org, Sep 16 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build.git/+/b6d326d6f6f9608bba307109cc4a1c5efc5946bb

commit b6d326d6f6f9608bba307109cc4a1c5efc5946bb
Author: agrieve <agrieve@chromium.org>
Date: Fri Sep 16 01:00:40 2016

Run the ninja "up-to-date" check for all compiles, but just as an fyi

This will allow me (and others) to figure out when it's safe to enable
ensure_up_to_date.

BUG=646165

Review-Url: https://codereview.chromium.org/2345883002

[modify] https://crrev.com/b6d326d6f6f9608bba307109cc4a1c5efc5946bb/scripts/slave/compile.py

Project Member

Comment 28 by bugdroid1@chromium.org, Sep 16 2016

Project Member

Comment 29 by bugdroid1@chromium.org, Sep 16 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/56eaf1eac112390d863b0d738ad97d05730d36e2

commit 56eaf1eac112390d863b0d738ad97d05730d36e2
Author: recipe-roller <recipe-roller@chromium.org>
Date: Fri Sep 16 01:15:00 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/537cdb699a70d5d55f3eefb923eae1dc5104a8eb Add goma to wasm waterfall (sbc@chromium.org)
  https://crrev.com/b6d326d6f6f9608bba307109cc4a1c5efc5946bb Run the ninja "up-to-date" check for all compiles, but just as an fyi (agrieve@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG=646165

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2343803006
Cr-Commit-Position: refs/heads/master@{#419066}

[modify] https://crrev.com/56eaf1eac112390d863b0d738ad97d05730d36e2/infra/config/recipes.cfg

Update: This is now almost working, but still fails in the places we create symlinks. I've filed https://github.com/ninja-build/ninja/issues/1186 to see if ninja can be changed to fix it.

Alternatively, we could use stamp files with symlinks (don't love this idea), or remove the need for symlinks by changing them to wrapper scripts.

Project Member

Comment 31 by bugdroid1@chromium.org, Sep 16 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/fef37c4393d059c9125353928de7e49d4ea04ab4

commit fef37c4393d059c9125353928de7e49d4ea04ab4
Author: agrieve <agrieve@chromium.org>
Date: Fri Sep 16 13:37:13 2016

Use a stamp file when symlinking in GN work around mtime issues

Ninja follows a symlink when stat'ing, so you can't use a symlink as an
output and have dirty checking work properly.
https://github.com/ninja-build/ninja/issues/1186

BUG=646165

Review-Url: https://codereview.chromium.org/2348793002
Cr-Commit-Position: refs/heads/master@{#419156}

[modify] https://crrev.com/fef37c4393d059c9125353928de7e49d4ea04ab4/build/symlink.gni

Project Member

Comment 32 by bugdroid1@chromium.org, Sep 16 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b15725becf35dd933aedfa818b4b319910016c38

commit b15725becf35dd933aedfa818b4b319910016c38
Author: afakhry <afakhry@chromium.org>
Date: Fri Sep 16 16:50:09 2016

Revert of Use a stamp file when symlinking in GN work around mtime issues (patchset #1 id:1 of https://codereview.chromium.org/2348793002/ )

Reason for revert:
Breaks BuildPackages due to GN error (https://bugs.chromium.org/p/chromium/issues/detail?id=647706).

BUG= 647706 

Original issue's description:
> Use a stamp file when symlinking in GN work around mtime issues
>
> Ninja follows a symlink when stat'ing, so you can't use a symlink as an
> output and have dirty checking work properly.
> https://github.com/ninja-build/ninja/issues/1186
>
> BUG=646165
>
> Committed: https://crrev.com/fef37c4393d059c9125353928de7e49d4ea04ab4
> Cr-Commit-Position: refs/heads/master@{#419156}

TBR=dpranke@chromium.org,agrieve@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=646165

Review-Url: https://codereview.chromium.org/2348493005
Cr-Commit-Position: refs/heads/master@{#419191}

[modify] https://crrev.com/b15725becf35dd933aedfa818b4b319910016c38/build/symlink.gni

Just want to chime in and say thanks for your dedication to getting this fix agrieve@; it's turning out to be a nightmare!
Thanks for the note of encouragement Dale!
One more roadbump here: Looks like GN has a bug/quirk that's making our native test depfiles not work correctly. Filed here:

https://bugs.chromium.org/p/chromium/issues/detail?id=647679
Project Member

Comment 36 by bugdroid1@chromium.org, Sep 16 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/2e4f26a02858c01ad39da12ea0a675f4013783d7

commit 2e4f26a02858c01ad39da12ea0a675f4013783d7
Author: recipe-roller <recipe-roller@chromium.org>
Date: Fri Sep 16 21:50:47 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/0fc6b2e65ce4651c7b70239c4b7cc36489fa0c97 Use api.chromium.compile() in client.nacl.sdk.recipe_autogen.py (sbc@chromium.org)
  https://crrev.com/f683608de4fe82d85451dff456b9228bab7e4090 Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/6fd7041208f42a8c4592d701d79d11a943327790 chromium.android: Enable swarming on Marshmallow 64 bit Tester (bpastene@chromium.org)
  https://crrev.com/b46e0087c2dbf12ecd9e3a1452e781d6d6153e9c Cleanup NaCl SDK recipes (sbc@chromium.org)
  https://crrev.com/15faceb9c15002050acc274c7773cb8537b91706 Merge recipes in client.nacl.sdk.recipe_autogen (sbc@chromium.org)
  https://crrev.com/c3e75a171aae1f581d8664044aa3e0ded2f40800 LogDog: bump canary BuildBot CIPD pin. (dnj@chromium.org)
  https://crrev.com/50d0e85c51db4fa62b1b5bb4e0b8529027edb620 Enable LogDog on chromium.gatekeeper. (dnj@chromium.org)
  https://crrev.com/5d9a4bb87b9ee698554ac2a76c77eec5ee0ba074 Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/6e947e576ddf9e45034fbc2b2c4275f3bad252d3 Bump LogDog pin for fleet. (dnj@chromium.org)
  https://crrev.com/efcfa093c953d2e690e6c1493def054f8ad00bea When retrying a failing swarming gtest without the patch, don't pass on the original --test-launcher-filter-file argument. (jam@chromium.org)
  https://crrev.com/ac3894c8293b42e21b891722965f982118bf6a5a libyuv: Add Android Testers (kjellander@chromium.org)
  https://crrev.com/741d9d458adf84901bbdfecb492276b98201c29a V8: Fix gn args for non-MB arm builders (machenbach@chromium.org)
  https://crrev.com/9c621ef2f19500a63fd2503eb9f73a71443563a0 adding attributes to builders that build chromium for swarming bots. (eyaich@chromium.org)
  https://crrev.com/6d930dea23eeab6d0d2b30e71e4b4b84ff01c70d Disable goma on 'ThinLTO Linux ToT'. (krasin@chromium.org)
  https://crrev.com/470dc77a00270b6227facfdc781a468efb538769 Enable LogDog for dart. (dnj@chromium.org)
  https://crrev.com/9ef12eb44ae227823398dc0604213fadae4e1655 Enable the ninja up-to-date check for Android builders (agrieve@chromium.org)
  https://crrev.com/a30a2b57591752fd9b05589209a88b20d7114248 Windows 64-bit builder for chromium.perf.fyi. (dtu@chromium.org)
  https://crrev.com/c97a211b5b7815d9d601760f6119a3156c7e458d Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2338203004/ ) (agrieve@chromium.org)
depot_tools:
  https://crrev.com/65cc5b1918d61bbb7a26c78364414fdf264198fe Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/33061f78a10a7e44537a4c0384c5dab68d61f1ec Add recipe-roller as an OWNER of recipe modules. (martiniss@chromium.org)
recipe_engine:
  https://crrev.com/ca75ca80dcfcc2a2dc38096ba0522065ebd347ec Revert of Require recipe tryjob for CQ. (patchset #1 id:1 of https://codereview.chromium.org/2153303002/ ) (martiniss@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG= chromium:474921 ,646165, chromium:646370 , 643144 , 645295 , 628801 , chromium:643226 ,chromium:633253, 646185 , 587527 ,chromium:646343,589180,644212,644609,633253

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2345303003

[modify] https://crrev.com/2e4f26a02858c01ad39da12ea0a675f4013783d7/infra/config/recipes.cfg

Project Member

Comment 37 by bugdroid1@chromium.org, Sep 16 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/infra/infra.git/+/7d6811c4c58a9e280bca7bf65a8dfde001bef42a

commit 7d6811c4c58a9e280bca7bf65a8dfde001bef42a
Author: recipe-roller <recipe-roller@chromium.org>
Date: Fri Sep 16 23:37:07 2016

Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug
(or complain)

build:
  https://crrev.com/ba9de887ec268453298caa8641de3cc91dbfb818 Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/e1d15cd7795cc1c5465983af8a49669242857107 Add rtc_stats_unittests to the test suite (ehmaldonado@chromium.org)
  https://crrev.com/37294244d9d54d639a083d382da68c50f8fe14e5 Add linux_chromium_headless_dbg trybot (perezju@chromium.org)
  https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55 Reland of Enable the ninja up-to-date check for Android builders (agrieve@chromium.org)
  https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48 Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343563003/ ) (agrieve@chromium.org)
  https://crrev.com/1575589a1d8f61fee45ec53ccbf77f073fd38847 recipe_modules/chromite: Use "build_type". (dnj@chromium.org)
  https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b Reland of Enable the ninja up-to-date check for Android builders (agrieve@chromium.org)
  https://crrev.com/ecdf065c9d2a6e28d86c8ad333432b497158ee7a chromium.android: Enable swarming on Android arm64 builder (bpastene@chromium.org)
  https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1 Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343953002/ ) (agrieve@chromium.org)
  https://crrev.com/c65424c419105e0720cc0de09fb9e7a36c3d4601 Pass ninja -n in the ninja -d explain step to avoid more work (agrieve@chromium.org)
  https://crrev.com/8091fad9d075ecec116e1740360ff955a7654c4a Remove use_isolate from Marshmallow 64 bit Tester (bpastene@chromium.org)
  https://crrev.com/2f0a7c064259dc0e0bf375c2d1771544f5647a1c Changed sequence of package_build step to be before package_build_for_bisect (miimnk@google.com)
  https://crrev.com/194bd0247efb60371dbcae87731f13dce4fa7934 Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/d2845f7e87aa167cf7df78003b5768f948803d07 Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/eb686c79229ef3cf3b39e6a0807f4c98e3e93cf9 Add BuildBucket manifest scheduling support. (dnj@chromium.org)
  https://crrev.com/537cdb699a70d5d55f3eefb923eae1dc5104a8eb Add goma to wasm waterfall (sbc@chromium.org)
  https://crrev.com/b6d326d6f6f9608bba307109cc4a1c5efc5946bb Run the ninja "up-to-date" check for all compiles, but just as an fyi (agrieve@chromium.org)
  https://crrev.com/07a33586eff8451bbc84366055c3cfa36e7b6fea Roll recipe dependencies (nontrivial). (recipe-roller@chromium.org)
  https://crrev.com/79d8d758281609aa49b9b9af7e18cc187c2ee814 Disable CompilerInfoCache for a while (shinyak@chromium.org)
  https://crrev.com/a8f07009101d46553ea5d4bce1353ecb365dd3a5 Revert "Roll recipe dependencies (nontrivial)." (tandrii@chromium.org)
  https://crrev.com/cbca79967afa4f28df6b0ede337db6138eeb167b Add asan=1 to GYP_DEFINES for Dart asan builds (whesse@google.com)
  https://crrev.com/25b922d8edc1927c3af4bb4a8f7db6434096dca0 WebRTC: Disable iOS API Framework Builder. (ehmaldonado@chromium.org)
  https://crrev.com/769dbabae3b7ff11023dd1b393fcd2a12e165c65 Make sure goma_ctl is running during wasm_llvm build (sbc@chromium.org)
  https://crrev.com/2e89429885f7c2503565cb12d564d0f6f58a42f1 Fix Webkit capitalization for N CTS tests. (mikecase@chromium.org)
  https://crrev.com/e549894cc4f86f3f2107e3686d561ff83331a267 crashpad/continuous: Use bot_update. (dnj@chromium.org)
  https://crrev.com/f74386f7e19ff3f32693d222262d1a3ee79799ef Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
  https://crrev.com/1a9a50a459c9e3c081719d3e835cac213c319136 Roll recipe dependencies (trivial). (recipe-roller@chromium.org)
depot_tools:
  https://crrev.com/f46c20fcee6e6a0a7d75788847632cd4ac18e2e9 codereview.settings: add GIT_NUMBER_FOOTER setting. (tandrii@chromium.org)
  https://crrev.com/5d0a0421ce27046c94177511a05699316ec8097a git_cl: update outdated TODOs. (tandrii@chromium.org)
  https://crrev.com/73449b0bd49eab1e152f419102123d734896da98 Gerrit git cl land: abort if not uploaded. (tandrii@chromium.org)
  https://crrev.com/bf42940536f6c0c123a9e6278c20bc38729b3717 git cl land to refs/pending: remove unused arg. (tandrii@chromium.org)
  https://crrev.com/7475196d4c32d66e1c199bf24945b7ae28255e13 repo: update to v1.12.17-cr1 (vapier@chromium.org)
  https://crrev.com/adcd4b78d5f35da535ccf82a221afb9fa389f631 presubmit_support: Remove a noisy logging.debug() (thakis@chromium.org)
  https://crrev.com/18ca30ca804679ee624a52e73017d234a8c0008f Teach bot_update to remove partially deleted git repos. (vadimsh@chromium.org)
  https://crrev.com/972ac5040176acd90c8a1ce412f75d19f77cc4e8 bot_update: ensure correct depot_tools checkout is used. (tandrii@chromium.org)
  https://crrev.com/15a248123d9032061486cd2d4b3f64369c93a9a5 Revert of bot_update: ensure correct depot_tools checkout is used. (patchset #2 id:20001 of https://codereview.chromium.org/2346973003/ ) (tandrii@chromium.org)
  https://crrev.com/7f245d07b2282f9847072fccddf7162a7e632a2d Bump git-on-windows bleeding edge version to 2.10.0. (vadimsh@chromium.org)
  https://crrev.com/6ac12ffd596e338c43e25dc3889e8ac552c2e885 Make bot_update.py print git version it uses. (vadimsh@chromium.org)
  https://crrev.com/7e16cf303221bbcf81d632924e19ddc888da9c3b owners.py: partial fix for owners-check perf regression (nick@chromium.org)

TBR=martiniss@chromium.org,phajdan.jr@chromium.org
BUG=646165,none,646838,632008,webrtc:6372,chromium:647812,642493,647446,chromium:627996,642793,635641,645662,chromium:632203,647046,609225,642759

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Review-Url: https://codereview.chromium.org/2345413002

[modify] https://crrev.com/7d6811c4c58a9e280bca7bf65a8dfde001bef42a/infra/config/recipes.cfg

Project Member

Comment 38 by bugdroid1@chromium.org, Sep 20 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/80f464d5151c3eec102604faf5fa36d9369b64aa

commit 80f464d5151c3eec102604faf5fa36d9369b64aa
Author: agrieve <agrieve@chromium.org>
Date: Tue Sep 20 14:12:12 2016

Add work-around to symlink.gni to avoid "not up-to-date" ninja errors

Ninja bug: https://github.com/ninja-build/ninja/issues/1186

BUG=646165

Review-Url: https://codereview.chromium.org/2344243002
Cr-Commit-Position: refs/heads/master@{#419751}

[modify] https://crrev.com/80f464d5151c3eec102604faf5fa36d9369b64aa/build/symlink.gni
[modify] https://crrev.com/80f464d5151c3eec102604faf5fa36d9369b64aa/build/symlink.py

Project Member

Comment 39 by bugdroid1@chromium.org, Sep 20 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/65f3a42b24088c3a96de9becbe96c4a0094ca843

commit 65f3a42b24088c3a96de9becbe96c4a0094ca843
Author: jyquinn <jyquinn@chromium.org>
Date: Tue Sep 20 22:13:40 2016

Revert of Add work-around to symlink.gni to avoid "not up-to-date" ninja errors (patchset #1 id:1 of https://codereview.chromium.org/2344243002/ )

Reason for revert:
Breaks iOS build with failure:

FAILED: gen/linked_src/third_party/objective_c/google_toolbox_for_mac
python ../../build/symlink.py --update-target-mtimes -f ../../../../../../third_party/google_toolbox_for_mac/src gen/linked_src/third_party/objective_c/google_toolbox_for_mac
Traceback (most recent call last):
  File "../../build/symlink.py", line 65, in <module>
    sys.exit(Main(sys.argv))
  File "../../build/symlink.py", line 56, in Main
    os.utime(s, None)
OSError: [Errno 2] No such file or directory: '../../../../../../third_party/google_toolbox_for_mac/src'

Original issue's description:
> Add work-around to symlink.gni to avoid "not up-to-date" ninja errors
>
> Ninja bug: https://github.com/ninja-build/ninja/issues/1186
>
> BUG=646165
>
> Committed: https://crrev.com/80f464d5151c3eec102604faf5fa36d9369b64aa
> Cr-Commit-Position: refs/heads/master@{#419751}

TBR=dpranke@chromium.org,agrieve@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=646165

Review-Url: https://codereview.chromium.org/2356973002
Cr-Commit-Position: refs/heads/master@{#419871}

[modify] https://crrev.com/65f3a42b24088c3a96de9becbe96c4a0094ca843/build/symlink.gni
[modify] https://crrev.com/65f3a42b24088c3a96de9becbe96c4a0094ca843/build/symlink.py

Looks like updating the timestamp of the target files is not sufficient to make ninja think there's no work to do. Bot still reported:
ninja explain: output obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp older than most recent input clang_x64/md5sum_bin (1474409614 vs 1474409615)
ninja explain: obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp is dirty
ninja explain: md5sum_bin_host is dirty
ninja explain: obj/tools/android/md5sum/md5sum_bin_host.stamp is dirty
[1/4] STAMP obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp
[2/4] ACTION //tools/android/md5sum:md5sum_bin_host(//build/toolchain/android:mipsel)
[3/4] STAMP obj/tools/android/md5sum/md5sum_bin_host.stamp
[4/4] STAMP obj/tools/android/md5sum/md5sum.stamp

I think the only workable solutions would be to fix the ninja bug, or switch to wrapper scripts.
Cc: thakis@chromium.org
I started down the path to wrapper scripts, and then noticed that iOS also uses symlinks in their downstream code. So, I took a stab at fixing ninja:

https://github.com/ninja-build/ninja/pull/1188

Comment 42 by piman@chromium.org, Nov 21 2016

Labels: -Pri-3 Pri-0
Can we fix this? This issue closes the tree periodically. Latest one: https://build.chromium.org/p/chromium.webkit/builders/Android%20Builder

Comment 43 by piman@chromium.org, Nov 21 2016

Labels: Sheriff-Chromium
Labels: -Sheriff-Chromium
(Sheriff) Let me remove the sheriff label because this hasn't closed the tree at least in recent 100 builds:
https://build.chromium.org/p/chromium.webkit/builders/Android%20Builder?numbuilds=100
Blocking: 752345
A newer example of when this has crept up:
https://bugs.chromium.org/p/chromium/issues/detail?id=776351

After a clobber build:
ninja explain: restat of output md5sum_bin_host older than most recent input obj/tools/android/md5sum/md5sum_bin_host.inputdeps.stamp (1508459005 vs 1508459008)
ninja explain: md5sum_bin_host is dirty
ninja explain: obj/tools/android/md5sum/md5sum_bin_host.stamp is dirty


GN args;
dcheck_always_on = true
ffmpeg_branding = "Chrome"
goma_dir = "/b/c/goma_client"
is_component_build = false
is_debug = false
proprietary_codecs = true
strip_absolute_paths_from_debug_symbols = true
symbol_level = 1
target_cpu = "arm64"
target_os = "android"
use_goma = true
Oh, so android bots still do not enforce ninja is clean after a build?

BTW that linked bug is restricted, does it have to be?
Removed restriction (no need for it).

Android bots do not enforce the ninja check. The bug for enabling it is the Blocking bug for this one (bug 752345)
Project Member

Comment 49 by bugdroid1@chromium.org, Feb 20 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/bb1ed2dda66cb0edf76b051b8a9bd25ee5c384c7

commit bb1ed2dda66cb0edf76b051b8a9bd25ee5c384c7
Author: Takuto Ikuta <tikuta@google.com>
Date: Tue Feb 20 10:06:18 2018

Use depfile for desugar.py

This patch makes following command do nothing in second run.
$ ninja -C out/android_n5x_swarming_rel/ chrome_sync_shell_apk

Bug: 646165
Change-Id: If95d3691bffdfbdba2fbbc0b71f01af2c08214fc
Reviewed-on: https://chromium-review.googlesource.com/923466
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: agrieve <agrieve@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@google.com>
Cr-Commit-Position: refs/heads/master@{#537748}
[modify] https://crrev.com/bb1ed2dda66cb0edf76b051b8a9bd25ee5c384c7/build/config/android/internal_rules.gni

Project Member

Comment 50 by bugdroid1@chromium.org, Mar 19 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/tools/build/+/9f3eec097eb44edeb0c254537d0f33ea5147272f

commit 9f3eec097eb44edeb0c254537d0f33ea5147272f
Author: Takuto Ikuta <tikuta@google.com>
Date: Mon Mar 19 05:31:37 2018

Always run ninja confirm no-op step

If ninja_confirm_noop is not enabled and dependency issue is detected, this CL marks the step result as WARNING and continues build.
This is for detecting dependency issue of build which currently ninja_confirm_noop is not enabled (e.g. android).

Bug: 646165
Recipe-Nontrivial-Roll: build_limited_scripts_slave
Recipe-Nontrivial-Roll: release_scripts
Change-Id: Ia7b3a326b574bfa389327cb7f304cf057e49894e
Reviewed-on: https://chromium-review.googlesource.com/964071
Commit-Queue: Takuto Ikuta <tikuta@google.com>
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Reviewed-by: Shinya Kawanaka <shinyak@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>

[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic__dbg_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_fyi_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win10.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_release__clang_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_x64_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Linux_deterministic__dbg_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Linux_ASAN_mipsel___debug_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_tsan2.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/android/builder.expected/full_chromium_perf_Android_Builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___gc_stress.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_s390___sim___beta_branch.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Linux64_CFI___release_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/cronet.expected/local_test.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_experimental.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/more_configs.expected/full_client_webrtc_Linux__more_configs_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_mac_release.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Linux64_UBSanVptr___release_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_TSAN___concurrent_marking.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_TSAN.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__beta_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___verify_csa.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_release.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___mips64el___sim___builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64__m_nexus5x_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/mac_sdk_multi.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic_fail.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipe_modules/chromium/tests/sizes.expected/platform.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_linux.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_win32_release__large_tests_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gc_stress_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/staging.expected/one_fails.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/cronet.expected/cronet_try.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_debug__arm_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Linux64___debug_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_ubsan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/nacl/sdk.expected/basic.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___vtunejit.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_linux_trusty.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_linux_more_configs.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android_x64.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_release.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipe_modules/chromium/tests/compile.expected/official.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__gcc_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/cronet.expected/android_cronet_marshmallow_64bit_perf.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Mac_deterministic.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32__m_nexus5x__failing_archive.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_MSan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Mac_ASan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64___future_pass.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_libfuzzer.expected/full_chromium_fyi_Libfuzzer_Upload_Linux_UBSan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Linux64_ASAN_no_inline___release_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_clang.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux32_debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipe_modules/chromium/tests/compile.expected/goma_custom_jobs.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_ubsan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_perf_mac_10_11.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390___sim.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/cronet.expected/android_cronet_kitkat_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___shared_bisect_swarming.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_experimental.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_debug_forced.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm64___sim___debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/staging.expected/android.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64_ASAN.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_x64_clang_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot_empty_json.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_gn_upload.expected/full_luci_infra_internal_prod_gn_builder_linux.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___s390x___sim.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_compile_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_gcc_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_gcc_4_8___debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_win_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_arm___sim___stable_branch___debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_mips64el___sim___stable_branch.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_tsan_v2.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___cfi.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_win__stable_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipe_modules/chromium/examples/full.expected/basic_out_dir_with_custom_mb_config.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_clang_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipe_modules/chromium/tests/compile.expected/codesearch.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_win8.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect_one_change.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_clusterfuzz_V8_Win64_ASAN___release_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_arm64_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux_fail.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win64_debug__clang_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_compile_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android64_x64_debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_mips_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/cronet.expected/android_cronet_lollipop_builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_noi18n_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_asan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Linux___arm___sim___debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_win32_debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_arm64_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_fail.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_android_release.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_test_custom_name.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Deterministic_Linux.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64__dbg__pass.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/client.nacl.sdk.recipe_autogen.expected/linux_sdk_asan_multi.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_compile_x64_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic_fail.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_chromiumos_fail.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac64_release.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac_GC_Stress.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_asan_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium_codesearch.expected/full_codesearch_gen_chromium_android.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipe_modules/chromium_android/examples/full.expected/restart_usb_builder_basic.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux32_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/blink_downstream.expected/full_client_v8_fyi_V8_Blink_Linux_64_pass.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_gc_stress_dbg.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_baremetal.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/chromium.expected/dynamic_instrumentation_nodefault_test.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_branches_mac__beta_.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/more_configs.expected/full_tryserver_webrtc_android_more_configs.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_arm64.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_linux_chromium_clobber_deterministic.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_arm64_debug.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_branches_V8_s390x___sim___stable_branch.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Android_Arm64___builder.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_tsan_rel.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipe_modules/chromium_android/examples/full.expected/gerrit_refs.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_nosnap_shared_rel_ng.json
[modify] https://crrev.com/9f3eec097eb44edeb0c254537d0f33ea5147272f
Labels: -Pri-0 Pri-3

Sign in to add a comment