gunsch | 00df169a | 2014-12-06 01:33:02 | [diff] [blame] | 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 | |
pmeenan | ed4b6f8 | 2015-01-30 21:59:59 | [diff] [blame] | 5 | # GYP version: components/network_hints.gypi:network_hints_browser |
gunsch | 00df169a | 2014-12-06 01:33:02 | [diff] [blame] | 6 | source_set("browser") { |
| 7 | sources = [ |
pmeenan | ed4b6f8 | 2015-01-30 21:59:59 | [diff] [blame] | 8 | "network_hints_message_filter.cc", |
| 9 | "network_hints_message_filter.h", |
gunsch | 00df169a | 2014-12-06 01:33:02 | [diff] [blame] | 10 | ] |
| 11 | |
| 12 | public_deps = [ |
| 13 | "//content/public/browser", |
| 14 | "//net", |
| 15 | ] |
| 16 | } |