1. 19 Jan, 2016 4 commits
  2. 18 Jan, 2016 4 commits
  3. 15 Jan, 2016 3 commits
  4. 14 Jan, 2016 1 commit
  5. 13 Jan, 2016 9 commits
  6. 12 Jan, 2016 6 commits
  7. 11 Jan, 2016 3 commits
  8. 08 Jan, 2016 2 commits
  9. 07 Jan, 2016 4 commits
  10. 06 Jan, 2016 3 commits
  11. 05 Jan, 2016 1 commit
    • GN: Use $root_out_dir in in copy_compiler_dll rule · f786c2b9
      Roland McGrath authored
      The root_build_dir variable yields the root of the build tree.
      But when the component is being built under a non-default
      toolchain, its output files are delivered to a toolchain
      subdirectory instead.  The copy_compiler_dll rule should put its
      output next to where libANGLE and things built using it will go,
      which is root_out_dir.  This fixes cases where the angle GN
      component is instantiated under more than one toolchain, which
      heretofore would produce multiple Ninja rules for the same target
      file $root_build_dir/d3dcompiler_47.dll and thus get complaints
      from Ninja.
      
      BUG=512869
      
      Change-Id: I9fe83c5c5fa74902ef270654d3707636588af6b7
      Reviewed-on: https://chromium-review.googlesource.com/320119Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
      Tested-by: 's avatarRoland McGrath <mcgrathr@chromium.org>