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

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

Issue 2565873002: [translate] Add translate ranker model loader. (Closed)
Patch Set: for asan testing only - DO NOT COMMIT Created 3 years, 10 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
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 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 "tracing/crash_service_uploader.cc", 1292 "tracing/crash_service_uploader.cc",
1293 "tracing/crash_service_uploader.h", 1293 "tracing/crash_service_uploader.h",
1294 "tracing/navigation_tracing.cc", 1294 "tracing/navigation_tracing.cc",
1295 "tracing/navigation_tracing.h", 1295 "tracing/navigation_tracing.h",
1296 "translate/chrome_translate_client.cc", 1296 "translate/chrome_translate_client.cc",
1297 "translate/chrome_translate_client.h", 1297 "translate/chrome_translate_client.h",
1298 "translate/language_model_factory.cc", 1298 "translate/language_model_factory.cc",
1299 "translate/language_model_factory.h", 1299 "translate/language_model_factory.h",
1300 "translate/translate_accept_languages_factory.cc", 1300 "translate/translate_accept_languages_factory.cc",
1301 "translate/translate_accept_languages_factory.h", 1301 "translate/translate_accept_languages_factory.h",
1302 "translate/translate_ranker_factory.cc",
1303 "translate/translate_ranker_factory.h",
1304 "translate/translate_ranker_metrics_provider.cc",
1305 "translate/translate_ranker_metrics_provider.h",
1302 "translate/translate_service.cc", 1306 "translate/translate_service.cc",
1303 "translate/translate_service.h", 1307 "translate/translate_service.h",
1304 "undo/bookmark_undo_service_factory.cc", 1308 "undo/bookmark_undo_service_factory.cc",
1305 "undo/bookmark_undo_service_factory.h", 1309 "undo/bookmark_undo_service_factory.h",
1306 "update_client/chrome_update_query_params_delegate.cc", 1310 "update_client/chrome_update_query_params_delegate.cc",
1307 "update_client/chrome_update_query_params_delegate.h", 1311 "update_client/chrome_update_query_params_delegate.h",
1308 "usb/usb_blocklist.cc", 1312 "usb/usb_blocklist.cc",
1309 "usb/usb_blocklist.h", 1313 "usb/usb_blocklist.h",
1310 "usb/usb_chooser_context.cc", 1314 "usb/usb_chooser_context.cc",
1311 "usb/usb_chooser_context.h", 1315 "usb/usb_chooser_context.h",
(...skipping 3200 matching lines...) Expand 10 before | Expand all | Expand 10 after
4512 "media/pepper_cdm_test_constants.cc", 4516 "media/pepper_cdm_test_constants.cc",
4513 "media/pepper_cdm_test_constants.h", 4517 "media/pepper_cdm_test_constants.h",
4514 ] 4518 ]
4515 } 4519 }
4516 } 4520 }
4517 4521
4518 service_manifest("preferences_manifest") { 4522 service_manifest("preferences_manifest") {
4519 name = "preferences" 4523 name = "preferences"
4520 source = "prefs/preferences_manifest.json" 4524 source = "prefs/preferences_manifest.json"
4521 } 4525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698