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

Unified Diff: components/translate/core/browser/BUILD.gn

Issue 2906233004: Add translate client mock. (Closed)
Patch Set: fix comments Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/translate/core/browser/mock_translate_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/BUILD.gn
diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn
index 45e0c2b0fe99f343e093ab5f55f6f398581c7ef6..f7ad715dc37ac52fb276e64f78bd83099ad58c7f 100644
--- a/components/translate/core/browser/BUILD.gn
+++ b/components/translate/core/browser/BUILD.gn
@@ -94,6 +94,8 @@ source_set("unit_tests") {
sources = [
"language_model_unittest.cc",
"language_state_unittest.cc",
+ "mock_translate_client.cc",
+ "mock_translate_client.h",
"mock_translate_driver.cc",
"mock_translate_driver.h",
"mock_translate_ranker.cc",
« 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