| 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 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1354 libs = [] | 1354 libs = [] |
| 1355 ldflags = [] | 1355 ldflags = [] |
| 1356 | 1356 |
| 1357 allow_circular_includes_from = [ "//chrome/browser/ui" ] | 1357 allow_circular_includes_from = [ "//chrome/browser/ui" ] |
| 1358 | 1358 |
| 1359 # iOS/non-iOS shared deps. New dependencies should generally be added in the | 1359 # iOS/non-iOS shared deps. New dependencies should generally be added in the |
| 1360 # non-iOS deps below. | 1360 # non-iOS deps below. |
| 1361 public_deps = [ | 1361 public_deps = [ |
| 1362 "//chrome/common", | 1362 "//chrome/common", |
| 1363 "//components/autofill/core/browser", | 1363 "//components/autofill/core/browser", |
| 1364 "//components/payments:payment_validation", | 1364 "//components/payments:payment_utils", |
| 1365 "//components/sync", | 1365 "//components/sync", |
| 1366 "//content/public/browser", | 1366 "//content/public/browser", |
| 1367 "//sql", | 1367 "//sql", |
| 1368 ] | 1368 ] |
| 1369 deps = [ | 1369 deps = [ |
| 1370 ":resource_prefetch_predictor_proto", | 1370 ":resource_prefetch_predictor_proto", |
| 1371 "//cc", | 1371 "//cc", |
| 1372 "//chrome:extra_resources", | 1372 "//chrome:extra_resources", |
| 1373 "//chrome:resources", | 1373 "//chrome:resources", |
| 1374 "//chrome:strings", | 1374 "//chrome:strings", |
| (...skipping 3127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4502 "media/pepper_cdm_test_constants.cc", | 4502 "media/pepper_cdm_test_constants.cc", |
| 4503 "media/pepper_cdm_test_constants.h", | 4503 "media/pepper_cdm_test_constants.h", |
| 4504 ] | 4504 ] |
| 4505 } | 4505 } |
| 4506 } | 4506 } |
| 4507 | 4507 |
| 4508 service_manifest("preferences_manifest") { | 4508 service_manifest("preferences_manifest") { |
| 4509 name = "preferences" | 4509 name = "preferences" |
| 4510 source = "prefs/preferences_manifest.json" | 4510 source = "prefs/preferences_manifest.json" |
| 4511 } | 4511 } |
| OLD | NEW |