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.
8 # GN version: //components/handoff
9 'target_name': 'handoff',
10 'type': 'static_library',
15 ['OS=="mac" or OS=="ios"', {
17 'handoff/handoff_utility.h',
18 'handoff/handoff_utility.mm',
23 'handoff/handoff_manager.h',
24 'handoff/handoff_manager.mm',
27 '../base/base.gyp:base',