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

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

Issue 2165183003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fix 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
« no previous file with comments | « components/crx_file/BUILD.gn ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 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_lofi_decider.cc", 7 "content_lofi_decider.cc",
8 "content_lofi_decider.h", 8 "content_lofi_decider.h",
9 "content_lofi_ui_service.cc", 9 "content_lofi_ui_service.cc",
10 "content_lofi_ui_service.h", 10 "content_lofi_ui_service.h",
11 "data_reduction_proxy_message_filter.cc", 11 "data_reduction_proxy_message_filter.cc",
12 "data_reduction_proxy_message_filter.h", 12 "data_reduction_proxy_message_filter.h",
13 ] 13 ]
14 14
15 deps = [ 15 deps = [
(...skipping 22 matching lines...) Expand all
38 "//components/data_reduction_proxy/core/browser:test_support", 38 "//components/data_reduction_proxy/core/browser:test_support",
39 "//components/data_reduction_proxy/core/common:test_support", 39 "//components/data_reduction_proxy/core/common:test_support",
40 "//content/public/browser", 40 "//content/public/browser",
41 "//content/public/common", 41 "//content/public/common",
42 "//content/test:test_support", 42 "//content/test:test_support",
43 "//net:test_support", 43 "//net:test_support",
44 "//testing/gmock", 44 "//testing/gmock",
45 "//testing/gtest", 45 "//testing/gtest",
46 ] 46 ]
47 } 47 }
OLDNEW
« no previous file with comments | « components/crx_file/BUILD.gn ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698