Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / components / handoff / BUILD.gn
blobbc427d94cefc8e87da3cf5993b9e2c18da5c4d42
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.
5 source_set("handoff") {
6   if (is_mac || is_ios) {
7     sources += [
8       "handoff_utility.h",
9       "handoff_utility.mm",
10     ]
11   }