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

Side by Side Diff: components/feedback/BUILD.gn

Issue 2161363005: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/favicon_base/BUILD.gn ('k') | components/filesystem/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 2014 The Chromium Authors. All rights reserved. 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 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("feedback") { 5 static_library("feedback") {
6 sources = [ 6 sources = [
7 "anonymizer_tool.cc", 7 "anonymizer_tool.cc",
8 "anonymizer_tool.h", 8 "anonymizer_tool.h",
9 "feedback_common.cc", 9 "feedback_common.cc",
10 "feedback_common.h", 10 "feedback_common.h",
11 "feedback_data.cc", 11 "feedback_data.cc",
12 "feedback_data.h", 12 "feedback_data.h",
13 "feedback_report.cc", 13 "feedback_report.cc",
14 "feedback_report.h", 14 "feedback_report.h",
15 "feedback_switches.cc", 15 "feedback_switches.cc",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//components/pref_registry:test_support", 59 "//components/pref_registry:test_support",
60 "//components/prefs:test_support", 60 "//components/prefs:test_support",
61 "//components/user_prefs", 61 "//components/user_prefs",
62 "//components/variations/net", 62 "//components/variations/net",
63 "//content/test:test_support", 63 "//content/test:test_support",
64 "//net:test_support", 64 "//net:test_support",
65 "//testing/gmock", 65 "//testing/gmock",
66 "//testing/gtest", 66 "//testing/gtest",
67 ] 67 ]
68 } 68 }
OLDNEW
« no previous file with comments | « components/favicon_base/BUILD.gn ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698