1. 09 Aug, 2017 1 commit
  2. 29 Jun, 2017 1 commit
  3. 27 Jun, 2017 1 commit
  4. 26 Jun, 2017 1 commit
  5. 23 Jun, 2017 1 commit
  6. 13 Jun, 2017 1 commit
  7. 05 Apr, 2017 1 commit
  8. 17 Mar, 2017 1 commit
  9. 13 Feb, 2017 1 commit
  10. 02 Feb, 2017 1 commit
    • machenbach's avatar
      [foozzie] Support multi-architecture builds · 13de00c0
      machenbach authored
      This adds optional multi-architecture builds, allowing to compile
      x86 and x64 in one build. The correctness fuzzer can be configured to
      compare the two executables, e.g. to compare x86 to x64 run the
      launcher with: --second-d8=clang_x86/d8 in an x64 build.
      
      Configuring the executable's architecture is now simplified and
      inferred from the gn build configuration.
      
      Building for clusterfuzz has now a new canonical target that can be
      used by the infrastructure (defaults to d8).
      
      The clusterfuzz release builder is now defined to compile
      multi-arch builds, which will have an effect as soon as the
      infrastructure refers to the new clusterfuzz target.
      
      BUG=chromium:673246
      NOTRY=true
      TBR=mstarzinger,jarin
      
      Review-Url: https://codereview.chromium.org/2649133010
      Cr-Commit-Position: refs/heads/master@{#42884}
      13de00c0
  11. 01 Feb, 2017 1 commit
  12. 31 Jan, 2017 2 commits
  13. 26 Jan, 2017 1 commit
  14. 25 Jan, 2017 1 commit
    • brettw's avatar
      Conditionally convert V8 build overrides to declare_args. · 98dbcfde
      brettw authored
      We're converting the build_overrides system to the new default_args list of
      overrides that can be listed in the toplevel .gn file. This will allow args to
      be set on a per-repo basis.
      
      This change conditionally adds the variables currently defined in
      build_overrides/v8.gni to build args. This allows V8's build to be used in both
      the new and old systems. Once all Chrome and pdfium have been updated, v8's
      build overrides and the conditional checks around the new args can be removed.
      
      BUG=684096
      
      Review-Url: https://codereview.chromium.org/2654663003
      Cr-Commit-Position: refs/heads/master@{#42639}
      98dbcfde
  15. 10 Jan, 2017 1 commit
  16. 01 Dec, 2016 3 commits
  17. 28 Nov, 2016 1 commit
  18. 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
  19. 14 Nov, 2016 1 commit
  20. 12 Oct, 2016 3 commits
  21. 28 Jul, 2016 1 commit
  22. 27 Jul, 2016 3 commits
  23. 22 Jul, 2016 1 commit
  24. 21 Jul, 2016 1 commit
  25. 20 Jul, 2016 2 commits
  26. 15 Jul, 2016 2 commits
  27. 12 Jul, 2016 2 commits
  28. 06 Jul, 2016 3 commits