1# Copyright 2016 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 5variant = "blink" 6 7for_blink = true 8 9_typemap_imports = [ 10 "//mojo/public/cpp/bindings/tests/blink_typemaps.gni", 11 "//third_party/WebKit/Source/platform/mojo/blink_typemaps.gni", 12] 13_typemaps = [] 14 15foreach(typemap_import, _typemap_imports) { 16 _imported = read_file(typemap_import, "scope") 17 _typemaps += _imported.typemaps 18} 19 20typemaps = [] 21foreach(typemap, _typemaps) { 22 typemaps += [ read_file(typemap, "scope") ] 23} 24 25blacklist = [ 26 # TODO(sammc): Remove the following once |for_blink| bindings support WTF 27 # maps with enum keys. See https://crbug.com/583738. 28 "//mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom", 29] 30