Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 639388 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/3rdparty/chromium/v8/BUILD.gn (+24 lines)
Lines 797-808 action("postmortem-metadata") { Link Here
797
         rebase_path(sources, root_build_dir)
797
         rebase_path(sources, root_build_dir)
798
}
798
}
799
799
800
action("run_paxmark") {
801
  visibility = [ ":*" ]  # Only targets in this file can depend on this.
802
803
  deps = [
804
    ":mksnapshot($v8_snapshot_toolchain)",
805
  ]
806
807
  script = "/usr/sbin/pypaxctl"
808
809
  sources = []
810
811
  outputs = [
812
     "$target_out_dir/mksnapshot",
813
  ]
814
815
  args = [
816
    "-sm",
817
    "./" + rebase_path(get_label_info(":mksnapshot($v8_snapshot_toolchain)",
818
                                      "root_out_dir") + "/mksnapshot",
819
                       root_build_dir),
820
  ]
821
}
822
800
if (v8_use_snapshot) {
823
if (v8_use_snapshot) {
801
  action("run_mksnapshot") {
824
  action("run_mksnapshot") {
802
    visibility = [ ":*" ]  # Only targets in this file can depend on this.
825
    visibility = [ ":*" ]  # Only targets in this file can depend on this.
803
826
804
    deps = [
827
    deps = [
805
      ":mksnapshot($v8_snapshot_toolchain)",
828
      ":mksnapshot($v8_snapshot_toolchain)",
829
      ":run_paxmark",
806
    ]
830
    ]
807
831
808
    script = "tools/run.py"
832
    script = "tools/run.py"

Return to bug 639388