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

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

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Address more comments Created 3 years, 10 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 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 libs = [] 1359 libs = []
1360 ldflags = [] 1360 ldflags = []
1361 1361
1362 allow_circular_includes_from = [ "//chrome/browser/ui" ] 1362 allow_circular_includes_from = [ "//chrome/browser/ui" ]
1363 1363
1364 # iOS/non-iOS shared deps. New dependencies should generally be added in the 1364 # iOS/non-iOS shared deps. New dependencies should generally be added in the
1365 # non-iOS deps below. 1365 # non-iOS deps below.
1366 public_deps = [ 1366 public_deps = [
1367 "//chrome/common", 1367 "//chrome/common",
1368 "//components/autofill/core/browser", 1368 "//components/autofill/core/browser",
1369 "//components/payments:payment_validation", 1369 "//components/payments:payment_utils",
1370 "//components/sync", 1370 "//components/sync",
1371 "//content/public/browser", 1371 "//content/public/browser",
1372 "//sql", 1372 "//sql",
1373 ] 1373 ]
1374 deps = [ 1374 deps = [
1375 ":resource_prefetch_predictor_proto", 1375 ":resource_prefetch_predictor_proto",
1376 "//cc", 1376 "//cc",
1377 "//chrome:extra_resources", 1377 "//chrome:extra_resources",
1378 "//chrome:resources", 1378 "//chrome:resources",
1379 "//chrome:strings", 1379 "//chrome:strings",
(...skipping 3151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4531 "media/pepper_cdm_test_constants.cc", 4531 "media/pepper_cdm_test_constants.cc",
4532 "media/pepper_cdm_test_constants.h", 4532 "media/pepper_cdm_test_constants.h",
4533 ] 4533 ]
4534 } 4534 }
4535 } 4535 }
4536 4536
4537 service_manifest("preferences_manifest") { 4537 service_manifest("preferences_manifest") {
4538 name = "preferences" 4538 name = "preferences"
4539 source = "prefs/preferences_manifest.json" 4539 source = "prefs/preferences_manifest.json"
4540 } 4540 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698