blob: 58db8d3c3297e28392fa4a05d3a079d28477e2c5 [file] [log] [blame]
amohammadkhan092adb22015-09-11 21:08:491# 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
brettw8deee3902016-07-22 03:55:525static_library("content") {
amohammadkhan092adb22015-09-11 21:08:496 sources = [
rajendrant14a5a852016-11-17 17:58:487 "content_url_request_classifier.cc",
8 "content_url_request_classifier.h",
amohammadkhan092adb22015-09-11 21:08:499 ]
10 deps = [
11 "//base",
amohammadkhan092adb22015-09-11 21:08:4912 "//content/public/browser",
rajendranta98850d92017-01-04 02:34:0013 "//content/public/common",
rajendrant14a5a852016-11-17 17:58:4814 "//net:net",
rajendrant002f07fb2017-03-21 07:41:5915 "//ui/base",
amohammadkhan092adb22015-09-11 21:08:4916 ]
17}