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

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity.

Created:
5 years, 7 months ago by Nick Bray (chromium)
Modified:
5 years, 7 months ago
Reviewers:
jamesr
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, ppi+watch_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, ojan
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Roll //build, //native_client, and a few more targets of opportunity. Update from https://crrev.com/327068 Evolution of GN has changed //build, and NaCl requires the new version. Two .gn files needed to be modified to change "os" to "current_os". //base is not rolled because it is intertwined with //gpu and there is no longer a simple way to update //gpu. BUG=401761

Patch Set 1 #

Total comments: 4

Patch Set 2 : Edits #

Patch Set 3 : Edit #

Patch Set 4 : Test fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14346 lines, -9027 lines) Patch
M DEPS View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M base/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M base/android/java/src/org/chromium/base/PathUtils.java View 1 2 3 4 chunks +43 lines, -13 lines 0 comments Download
M base/android/linker/BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M build/PRESUBMIT.py View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M build/all.gyp View 1 2 3 25 chunks +112 lines, -60 lines 0 comments Download
M build/android/AndroidManifest.xml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/PRESUBMIT.py View 1 2 3 3 chunks +1 line, -21 lines 0 comments Download
M build/android/adb_install_apk.py View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M build/android/adb_reverse_forwarder.py View 1 2 3 2 chunks +8 lines, -6 lines 0 comments Download
D build/android/android_exports.gyp View 1 2 3 1 chunk +0 lines, -43 lines 0 comments Download
D build/android/android_webview_export_whitelist.lst View 1 2 3 1 chunk +0 lines, -16 lines 0 comments Download
M build/android/buildbot/bb_device_status_check.py View 1 2 3 15 chunks +101 lines, -93 lines 0 comments Download
M build/android/buildbot/bb_device_steps.py View 1 2 3 4 chunks +8 lines, -5 lines 0 comments Download
M build/android/buildbot/bb_host_steps.py View 1 2 3 5 chunks +5 lines, -14 lines 0 comments Download
M build/android/buildbot/bb_run_bot.py View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M build/android/cpufeatures.gypi View 1 2 3 1 chunk +7 lines, -24 lines 0 comments Download
M build/android/enable_asserts.py View 1 2 3 1 chunk +23 lines, -19 lines 0 comments Download
M build/android/finalize_apk_action.gypi View 1 2 3 1 chunk +2 lines, -10 lines 0 comments Download
A build/android/findbugs_action.gypi View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M build/android/findbugs_diff.py View 1 2 3 2 chunks +78 lines, -17 lines 0 comments Download
M build/android/findbugs_filter/findbugs_exclude.xml View 1 2 3 1 chunk +2 lines, -30 lines 0 comments Download
D build/android/gyp/jarjar_resources.py View 1 2 3 1 chunk +0 lines, -121 lines 0 comments Download
M build/android/gyp/jinja_template.py View 1 2 3 4 chunks +16 lines, -8 lines 0 comments Download
M build/android/gyp/process_resources.py View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M build/android/gyp/util/build_device.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/gyp/util/build_utils.py View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M build/android/gyp/write_build_config.py View 1 2 3 6 chunks +60 lines, -4 lines 0 comments Download
M build/android/host_heartbeat.py View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
M build/android/java_cpp_enum.gypi View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/provision_devices.py View 1 2 3 6 chunks +190 lines, -174 lines 0 comments Download
M build/android/pylib/base/base_test_runner.py View 1 2 3 3 chunks +1 line, -5 lines 0 comments Download
D build/android/pylib/constants.py View 1 2 3 1 chunk +0 lines, -293 lines 0 comments Download
A + build/android/pylib/constants/__init__.py View 1 2 3 4 chunks +12 lines, -2 lines 0 comments Download
A build/android/pylib/constants/keyevent.py View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M build/android/pylib/device/adb_wrapper.py View 1 2 3 5 chunks +26 lines, -3 lines 0 comments Download
M build/android/pylib/device/adb_wrapper_test.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A build/android/pylib/device/battery_utils.py View 1 2 3 1 chunk +386 lines, -0 lines 0 comments Download
A build/android/pylib/device/battery_utils_test.py View 1 2 3 1 chunk +316 lines, -0 lines 0 comments Download
M build/android/pylib/device/decorators.py View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M build/android/pylib/device/device_errors.py View 1 2 3 2 chunks +12 lines, -1 line 0 comments Download
M build/android/pylib/device/device_utils.py View 1 2 3 16 chunks +137 lines, -194 lines 0 comments Download
M build/android/pylib/device/device_utils_test.py View 1 2 3 12 chunks +204 lines, -170 lines 0 comments Download
A build/android/pylib/device_signal.py View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M build/android/pylib/forwarder.py View 1 2 3 2 chunks +4 lines, -7 lines 0 comments Download
M build/android/pylib/gtest/filter/content_browsertests_disabled View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M build/android/pylib/gtest/gtest_config.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M build/android/pylib/gtest/gtest_test_instance.py View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M build/android/pylib/gtest/local_device_gtest_run.py View 1 2 3 2 chunks +3 lines, -7 lines 0 comments Download
M build/android/pylib/gtest/setup.py View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M build/android/pylib/gtest/test_options.py View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/gtest/test_package_apk.py View 1 2 3 3 chunks +14 lines, -1 line 0 comments Download
M build/android/pylib/gtest/test_package_exe.py View 1 2 3 3 chunks +15 lines, -17 lines 0 comments Download
M build/android/pylib/gtest/test_runner.py View 1 2 3 3 chunks +8 lines, -3 lines 0 comments Download
M build/android/pylib/host_driven/setup.py View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/host_driven/test_case.py View 1 2 3 2 chunks +1 line, -6 lines 0 comments Download
M build/android/pylib/host_driven/test_runner.py View 1 2 3 2 chunks +8 lines, -4 lines 0 comments Download
M build/android/pylib/instrumentation/instrumentation_test_instance.py View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M build/android/pylib/instrumentation/test_jar.py View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M build/android/pylib/instrumentation/test_options.py View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/instrumentation/test_runner.py View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M build/android/pylib/junit/test_dispatcher.py View 1 2 3 2 chunks +13 lines, -4 lines 0 comments Download
M build/android/pylib/junit/test_runner.py View 1 2 3 2 chunks +22 lines, -16 lines 0 comments Download
M build/android/pylib/linker/setup.py View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M build/android/pylib/linker/test_runner.py View 1 2 3 2 chunks +3 lines, -6 lines 0 comments Download
M build/android/pylib/local/device/local_device_environment.py View 1 2 3 1 chunk +8 lines, -10 lines 0 comments Download
M build/android/pylib/local/device/local_device_instrumentation_test_run.py View 1 2 3 2 chunks +33 lines, -7 lines 0 comments Download
M build/android/pylib/monkey/test_runner.py View 1 2 3 2 chunks +14 lines, -3 lines 0 comments Download
M build/android/pylib/perf/perf_control.py View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M build/android/pylib/perf/test_runner.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A build/android/pylib/remote/device/appurify_constants.py View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 2 3 4 chunks +8 lines, -3 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 2 3 4 chunks +25 lines, -10 lines 0 comments Download
M build/android/pylib/results/json_results.py View 1 2 3 2 chunks +66 lines, -0 lines 0 comments Download
M build/android/pylib/screenshot.py View 1 2 3 3 chunks +13 lines, -5 lines 0 comments Download
M build/android/pylib/uiautomator/test_options.py View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/uiautomator/test_runner.py View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M build/android/pylib/utils/emulator.py View 1 2 3 2 chunks +10 lines, -12 lines 0 comments Download
M build/android/pylib/utils/findbugs.py View 1 2 3 1 chunk +129 lines, -230 lines 0 comments Download
M build/android/pylib/utils/isolator.py View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M build/android/pylib/utils/md5sum.py View 1 2 3 7 chunks +14 lines, -6 lines 0 comments Download
M build/android/pylib/utils/md5sum_test.py View 1 2 3 6 chunks +65 lines, -20 lines 0 comments Download
M build/android/pylib/utils/mock_calls.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/utils/test_environment.py View 1 2 3 1 chunk +10 lines, -9 lines 0 comments Download
M build/android/screenshot.py View 1 2 3 2 chunks +16 lines, -12 lines 0 comments Download
M build/android/test_runner.py View 1 2 3 6 chunks +13 lines, -7 lines 0 comments Download
M build/android/tombstones.py View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M build/android/update_verification.py View 1 2 3 6 chunks +8 lines, -13 lines 0 comments Download
M build/apk_test.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/build_config.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M build/common.gypi View 1 2 3 53 chunks +378 lines, -315 lines 0 comments Download
M build/config/BUILD.gn View 1 2 3 3 chunks +21 lines, -8 lines 0 comments Download
M build/config/BUILDCONFIG.gn View 1 2 3 4 chunks +4 lines, -30 lines 0 comments Download
M build/config/android/config.gni View 1 2 3 3 chunks +3 lines, -9 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 5 chunks +63 lines, -1 line 0 comments Download
M build/config/android/rules.gni View 1 2 3 15 chunks +80 lines, -18 lines 0 comments Download
M build/config/clang/BUILD.gn View 1 2 3 1 chunk +20 lines, -11 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 2 3 10 chunks +90 lines, -113 lines 0 comments Download
M build/config/crypto.gni View 1 2 3 1 chunk +9 lines, -6 lines 0 comments Download
M build/config/features.gni View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download
M build/config/gcc/gcc_version.gni View 1 2 3 1 chunk +1 line, -6 lines 0 comments Download
M build/config/linux/gtk/BUILD.gn View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M build/config/sysroot.gni View 1 2 3 1 chunk +12 lines, -16 lines 0 comments Download
M build/config/win/BUILD.gn View 1 2 3 2 chunks +23 lines, -16 lines 0 comments Download
D build/escape_unicode.py View 1 2 3 1 chunk +0 lines, -56 lines 0 comments Download
M build/gn_migration.gypi View 1 2 3 17 chunks +319 lines, -164 lines 0 comments Download
M build/grit_action.gypi View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M build/gyp_chromium View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M build/gyp_helper.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M build/host_jar.gypi View 1 2 3 3 chunks +32 lines, -3 lines 0 comments Download
M build/install-build-deps.sh View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M build/ios/grit_whitelist.txt View 1 2 3 12 chunks +38 lines, -137 lines 0 comments Download
M build/isolate.gypi View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
M build/jar_file_jni_generator.gypi View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M build/java.gypi View 1 2 3 2 chunks +27 lines, -0 lines 0 comments Download
M build/java_apk.gypi View 1 2 3 2 chunks +28 lines, -0 lines 0 comments Download
M build/jni_generator.gypi View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
D build/linux/install-arm-sysroot.py View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
M build/linux/system.gyp View 1 2 3 4 chunks +20 lines, -11 lines 0 comments Download
M build/linux/unbundle/libvpx.gyp View 1 2 3 1 chunk +7 lines, -6 lines 0 comments Download
M build/protoc_java.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A build/sanitizers/asan_suppressions.cc View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
M build/sanitizers/sanitizer_options.cc View 1 2 3 4 chunks +12 lines, -14 lines 0 comments Download
M build/sanitizers/sanitizers.gyp View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M build/sanitizers/tsan_suppressions.cc View 1 2 3 6 chunks +7 lines, -12 lines 0 comments Download
M build/secondary/third_party/android_tools/BUILD.gn View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
D build/secondary/third_party/leveldatabase/BUILD.gn View 1 2 3 1 chunk +0 lines, -338 lines 0 comments Download
D build/secondary/third_party/sfntly/BUILD.gn View 1 2 3 1 chunk +0 lines, -131 lines 0 comments Download
M build/secondary/tools/grit/grit_rule.gni View 1 2 3 6 chunks +21 lines, -29 lines 0 comments Download
M build/toolchain/gcc_toolchain.gni View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M build/toolchain/mac/BUILD.gn View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M build/toolchain/win/BUILD.gn View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M build/util/lastchange.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/dart/embedder/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/tools/BUILD.gn View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/tools/mopy/gn.py View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/tools/mopy/gn_unittest.py View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/tools/roll/build_v8.patch View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
D mojo/tools/roll/roll_network_service_patches/network_service.patch View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download
M sandbox/linux/BUILD.gn View 1 2 3 3 chunks +8 lines, -6 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/linux/bpf_dsl/bpf_dsl_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/bpf_dsl/codegen.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M sandbox/linux/bpf_dsl/codegen_unittest.cc View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M sandbox/linux/bpf_dsl/dump_bpf.cc View 1 2 3 2 chunks +17 lines, -13 lines 0 comments Download
M sandbox/linux/bpf_dsl/linux_syscall_ranges.h View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M sandbox/linux/bpf_dsl/policy_compiler.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M sandbox/linux/bpf_dsl/seccomp_macros.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M sandbox/linux/bpf_dsl/verifier.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/baseline_policy_unittest.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M sandbox/linux/seccomp-bpf-helpers/syscall_sets.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/bpf_tester_compatibility_delegate.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M sandbox/linux/seccomp-bpf/bpf_tests.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M sandbox/linux/seccomp-bpf/die.cc View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 1 2 3 3 chunks +32 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/syscall.h View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf/syscall_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/trap.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M sandbox/linux/seccomp-bpf/trap.cc View 1 2 3 7 chunks +17 lines, -17 lines 0 comments Download
A sandbox/linux/seccomp-bpf/trap_unittest.cc View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
M sandbox/linux/services/credentials.h View 1 2 3 2 chunks +18 lines, -10 lines 0 comments Download
M sandbox/linux/services/credentials.cc View 1 2 3 10 chunks +41 lines, -26 lines 0 comments Download
M sandbox/linux/services/credentials_unittest.cc View 1 2 3 3 chunks +12 lines, -9 lines 0 comments Download
M sandbox/linux/services/namespace_sandbox.h View 1 2 3 3 chunks +38 lines, -0 lines 0 comments Download
M sandbox/linux/services/namespace_sandbox.cc View 1 2 3 4 chunks +83 lines, -3 lines 0 comments Download
M sandbox/linux/services/namespace_sandbox_unittest.cc View 1 2 3 2 chunks +94 lines, -0 lines 0 comments Download
M sandbox/linux/services/resource_limits.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/services/scoped_process.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/services/scoped_process.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/services/scoped_process_unittest.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.h View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers.cc View 1 2 3 3 chunks +146 lines, -2 lines 0 comments Download
M sandbox/linux/services/syscall_wrappers_unittest.cc View 1 2 3 2 chunks +34 lines, -0 lines 0 comments Download
M sandbox/linux/services/thread_helpers.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/services/thread_helpers.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/services/thread_helpers_unittests.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/services/yama.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/syscall_broker/broker_process_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D sandbox/linux/system_headers/android_arm64_ucontext.h View 1 2 3 1 chunk +0 lines, -29 lines 0 comments Download
D sandbox/linux/system_headers/android_arm_ucontext.h View 1 2 3 1 chunk +0 lines, -32 lines 0 comments Download
D sandbox/linux/system_headers/android_futex.h View 1 2 3 1 chunk +0 lines, -80 lines 0 comments Download
D sandbox/linux/system_headers/android_i386_ucontext.h View 1 2 3 1 chunk +0 lines, -79 lines 0 comments Download
D sandbox/linux/system_headers/android_mips_ucontext.h View 1 2 3 1 chunk +0 lines, -51 lines 0 comments Download
D sandbox/linux/system_headers/android_ucontext.h View 1 2 3 1 chunk +0 lines, -28 lines 0 comments Download
D sandbox/linux/system_headers/android_x86_64_ucontext.h View 1 2 3 1 chunk +0 lines, -88 lines 0 comments Download
A + sandbox/linux/system_headers/arm64_linux_ucontext.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M sandbox/linux/system_headers/arm_linux_syscalls.h View 1 2 3 3 chunks +8 lines, -3 lines 0 comments Download
A sandbox/linux/system_headers/arm_linux_ucontext.h View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A + sandbox/linux/system_headers/i386_linux_ucontext.h View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
A sandbox/linux/system_headers/linux_filter.h View 1 2 3 1 chunk +140 lines, -0 lines 0 comments Download
A + sandbox/linux/system_headers/linux_futex.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M sandbox/linux/system_headers/linux_seccomp.h View 1 2 3 2 chunks +0 lines, -9 lines 0 comments Download
A sandbox/linux/system_headers/linux_signal.h View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
A sandbox/linux/system_headers/linux_ucontext.h View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A + sandbox/linux/system_headers/mips_linux_ucontext.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + sandbox/linux/system_headers/x86_64_linux_ucontext.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M sandbox/linux/tests/sandbox_test_runner.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/tests/sandbox_test_runner_function_pointer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/tests/test_utils.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/tests/test_utils.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sandbox/linux/tests/unit_tests.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/bindings/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sky/shell/org/domokit/sky/shell/SkyApplication.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D testing/android/BUILD.gn View 1 2 3 1 chunk +0 lines, -43 lines 0 comments Download
D testing/android/README.chromium View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
D testing/android/java/AndroidManifest.xml View 1 2 3 1 chunk +0 lines, -38 lines 0 comments Download
D testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java View 1 2 3 1 chunk +0 lines, -124 lines 0 comments Download
D testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java View 1 2 3 1 chunk +0 lines, -230 lines 0 comments Download
M testing/android/junit/BUILD.gn View 1 2 3 1 chunk +3 lines, -6 lines 0 comments Download
A testing/android/junit/java/src/org/chromium/testing/local/JsonListener.java View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A testing/android/junit/java/src/org/chromium/testing/local/JsonLogger.java View 1 2 3 1 chunk +89 lines, -0 lines 0 comments Download
M testing/android/junit/java/src/org/chromium/testing/local/JunitTestArgParser.java View 1 2 3 5 chunks +28 lines, -1 line 0 comments Download
M testing/android/junit/java/src/org/chromium/testing/local/JunitTestMain.java View 1 2 3 4 chunks +22 lines, -9 lines 0 comments Download
M testing/android/junit/java/src/org/chromium/testing/local/LocalRobolectricTestRunner.java View 1 2 3 2 chunks +1 line, -10 lines 0 comments Download
A testing/android/junit/java/src/org/chromium/testing/local/RobolectricClasspathDependencyResolver.java View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
M testing/android/native_test.gyp View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A + testing/android/native_test/BUILD.gn View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + testing/android/native_test/README.chromium View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + testing/android/native_test/java/AndroidManifest.xml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + testing/android/native_test/java/src/org/chromium/native_test/ChromeNativeTestActivity.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + testing/android/native_test/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + testing/android/native_test/native_test_jni_onload.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + testing/android/native_test/native_test_launcher.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + testing/android/native_test/native_test_launcher.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + testing/android/native_test/native_test_util.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + testing/android/native_test/native_test_util.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
D testing/android/native_test_jni_onload.cc View 1 2 3 1 chunk +0 lines, -38 lines 0 comments Download
D testing/android/native_test_launcher.h View 1 2 3 1 chunk +0 lines, -13 lines 0 comments Download
D testing/android/native_test_launcher.cc View 1 2 3 1 chunk +0 lines, -161 lines 0 comments Download
D testing/android/native_test_util.h View 1 2 3 1 chunk +0 lines, -39 lines 0 comments Download
D testing/android/native_test_util.cc View 1 2 3 1 chunk +0 lines, -50 lines 0 comments Download
A + testing/buildbot/PRESUBMIT.py View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download
M testing/buildbot/chromium.chrome.json View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 1 2 3 1 chunk +485 lines, -177 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 3 2 chunks +2416 lines, -939 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 2 3 2 chunks +653 lines, -277 lines 0 comments Download
M testing/buildbot/chromium.mac.json View 1 2 3 4 chunks +488 lines, -242 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 1 2 3 1 chunk +371 lines, -179 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 1 2 3 1 chunk +445 lines, -170 lines 0 comments Download
M testing/buildbot/chromium.perf.json View 1 2 3 4 chunks +245 lines, -55 lines 0 comments Download
M testing/buildbot/chromium.webkit.json View 1 2 3 14 chunks +837 lines, -249 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 2 3 3 chunks +1127 lines, -481 lines 0 comments Download
M testing/buildbot/chromium_memory_trybot.json View 1 2 3 1 chunk +34 lines, -30 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 2 3 3 chunks +176 lines, -115 lines 0 comments Download
A testing/buildbot/client.v8.json View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A testing/buildbot/manage.py View 1 2 3 1 chunk +193 lines, -0 lines 0 comments Download
M testing/buildbot/trybot_analyze_config.json View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
A testing/buildbot/tryserver.blink.json View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
M testing/buildbot/tryserver.chromium.linux.json View 1 2 3 1 chunk +198 lines, -0 lines 0 comments Download
M testing/buildbot/tryserver.chromium.mac.json View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
M testing/buildbot/tryserver.chromium.perf.json View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M testing/buildbot/tryserver.chromium.win.json View 1 2 3 1 chunk +248 lines, -0 lines 0 comments Download
A testing/buildbot/tryserver.v8.json View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
M testing/chromoting/browser_test_commands_linux.txt View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M testing/chromoting/browser_tests_launcher.py View 1 2 3 6 chunks +78 lines, -38 lines 0 comments Download
M testing/chromoting/chromoting_integration_tests.isolate View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A testing/chromoting/dependencies.gypi View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
M testing/chromoting/integration_tests.gyp View 1 2 3 1 chunk +2 lines, -32 lines 0 comments Download
M testing/commit_queue/config.json View 1 2 3 6 chunks +15 lines, -16 lines 0 comments Download
M testing/iossim/OWNERS View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M testing/iossim/iossim.mm View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M testing/legion/common_lib.py View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M testing/legion/examples/hello_world/controller_test.py View 1 2 3 1 chunk +50 lines, -55 lines 0 comments Download
M testing/legion/examples/subprocess/subprocess_test.py View 1 2 3 1 chunk +55 lines, -49 lines 0 comments Download
M testing/legion/legion.isolate View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A testing/legion/legion_test_case.py View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
A + testing/legion/process.py View 1 2 3 4 chunks +69 lines, -36 lines 0 comments Download
M testing/legion/rpc_methods.py View 1 2 3 3 chunks +3 lines, -166 lines 0 comments Download
M testing/legion/task_controller.py View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M testing/legion/task_registration_server.py View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M testing/scripts/gtest_perf_test.py View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M testing/test.gni View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M testing/xvfb.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/libevent/event-config.h View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/libevent/libevent.gyp View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/libevent/libevent_nacl_nonsfi.gyp View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
A + third_party/libxml/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/libxml/README.chromium View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libxml/patches/snprintf_config View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/libxml/patches/snprintf_win32config View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M third_party/libxml/src/include/win32config.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/libxml/win32/config.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/modp_b64/DEPS View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/modp_b64/modp_b64_nacl.gyp View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
A + third_party/sfntly/BUILD.gn View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A third_party/tcmalloc/DEPS View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb.sh View 1 2 3 1 chunk +0 lines, -74 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/README View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/changelog View 1 2 3 1 chunk +0 lines, -196 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/compat View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/control View 1 2 3 1 chunk +0 lines, -25 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/copyright View 1 2 3 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/docs View 1 2 3 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/libgperftools-dev.dirs View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/libgperftools-dev.install View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/libgperftools0.dirs View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/libgperftools0.install View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/libgperftools0.manpages View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
D third_party/tcmalloc/vendor/packages/deb/rules View 1 2 3 1 chunk +0 lines, -117 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/rpm.sh View 1 2 3 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/tcmalloc/vendor/packages/rpm/rpm.spec View 1 2 3 1 chunk +0 lines, -77 lines 0 comments Download
M tools/android/checkstyle/checkstyle.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/android/checkstyle/chromium-style-5.0.xml View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M tools/android/findbugs_plugin/findbugs.xml View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M tools/android/findbugs_plugin/findbugs_plugin.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/android/findbugs_plugin/lib/chromiumPlugin.jar View 1 2 3 Binary file 0 comments Download
M tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py View 1 2 3 2 chunks +68 lines, -17 lines 0 comments Download
M tools/clang/blink_gc_plugin/Edge.h View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
M tools/clang/blink_gc_plugin/JsonWriter.h View 1 2 3 1 chunk +24 lines, -15 lines 0 comments Download
M tools/clang/plugins/CMakeLists.txt View 1 2 3 1 chunk +30 lines, -12 lines 0 comments Download
M tools/clang/plugins/ChromeClassTester.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M tools/clang/plugins/ChromeClassTester.cpp View 1 2 3 3 chunks +58 lines, -52 lines 0 comments Download
M tools/clang/plugins/FindBadConstructsConsumer.cpp View 1 2 3 3 chunks +69 lines, -26 lines 0 comments Download
M tools/clang/plugins/tests/overridden_methods.txt View 1 2 3 1 chunk +48 lines, -48 lines 0 comments Download
A tools/clang/plugins/tests/system/windows.h View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M tools/clang/plugins/tests/test.sh View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M tools/clang/plugins/tests/virtual_specifiers.cpp View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M tools/clang/plugins/tests/virtual_specifiers.txt View 1 2 3 1 chunk +29 lines, -29 lines 0 comments Download
M tools/clang/scripts/blink_gc_plugin_flags.sh View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M tools/clang/scripts/update.py View 1 2 3 6 chunks +49 lines, -8 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 2 3 6 chunks +33 lines, -11 lines 0 comments Download
M tools/gritsettings/resource_ids View 1 2 3 3 chunks +10 lines, -3 lines 0 comments Download
A tools/valgrind/.gitignore View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/chrome_tests.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/drmemory/suppressions.txt View 1 2 3 2 chunks +20 lines, -5 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 2 3 1 chunk +32 lines, -6 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/base_unittests.gtest_mac.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/blink_platform_unittests.gtest_win32.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory.txt View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M tools/valgrind/gtest_exclude/cc_unittests.gtest-drmemory_win32.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory.txt View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/content_browsertests.gtest-drmemory_win32.txt View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
A tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory.txt View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 2 3 5 chunks +15 lines, -20 lines 0 comments Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M ui/base/BUILD.gn View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M ui/gl/BUILD.gn View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (1 generated)
Nick Bray (chromium)
It looks like the bots are having goma issues, I'll re-run the try jobs later ...
5 years, 7 months ago (2015-04-27 22:26:26 UTC) #2
jamesr
The patch description says this patch isn't rolling //base but I see a buncha new ...
5 years, 7 months ago (2015-04-27 22:31:27 UTC) #3
jamesr
Also please update the patch description to cover //sandbox/linux. If you want to roll it, ...
5 years, 7 months ago (2015-04-27 22:34:40 UTC) #4
jamesr
Also put the revision you're getting the files pulled from chromium from in the patch ...
5 years, 7 months ago (2015-04-27 22:35:36 UTC) #5
jamesr
Nick - I'd like to update to a newer rev of build. Would you mind ...
5 years, 7 months ago (2015-05-05 17:25:08 UTC) #6
Nick Bray (chromium)
On 2015/05/05 17:25:08, jamesr wrote: > Nick - I'd like to update to a newer ...
5 years, 7 months ago (2015-05-05 18:01:31 UTC) #7
jamesr
On 2015/05/05 18:01:31, Nick Bray (chromium) wrote: > On 2015/05/05 17:25:08, jamesr wrote: > > ...
5 years, 7 months ago (2015-05-05 18:26:22 UTC) #8
jamesr
Updating //base as well turns out to be not very hard, so what I'll do ...
5 years, 7 months ago (2015-05-05 21:15:20 UTC) #9
Nick Bray (chromium)
On 2015/05/05 21:15:20, jamesr wrote: > Updating //base as well turns out to be not ...
5 years, 7 months ago (2015-05-05 21:21:16 UTC) #10
jamesr
On 2015/05/05 21:21:16, Nick Bray (chromium) wrote: > On 2015/05/05 21:15:20, jamesr wrote: > > ...
5 years, 7 months ago (2015-05-05 21:22:47 UTC) #11
jamesr
5 years, 7 months ago (2015-05-05 21:24:14 UTC) #12
On 2015/05/05 21:22:47, jamesr wrote:
> On 2015/05/05 21:21:16, Nick Bray (chromium) wrote:
> > On 2015/05/05 21:15:20, jamesr wrote:
> > > Updating //base as well turns out to be not very hard, so what I'll do is
> land
> > a
> > > patch that updates //build + //base + //sandbox/linux in a way similar to
> this
> > > patch to the same chromium rev and then as a separate patch update
> > > //native_client, then work on a follow-up patch to pull //base + //build +
> > > //sandbox/linux to ToT.  Would you also like a newer //native_client than
> the
> > > one this one targets?
> > 
> > I believe //native_client is coupled with //build (os vs. current_os) so you
> > can't avoid rolling it?  I don't care about the particular version of
> > //native_client, just that I can roll it to ToT when I add a few new public
> > APIs.
> 
> Ah, you may be right.  I thought I was doing nacl builds by default so I
should
> be seeing issues locally but that very well be PEBKAC.  I can definitely roll
> //native_client at the same time.

Ah yup, had the flag flipped the wrong way.  I'll update to the same
nacl_revision this patch targets.

Powered by Google App Engine
This is Rietveld 408576698