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

Side by Side Diff: components/translate/core/browser/BUILD.gn

Issue 2906233004: Add translate client mock. (Closed)
Patch Set: fix comments Created 3 years, 6 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 | « no previous file | components/translate/core/browser/mock_translate_client.h » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 static_library("browser") { 7 static_library("browser") {
8 sources = [ 8 sources = [
9 "language_model.cc", 9 "language_model.cc",
10 "language_model.h", 10 "language_model.h",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "options_menu_model.h", 87 "options_menu_model.h",
88 ] 88 ]
89 } 89 }
90 } 90 }
91 91
92 source_set("unit_tests") { 92 source_set("unit_tests") {
93 testonly = true 93 testonly = true
94 sources = [ 94 sources = [
95 "language_model_unittest.cc", 95 "language_model_unittest.cc",
96 "language_state_unittest.cc", 96 "language_state_unittest.cc",
97 "mock_translate_client.cc",
98 "mock_translate_client.h",
97 "mock_translate_driver.cc", 99 "mock_translate_driver.cc",
98 "mock_translate_driver.h", 100 "mock_translate_driver.h",
99 "mock_translate_ranker.cc", 101 "mock_translate_ranker.cc",
100 "mock_translate_ranker.h", 102 "mock_translate_ranker.h",
101 "ranker_model_loader_unittest.cc", 103 "ranker_model_loader_unittest.cc",
102 "ranker_model_unittest.cc", 104 "ranker_model_unittest.cc",
103 "translate_browser_metrics_unittest.cc", 105 "translate_browser_metrics_unittest.cc",
104 "translate_language_list_unittest.cc", 106 "translate_language_list_unittest.cc",
105 "translate_manager_unittest.cc", 107 "translate_manager_unittest.cc",
106 "translate_prefs_unittest.cc", 108 "translate_prefs_unittest.cc",
(...skipping 12 matching lines...) Expand all
119 "//components/sync_preferences:test_support", 121 "//components/sync_preferences:test_support",
120 "//components/translate/core/browser/proto", 122 "//components/translate/core/browser/proto",
121 "//components/translate/core/common", 123 "//components/translate/core/common",
122 "//components/ukm", 124 "//components/ukm",
123 "//components/ukm:test_support", 125 "//components/ukm:test_support",
124 "//components/variations", 126 "//components/variations",
125 "//net:test_support", 127 "//net:test_support",
126 "//testing/gtest", 128 "//testing/gtest",
127 ] 129 ]
128 } 130 }
OLDNEW
« no previous file with comments | « no previous file | components/translate/core/browser/mock_translate_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698