cygprofile: increase timeouts to allow showing web contents
[chromium-blink-merge.git] / components / network_hints / common / BUILD.gn
blob97e437487b29725449bdeb2bc6f9d60f214dea5f
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     "//ui/accessibility",
19   ]