OLD | NEW |
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 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3038 "sync/sessions/sync_sessions_metrics_android.h", | 3038 "sync/sessions/sync_sessions_metrics_android.h", |
3039 ] | 3039 ] |
3040 deps += [ | 3040 deps += [ |
3041 ":client_discourse_context_proto", | 3041 ":client_discourse_context_proto", |
3042 ":delta_file_proto", | 3042 ":delta_file_proto", |
3043 ":jni_headers", | 3043 ":jni_headers", |
3044 "//chrome/browser/android/webapk:proto", | 3044 "//chrome/browser/android/webapk:proto", |
3045 "//components/cdm/browser", | 3045 "//components/cdm/browser", |
3046 "//components/data_usage/android", | 3046 "//components/data_usage/android", |
3047 "//components/payments/content/android", | 3047 "//components/payments/content/android", |
| 3048 "//components/payments/content/android/utility", |
3048 "//components/precache/content", | 3049 "//components/precache/content", |
3049 "//components/precache/core", | 3050 "//components/precache/core", |
3050 "//components/resources:components_resources", | 3051 "//components/resources:components_resources", |
3051 "//components/safe_browsing_db", | 3052 "//components/safe_browsing_db", |
3052 "//components/toolbar", | 3053 "//components/toolbar", |
3053 "//components/web_contents_delegate_android", | 3054 "//components/web_contents_delegate_android", |
3054 "//sandbox:sandbox_features", | 3055 "//sandbox:sandbox_features", |
3055 "//third_party/android_opengl/etc1", | 3056 "//third_party/android_opengl/etc1", |
3056 "//third_party/android_tools:cpu_features", | 3057 "//third_party/android_tools:cpu_features", |
3057 "//third_party/libaddressinput:util", | 3058 "//third_party/libaddressinput:util", |
(...skipping 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4544 "media/pepper_cdm_test_constants.cc", | 4545 "media/pepper_cdm_test_constants.cc", |
4545 "media/pepper_cdm_test_constants.h", | 4546 "media/pepper_cdm_test_constants.h", |
4546 ] | 4547 ] |
4547 } | 4548 } |
4548 } | 4549 } |
4549 | 4550 |
4550 service_manifest("preferences_manifest") { | 4551 service_manifest("preferences_manifest") { |
4551 name = "preferences" | 4552 name = "preferences" |
4552 source = "prefs/preferences_manifest.json" | 4553 source = "prefs/preferences_manifest.json" |
4553 } | 4554 } |
OLD | NEW |