amohammadkhan | 092adb2 | 2015-09-11 21:08:49 | [diff] [blame] | 1 | # Copyright 2015 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 | |||||
brettw | 8deee390 | 2016-07-22 03:55:52 | [diff] [blame] | 5 | static_library("content") { |
amohammadkhan | 092adb2 | 2015-09-11 21:08:49 | [diff] [blame] | 6 | sources = [ |
rajendrant | 14a5a85 | 2016-11-17 17:58:48 | [diff] [blame] | 7 | "content_url_request_classifier.cc", |
8 | "content_url_request_classifier.h", | ||||
amohammadkhan | 092adb2 | 2015-09-11 21:08:49 | [diff] [blame] | 9 | ] |
10 | deps = [ | ||||
11 | "//base", | ||||
amohammadkhan | 092adb2 | 2015-09-11 21:08:49 | [diff] [blame] | 12 | "//content/public/browser", |
rajendrant | a98850d9 | 2017-01-04 02:34:00 | [diff] [blame] | 13 | "//content/public/common", |
rajendrant | 14a5a85 | 2016-11-17 17:58:48 | [diff] [blame] | 14 | "//net:net", |
rajendrant | 002f07fb | 2017-03-21 07:41:59 | [diff] [blame] | 15 | "//ui/base", |
amohammadkhan | 092adb2 | 2015-09-11 21:08:49 | [diff] [blame] | 16 | ] |
17 | } |