BUILD.gn 280 B

1234567891011
  1. # Copyright 2014 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. assert(is_win)
  5. import("//build/toolchain/win/midl.gni")
  6. midl("iaccessible2") {
  7. sources = [ "ia2_api_all.idl" ]
  8. }