Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: components/subresource_filter/content/browser/BUILD.gn

Issue 2170813003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("browser") { 5 static_library("browser") {
6 sources = [ 6 sources = [
7 "content_ruleset_distributor.cc", 7 "content_ruleset_distributor.cc",
8 "content_ruleset_distributor.h", 8 "content_ruleset_distributor.h",
9 "content_subresource_filter_driver.cc", 9 "content_subresource_filter_driver.cc",
10 "content_subresource_filter_driver.h", 10 "content_subresource_filter_driver.h",
11 "content_subresource_filter_driver_factory.cc", 11 "content_subresource_filter_driver_factory.cc",
12 "content_subresource_filter_driver_factory.h", 12 "content_subresource_filter_driver_factory.h",
13 "subresource_filter_navigation_throttle.cc", 13 "subresource_filter_navigation_throttle.cc",
14 "subresource_filter_navigation_throttle.h", 14 "subresource_filter_navigation_throttle.h",
15 ] 15 ]
(...skipping 23 matching lines...) Expand all
39 "//components/safe_browsing_db:util", 39 "//components/safe_browsing_db:util",
40 "//components/subresource_filter/content/common", 40 "//components/subresource_filter/content/common",
41 "//components/subresource_filter/core/browser", 41 "//components/subresource_filter/core/browser",
42 "//components/subresource_filter/core/browser:test_support", 42 "//components/subresource_filter/core/browser:test_support",
43 "//content/test:test_support", 43 "//content/test:test_support",
44 "//ipc", 44 "//ipc",
45 "//ipc:test_support", 45 "//ipc:test_support",
46 "//testing/gtest", 46 "//testing/gtest",
47 ] 47 ]
48 } 48 }
OLDNEW
« no previous file with comments | « components/startup_metric_utils/browser/BUILD.gn ('k') | components/subresource_filter/content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698