Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • BUILD.gn
Find file
BlameHistoryPermalink
  • Roland McGrath's avatar
    GN: Use $root_out_dir in in copy_compiler_dll rule · f786c2b9
    Roland McGrath authored Jan 05, 2016
    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>
    f786c2b9
BUILD.gn 9.02 KB
EditWeb IDE
×

Replace BUILD.gn

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.