1. 01 Feb, 2017 1 commit
  2. 31 Jan, 2017 2 commits
  3. 01 Dec, 2016 3 commits
  4. 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
  5. 12 Oct, 2016 1 commit
  6. 28 Jul, 2016 1 commit
  7. 04 Jul, 2016 1 commit
  8. 30 Jun, 2016 3 commits
  9. 15 Jun, 2016 1 commit
  10. 07 Jun, 2016 1 commit
  11. 06 Jun, 2016 1 commit
    • machenbach's avatar
      [gn] Fix isolate_driver for gn · 87affbc5
      machenbach authored
      This makes the isolate-driver script rebase all paths to be
      relative to the isolate-file location. This is an assumption
      of the go binaries and is needed for batcharchive to work.
      
      In gyp, actions were executed relative to the gyp file that
      specified them, while in gn it's relative to the product dir.
      
      BUG=chromium:474921
      
      Review-Url: https://codereview.chromium.org/2039873002
      Cr-Commit-Position: refs/heads/master@{#36746}
      87affbc5
  12. 03 Jun, 2016 2 commits