| OLD | NEW | 
|   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 source_set("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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  47   sources = [ |  47   sources = [ | 
|  48     "anonymizer_tool_unittest.cc", |  48     "anonymizer_tool_unittest.cc", | 
|  49     "feedback_common_unittest.cc", |  49     "feedback_common_unittest.cc", | 
|  50     "feedback_data_unittest.cc", |  50     "feedback_data_unittest.cc", | 
|  51     "feedback_uploader_chrome_unittest.cc", |  51     "feedback_uploader_chrome_unittest.cc", | 
|  52     "feedback_uploader_unittest.cc", |  52     "feedback_uploader_unittest.cc", | 
|  53   ] |  53   ] | 
|  54   deps = [ |  54   deps = [ | 
|  55     ":feedback", |  55     ":feedback", | 
|  56     "//base", |  56     "//base", | 
|  57     "//base:prefs_test_support", |  | 
|  58     "//components/feedback/proto", |  57     "//components/feedback/proto", | 
|  59     "//components/keyed_service/core", |  58     "//components/keyed_service/core", | 
|  60     "//components/pref_registry:test_support", |  59     "//components/pref_registry: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 } | 
| OLD | NEW |