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

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

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

Powered by Google App Engine
This is Rietveld 408576698