Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / components / dns_prefetch / common / BUILD.gn
blob82a02ac924e55e3a34d88fb60a3f3657fce25f15
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 # GYP version: components/dns_prefetch.gypi:predictor
6 source_set("common") {
7   sources = [
8     "prefetch_common.cc",
9     "prefetch_common.h",
10     "prefetch_message_generator.cc",
11     "prefetch_message_generator.h",
12     "prefetch_messages.cc",
13     "prefetch_messages.h",
14   ]
16   deps = [
17     "//base",
18   ]