1. 21 Sep, 2021 1 commit
    • Michael Lippautz's avatar
      Revert "[base] Replace base::Optional with Abseil" · d67f0606
      Michael Lippautz authored
      This reverts commit f2e25f8a.
      
      Reason for revert: Breaks GCC 8.4.0 compilation, see bug.
      
      Original change's description:
      > [base] Replace base::Optional with Abseil
      >
      > Change base::Optional to an alias of absl::optional. Eventually we
      > should remove it entirely.
      >
      > Bug: v8:11006
      > Change-Id: I687d44cc7e7cd0a49a84bcc207231eb6808eef2d
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2476318
      > Commit-Queue: Leszek Swirski <leszeks@chromium.org>
      > Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
      > Cr-Commit-Position: refs/heads/main@{#76913}
      
      Bug: v8:11006, v8:12252
      Change-Id: I8048dee676a36551d15f25a31d1e171dae00d975
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3173672
      Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
      Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Auto-Submit: Michael Lippautz <mlippautz@chromium.org>
      Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
      Cr-Commit-Position: refs/heads/main@{#76976}
      d67f0606
  2. 17 Sep, 2021 1 commit
  3. 03 Mar, 2021 1 commit
  4. 01 Mar, 2021 1 commit
  5. 23 Aug, 2019 1 commit
  6. 20 Aug, 2019 1 commit
  7. 19 Aug, 2019 1 commit
  8. 12 Jul, 2019 2 commits
  9. 11 Jul, 2019 3 commits
  10. 09 Jul, 2019 1 commit
  11. 08 Jul, 2019 1 commit
  12. 03 Jul, 2019 1 commit
  13. 28 May, 2019 1 commit
  14. 04 Jun, 2018 1 commit
  15. 26 Mar, 2018 1 commit
  16. 19 May, 2017 1 commit
    • thomasanderson's avatar
      Replace sanitizers:deps with exe_and_shlib_deps (v8) · cb7dd0a9
      thomasanderson authored
      All targets (at least on sanitizer builds) unconditionally depend
      on //build/config/sanitizers:deps.
      
      It is necessary for bug 593874 that all targets now also depend
      on //buildtools/third_party/libc++:libcxx_proxy.  This requires
      adding a new "global dependency": //build/config:exe_and_shlib_deps.
      
      This CL updates references to sanitizers:deps to instead refer to
      //build/config:exe_and_shlib_deps.
      
      BUG=chromium:723069
      R=bradnelson@chromium.org
      
      Review-Url: https://codereview.chromium.org/2894013003
      Cr-Commit-Position: refs/heads/master@{#45435}
      cb7dd0a9
  17. 20 Apr, 2017 1 commit
  18. 05 Apr, 2017 1 commit
  19. 21 Nov, 2016 1 commit
    • thestig's avatar
      Properly define v8_enable_inspector and its override in GN. · ae0e9221
      thestig authored
      Instead of directly using v8_enable_inspector_override from
      build_overrides/v8.gni in all the GN configs, set a v8_enable_inspector
      variable based on v8_enable_inspector_override and use that everywhere.
      This is the more common pattern seen in over projects, and reduces the
      need to include //build_overrides/v8.gni in many files.
      
      Review-Url: https://codereview.chromium.org/2520683002
      Cr-Commit-Position: refs/heads/master@{#41156}
      ae0e9221
  20. 18 Oct, 2016 1 commit
  21. 12 Oct, 2016 1 commit
  22. 02 Oct, 2016 2 commits
  23. 30 Sep, 2016 3 commits
  24. 29 Sep, 2016 3 commits