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

Collapse All | Expand All

(-)a/src/3rdparty/chromium/v8/BUILD.gn (+23 lines)
Lines 661-666 action("run_mksnapshot") { Link Here
661
661
662
  deps = [
662
  deps = [
663
    ":mksnapshot($v8_snapshot_toolchain)",
663
    ":mksnapshot($v8_snapshot_toolchain)",
664
    ":run_paxmark",
664
  ]
665
  ]
665
666
666
  script = "tools/run.py"
667
  script = "tools/run.py"
Lines 706-711 action("run_mksnapshot") { Link Here
706
    args += [ rebase_path(v8_embed_script, root_build_dir) ]
707
    args += [ rebase_path(v8_embed_script, root_build_dir) ]
707
  }
708
  }
708
}
709
}
710
action("run_paxmark") {
711
  visibility = [ ":*" ]  # Only targets in this file can depend on this.
712
713
  deps = [
714
    ":mksnapshot($v8_snapshot_toolchain)",
715
  ]
716
717
  script = "/usr/sbin/pypaxctl"
718
719
  sources = []
720
721
  outputs = [
722
     "$target_out_dir/mksnapshot",
723
  ]
724
725
  args = [
726
    "-sm",
727
    "./" + rebase_path(get_label_info(":mksnapshot($v8_snapshot_toolchain)",
728
                                      "root_out_dir") + "/mksnapshot",
729
                       root_build_dir),
730
  ]
731
}
709
732
710
action("run_mkpeephole") {
733
action("run_mkpeephole") {
711
  visibility = [ ":*" ]  # Only targets in this file can depend on this.
734
  visibility = [ ":*" ]  # Only targets in this file can depend on this.

Return to bug 634220