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

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

Issue 2968613002: Move some of c/b/feedback/system_logs to //components/feedback (Closed)
Patch Set: fix include Created 3 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 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 static_library("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",
16 "feedback_switches.h", 16 "feedback_switches.h",
17 "feedback_uploader.cc", 17 "feedback_uploader.cc",
18 "feedback_uploader.h", 18 "feedback_uploader.h",
19 "feedback_uploader_chrome.cc", 19 "feedback_uploader_chrome.cc",
20 "feedback_uploader_chrome.h", 20 "feedback_uploader_chrome.h",
21 "feedback_uploader_delegate.cc", 21 "feedback_uploader_delegate.cc",
22 "feedback_uploader_delegate.h", 22 "feedback_uploader_delegate.h",
23 "feedback_uploader_factory.cc", 23 "feedback_uploader_factory.cc",
24 "feedback_uploader_factory.h", 24 "feedback_uploader_factory.h",
25 "feedback_util.cc", 25 "feedback_util.cc",
26 "feedback_util.h", 26 "feedback_util.h",
27 "system_logs/system_logs_fetcher.cc",
28 "system_logs/system_logs_fetcher.h",
29 "system_logs/system_logs_source.cc",
30 "system_logs/system_logs_source.h",
27 "tracing_manager.cc", 31 "tracing_manager.cc",
28 "tracing_manager.h", 32 "tracing_manager.h",
29 ] 33 ]
30 34
31 deps = [ 35 deps = [
32 "//base", 36 "//base",
33 "//components/data_use_measurement/core", 37 "//components/data_use_measurement/core",
34 "//components/feedback/proto", 38 "//components/feedback/proto",
35 "//components/keyed_service/content", 39 "//components/keyed_service/content",
36 "//components/keyed_service/core", 40 "//components/keyed_service/core",
(...skipping 23 matching lines...) Expand all
60 "//components/prefs:test_support", 64 "//components/prefs:test_support",
61 "//components/sync_preferences:test_support", 65 "//components/sync_preferences:test_support",
62 "//components/user_prefs", 66 "//components/user_prefs",
63 "//components/variations/net", 67 "//components/variations/net",
64 "//content/test:test_support", 68 "//content/test:test_support",
65 "//net:test_support", 69 "//net:test_support",
66 "//testing/gmock", 70 "//testing/gmock",
67 "//testing/gtest", 71 "//testing/gtest",
68 ] 72 ]
69 } 73 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/system_info_ui.cc ('k') | components/feedback/system_logs/system_logs_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698