96b32a814c
* chore: bump chromium in DEPS to 2930eb12d56988c2c80bad2797ab036fe493d4e1 * chore: update patches * Revert "disable robotjs-based tests" This reverts commite56adafc1f
. * Revert "skip dbus tests (#18409)" This reverts commitaea042cc83
. * Revert "skip more dbus tests" This reverts commit68dbef48da
. * chore: bump chromium in DEPS to fd62da5601399b92effaa32a943fcd96143c8605 * chore: bump chromium in DEPS to 99f87ca22ee6e7ec953defe694771cb68f47a596 * chore: bump chromium in DEPS to d88778435b4cd9a510a63385b6d4ba24674b9774 * chore: update patches * chore: update ssl_security_state_tab_helper.patch * Remove content_packaged_services https://chromium-review.googlesource.com/c/chromium/src/+/1604203 * chore: fix false positive lint error * views: wireup widget name to crash data https://chromium-review.googlesource.com/c/chromium/src/+/1626640 * chore: bump chromium in DEPS to ab588d36191964c4bca8de5c320534d95606c861 * roll patches
20 lines
788 B
Diff
20 lines
788 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Shelley Vohr <shelley.vohr@gmail.com>
|
|
Date: Mon, 22 Oct 2018 10:47:13 -0700
|
|
Subject: expose_mksnapshot.patch
|
|
|
|
Needed in order to target mksnapshot for mksnapshot zip.
|
|
|
|
diff --git a/BUILD.gn b/BUILD.gn
|
|
index 01ef8b8420cb951db372753a4d8b9e987cfb237c..560357a7c219edaa097697e616d5c04a2e86e2d8 100644
|
|
--- a/BUILD.gn
|
|
+++ b/BUILD.gn
|
|
@@ -3795,8 +3795,6 @@ if (current_toolchain == v8_generator_toolchain) {
|
|
|
|
if (v8_use_snapshot && current_toolchain == v8_snapshot_toolchain) {
|
|
v8_executable("mksnapshot") {
|
|
- visibility = [ ":*" ] # Only targets in this file can depend on this.
|
|
-
|
|
sources = [
|
|
"src/snapshot/embedded/embedded-file-writer.cc",
|
|
"src/snapshot/embedded/embedded-file-writer.h",
|