1. 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
  2. 14 Nov, 2016 1 commit
  3. 12 Oct, 2016 3 commits
  4. 28 Jul, 2016 1 commit
  5. 27 Jul, 2016 3 commits
  6. 22 Jul, 2016 1 commit
  7. 21 Jul, 2016 1 commit
  8. 20 Jul, 2016 2 commits
  9. 15 Jul, 2016 2 commits
  10. 12 Jul, 2016 2 commits
  11. 06 Jul, 2016 3 commits
  12. 04 Jul, 2016 1 commit
  13. 30 Jun, 2016 3 commits
  14. 21 Jun, 2016 1 commit
    • dpranke's avatar
      Use the new "optimize_speed" GN config. · 365e32b1
      dpranke authored
      The GN configs for different optimization levels are confusing and
      should probably be reworked, but for now we add a special config
      specifically so that we can compile with -O3 when appropriate.
      
      R=brettw@chromium.org, machenbach@chromium.org
      BUG=616031, 618678, 621335
      
      Review-Url: https://codereview.chromium.org/2076403002
      Cr-Commit-Position: refs/heads/master@{#37158}
      365e32b1
  15. 17 Jun, 2016 1 commit
  16. 15 Jun, 2016 1 commit
  17. 14 Jun, 2016 1 commit
  18. 07 Jun, 2016 1 commit
  19. 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
  20. 03 Jun, 2016 2 commits
  21. 24 May, 2016 2 commits