Revert of ui: Clean up damaged rects and clear them after painting. (patchset #2...
[chromium-blink-merge.git] / components / network_hints / browser / BUILD.gn
blobaafe3eb8d062bee9dd98857a116f4e2c32b78dbe
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:network_hints_browser
6 source_set("browser") {
7   sources = [
8     "network_hints_message_filter.cc",
9     "network_hints_message_filter.h",
10   ]
12   public_deps = [
13     "//content/public/browser",
14     "//net",
15   ]