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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2565873002: [translate] Add translate ranker model loader. (Closed)
Patch Set: comments from sdefresne Created 3 years, 9 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 | chrome/browser/metrics/chrome_metrics_service_client.cc » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 "tracing/crash_service_uploader.cc", 1304 "tracing/crash_service_uploader.cc",
1305 "tracing/crash_service_uploader.h", 1305 "tracing/crash_service_uploader.h",
1306 "tracing/navigation_tracing.cc", 1306 "tracing/navigation_tracing.cc",
1307 "tracing/navigation_tracing.h", 1307 "tracing/navigation_tracing.h",
1308 "translate/chrome_translate_client.cc", 1308 "translate/chrome_translate_client.cc",
1309 "translate/chrome_translate_client.h", 1309 "translate/chrome_translate_client.h",
1310 "translate/language_model_factory.cc", 1310 "translate/language_model_factory.cc",
1311 "translate/language_model_factory.h", 1311 "translate/language_model_factory.h",
1312 "translate/translate_accept_languages_factory.cc", 1312 "translate/translate_accept_languages_factory.cc",
1313 "translate/translate_accept_languages_factory.h", 1313 "translate/translate_accept_languages_factory.h",
1314 "translate/translate_ranker_factory.cc",
1315 "translate/translate_ranker_factory.h",
1316 "translate/translate_ranker_metrics_provider.cc",
1317 "translate/translate_ranker_metrics_provider.h",
1314 "translate/translate_service.cc", 1318 "translate/translate_service.cc",
1315 "translate/translate_service.h", 1319 "translate/translate_service.h",
1316 "undo/bookmark_undo_service_factory.cc", 1320 "undo/bookmark_undo_service_factory.cc",
1317 "undo/bookmark_undo_service_factory.h", 1321 "undo/bookmark_undo_service_factory.h",
1318 "update_client/chrome_update_query_params_delegate.cc", 1322 "update_client/chrome_update_query_params_delegate.cc",
1319 "update_client/chrome_update_query_params_delegate.h", 1323 "update_client/chrome_update_query_params_delegate.h",
1320 "usb/usb_blocklist.cc", 1324 "usb/usb_blocklist.cc",
1321 "usb/usb_blocklist.h", 1325 "usb/usb_blocklist.h",
1322 "usb/usb_chooser_context.cc", 1326 "usb/usb_chooser_context.cc",
1323 "usb/usb_chooser_context.h", 1327 "usb/usb_chooser_context.h",
(...skipping 3213 matching lines...) Expand 10 before | Expand all | Expand 10 after
4537 "media/pepper_cdm_test_constants.cc", 4541 "media/pepper_cdm_test_constants.cc",
4538 "media/pepper_cdm_test_constants.h", 4542 "media/pepper_cdm_test_constants.h",
4539 ] 4543 ]
4540 } 4544 }
4541 } 4545 }
4542 4546
4543 service_manifest("preferences_manifest") { 4547 service_manifest("preferences_manifest") {
4544 name = "preferences" 4548 name = "preferences"
4545 source = "prefs/preferences_manifest.json" 4549 source = "prefs/preferences_manifest.json"
4546 } 4550 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698