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

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

Issue 2736853004: Revert "[Translate] Add translate ranker model loader." (Closed)
Patch Set: merge 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 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 "tracing/crash_service_uploader.cc", 1314 "tracing/crash_service_uploader.cc",
1315 "tracing/crash_service_uploader.h", 1315 "tracing/crash_service_uploader.h",
1316 "tracing/navigation_tracing.cc", 1316 "tracing/navigation_tracing.cc",
1317 "tracing/navigation_tracing.h", 1317 "tracing/navigation_tracing.h",
1318 "translate/chrome_translate_client.cc", 1318 "translate/chrome_translate_client.cc",
1319 "translate/chrome_translate_client.h", 1319 "translate/chrome_translate_client.h",
1320 "translate/language_model_factory.cc", 1320 "translate/language_model_factory.cc",
1321 "translate/language_model_factory.h", 1321 "translate/language_model_factory.h",
1322 "translate/translate_accept_languages_factory.cc", 1322 "translate/translate_accept_languages_factory.cc",
1323 "translate/translate_accept_languages_factory.h", 1323 "translate/translate_accept_languages_factory.h",
1324 "translate/translate_ranker_factory.cc",
1325 "translate/translate_ranker_factory.h",
1326 "translate/translate_ranker_metrics_provider.cc",
1327 "translate/translate_ranker_metrics_provider.h",
1328 "translate/translate_service.cc", 1324 "translate/translate_service.cc",
1329 "translate/translate_service.h", 1325 "translate/translate_service.h",
1330 "undo/bookmark_undo_service_factory.cc", 1326 "undo/bookmark_undo_service_factory.cc",
1331 "undo/bookmark_undo_service_factory.h", 1327 "undo/bookmark_undo_service_factory.h",
1332 "update_client/chrome_update_query_params_delegate.cc", 1328 "update_client/chrome_update_query_params_delegate.cc",
1333 "update_client/chrome_update_query_params_delegate.h", 1329 "update_client/chrome_update_query_params_delegate.h",
1334 "usb/usb_blocklist.cc", 1330 "usb/usb_blocklist.cc",
1335 "usb/usb_blocklist.h", 1331 "usb/usb_blocklist.h",
1336 "usb/usb_chooser_context.cc", 1332 "usb/usb_chooser_context.cc",
1337 "usb/usb_chooser_context.h", 1333 "usb/usb_chooser_context.h",
(...skipping 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after
4559 "media/pepper_cdm_test_constants.cc", 4555 "media/pepper_cdm_test_constants.cc",
4560 "media/pepper_cdm_test_constants.h", 4556 "media/pepper_cdm_test_constants.h",
4561 ] 4557 ]
4562 } 4558 }
4563 } 4559 }
4564 4560
4565 service_manifest("preferences_manifest") { 4561 service_manifest("preferences_manifest") {
4566 name = "preferences" 4562 name = "preferences"
4567 source = "prefs/preferences_manifest.json" 4563 source = "prefs/preferences_manifest.json"
4568 } 4564 }
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