Make castv2 performance test work.
[chromium-blink-merge.git] / components / network_hints / common / BUILD.gn
blob1e06117a04bfad960b42c0213a5402d90eadb3fb
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/network_hints.gypi:predictor
6 source_set("common") {
7   sources = [
8     "network_hints_common.cc",
9     "network_hints_common.h",
10     "network_hints_message_generator.cc",
11     "network_hints_message_generator.h",
12     "network_hints_messages.cc",
13     "network_hints_messages.h",
14   ]
16   deps = [
17     "//base",
18   ]