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 { 5 'targets': [ 6 { 7 # Depend on this target to use public blink API headers for things 8 # like enums and public structures without actually linking against any Blink 9 # libraries. 10 'target_name': 'blink_headers', 11 'type': 'none', 12 'direct_dependent_settings': { 13 'include_dirs': [ '..' ], 14 }, 15 }, 16 ] 17 } 18 19