blob: aafe3eb8d062bee9dd98857a116f4e2c32b78dbe [file] [log] [blame]
gunsch00df169a2014-12-06 01:33:021# 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
pmeenaned4b6f82015-01-30 21:59:595# GYP version: components/network_hints.gypi:network_hints_browser
gunsch00df169a2014-12-06 01:33:026source_set("browser") {
7 sources = [
pmeenaned4b6f82015-01-30 21:59:598 "network_hints_message_filter.cc",
9 "network_hints_message_filter.h",
gunsch00df169a2014-12-06 01:33:0210 ]
11
12 public_deps = [
13 "//content/public/browser",
14 "//net",
15 ]
16}