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

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

Issue 2406203003: Added blimp support strings. (Closed)
Patch Set: Use empty translation file stubs. 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 3317 matching lines...) Expand 10 before | Expand all | Expand 10 after
3328 "sync/profile_sync_service_android.cc", 3328 "sync/profile_sync_service_android.cc",
3329 "sync/profile_sync_service_android.h", 3329 "sync/profile_sync_service_android.h",
3330 "sync/sessions/sync_sessions_metrics_android.cc", 3330 "sync/sessions/sync_sessions_metrics_android.cc",
3331 "sync/sessions/sync_sessions_metrics_android.h", 3331 "sync/sessions/sync_sessions_metrics_android.h",
3332 ] 3332 ]
3333 deps += [ 3333 deps += [
3334 ":client_discourse_context_proto", 3334 ":client_discourse_context_proto",
3335 ":delta_file_proto", 3335 ":delta_file_proto",
3336 ":jni_headers", 3336 ":jni_headers",
3337 "//blimp/client/public", 3337 "//blimp/client/public",
3338 "//blimp/client/support/resources",
3338 "//chrome/browser/android/webapk:proto", 3339 "//chrome/browser/android/webapk:proto",
3339 "//components/data_usage/android", 3340 "//components/data_usage/android",
3340 "//components/precache/content", 3341 "//components/precache/content",
3341 "//components/precache/core", 3342 "//components/precache/core",
3342 "//components/resources:components_resources", 3343 "//components/resources:components_resources",
3343 "//components/toolbar", 3344 "//components/toolbar",
3344 "//components/web_contents_delegate_android", 3345 "//components/web_contents_delegate_android",
3345 "//third_party/smhasher:murmurhash2", 3346 "//third_party/smhasher:murmurhash2",
3346 ] 3347 ]
3347 if (enable_supervised_users) { 3348 if (enable_supervised_users) {
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
4305 # linking all of the test support. 4306 # linking all of the test support.
4306 static_library("pepper_cdm_test_constants") { 4307 static_library("pepper_cdm_test_constants") {
4307 testonly = true 4308 testonly = true
4308 visibility = [ "//chrome/*" ] 4309 visibility = [ "//chrome/*" ]
4309 sources = [ 4310 sources = [
4310 "media/pepper_cdm_test_constants.cc", 4311 "media/pepper_cdm_test_constants.cc",
4311 "media/pepper_cdm_test_constants.h", 4312 "media/pepper_cdm_test_constants.h",
4312 ] 4313 ]
4313 } 4314 }
4314 } 4315 }
OLDNEW
« no previous file with comments | « blimp/client/support/resources/translations/blimp_strings_zh-TW.xtb ('k') | chrome/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698