OLD | NEW |
(Empty) | |
| 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. |
| 4 |
| 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 ] |
| 15 |
| 16 deps = [ |
| 17 "//base", |
| 18 ] |
| 19 } |
OLD | NEW |