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

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

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "feedback_common_unittest.cc", 50 "feedback_common_unittest.cc",
51 "feedback_data_unittest.cc", 51 "feedback_data_unittest.cc",
52 "feedback_uploader_chrome_unittest.cc", 52 "feedback_uploader_chrome_unittest.cc",
53 "feedback_uploader_unittest.cc", 53 "feedback_uploader_unittest.cc",
54 ] 54 ]
55 deps = [ 55 deps = [
56 ":feedback", 56 ":feedback",
57 "//base", 57 "//base",
58 "//components/feedback/proto", 58 "//components/feedback/proto",
59 "//components/keyed_service/core", 59 "//components/keyed_service/core",
60 "//components/pref_registry:test_support",
61 "//components/prefs:test_support", 60 "//components/prefs:test_support",
61 "//components/sync_preferences:test_support",
62 "//components/user_prefs", 62 "//components/user_prefs",
63 "//components/variations/net", 63 "//components/variations/net",
64 "//content/test:test_support", 64 "//content/test:test_support",
65 "//net:test_support", 65 "//net:test_support",
66 "//testing/gmock", 66 "//testing/gmock",
67 "//testing/gtest", 67 "//testing/gtest",
68 ] 68 ]
69 } 69 }
OLDNEW
« no previous file with comments | « components/dom_distiller/standalone/content_extractor_browsertest.cc ('k') | components/feedback/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698