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

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

Issue 2396783002: Add LanguageModel, a keyed service that collects language info from CLD. (Closed)
Patch Set: Bernhard's comments Created 4 years, 2 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 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 "tracing/background_tracing_field_trial.cc", 1184 "tracing/background_tracing_field_trial.cc",
1185 "tracing/background_tracing_field_trial.h", 1185 "tracing/background_tracing_field_trial.h",
1186 "tracing/chrome_tracing_delegate.cc", 1186 "tracing/chrome_tracing_delegate.cc",
1187 "tracing/chrome_tracing_delegate.h", 1187 "tracing/chrome_tracing_delegate.h",
1188 "tracing/crash_service_uploader.cc", 1188 "tracing/crash_service_uploader.cc",
1189 "tracing/crash_service_uploader.h", 1189 "tracing/crash_service_uploader.h",
1190 "tracing/navigation_tracing.cc", 1190 "tracing/navigation_tracing.cc",
1191 "tracing/navigation_tracing.h", 1191 "tracing/navigation_tracing.h",
1192 "translate/chrome_translate_client.cc", 1192 "translate/chrome_translate_client.cc",
1193 "translate/chrome_translate_client.h", 1193 "translate/chrome_translate_client.h",
1194 "translate/language_model_factory.cc",
1195 "translate/language_model_factory.h",
1194 "translate/translate_accept_languages_factory.cc", 1196 "translate/translate_accept_languages_factory.cc",
1195 "translate/translate_accept_languages_factory.h", 1197 "translate/translate_accept_languages_factory.h",
1196 "translate/translate_service.cc", 1198 "translate/translate_service.cc",
1197 "translate/translate_service.h", 1199 "translate/translate_service.h",
1198 "undo/bookmark_undo_service_factory.cc", 1200 "undo/bookmark_undo_service_factory.cc",
1199 "undo/bookmark_undo_service_factory.h", 1201 "undo/bookmark_undo_service_factory.h",
1200 "update_client/chrome_update_query_params_delegate.cc", 1202 "update_client/chrome_update_query_params_delegate.cc",
1201 "update_client/chrome_update_query_params_delegate.h", 1203 "update_client/chrome_update_query_params_delegate.h",
1202 "usb/usb_chooser_context.cc", 1204 "usb/usb_chooser_context.cc",
1203 "usb/usb_chooser_context.h", 1205 "usb/usb_chooser_context.h",
(...skipping 3076 matching lines...) Expand 10 before | Expand all | Expand 10 after
4280 # linking all of the test support. 4282 # linking all of the test support.
4281 static_library("pepper_cdm_test_constants") { 4283 static_library("pepper_cdm_test_constants") {
4282 testonly = true 4284 testonly = true
4283 visibility = [ "//chrome/*" ] 4285 visibility = [ "//chrome/*" ]
4284 sources = [ 4286 sources = [
4285 "media/pepper_cdm_test_constants.cc", 4287 "media/pepper_cdm_test_constants.cc",
4286 "media/pepper_cdm_test_constants.h", 4288 "media/pepper_cdm_test_constants.h",
4287 ] 4289 ]
4288 } 4290 }
4289 } 4291 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/prefs/browser_prefs.cc » ('j') | chrome/browser/translate/chrome_translate_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698