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 { 6 'variables': { 7 'chromium_code': 1, 8 }, 9 'targets': [ 10 { 11 # GN version: //ui/events/ipc 12 'target_name': 'events_ipc', 13 'type': '<(component)', 14 'dependencies': [ 15 '<(DEPTH)/base/base.gyp:base', 16 '<(DEPTH)/ipc/ipc.gyp:ipc', 17 ], 18 'defines': [ 19 'EVENTS_IMPLEMENTATION', 20 ], 21 'include_dirs': [ 22 '../..', 23 ], 24 'sources': [ 25 'latency_info_param_traits.cc', 26 'latency_info_param_traits.h', 27 ], 28 }, 29 ], 30 } 31