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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Stricter DEPS 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
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 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698