| 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 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1385 allow_circular_includes_from = [ "//chrome/browser/ui" ] | 1385 allow_circular_includes_from = [ "//chrome/browser/ui" ] |
| 1386 | 1386 |
| 1387 # iOS/non-iOS shared deps. New dependencies should generally be added in the | 1387 # iOS/non-iOS shared deps. New dependencies should generally be added in the |
| 1388 # non-iOS deps below. | 1388 # non-iOS deps below. |
| 1389 public_deps = [ | 1389 public_deps = [ |
| 1390 "//chrome/common", | 1390 "//chrome/common", |
| 1391 "//components/autofill/core/browser", | 1391 "//components/autofill/core/browser", |
| 1392 "//components/payments/core", | 1392 "//components/payments/core", |
| 1393 "//components/sync", | 1393 "//components/sync", |
| 1394 "//content/public/browser", | 1394 "//content/public/browser", |
| 1395 "//ipc", |
| 1395 "//sql", | 1396 "//sql", |
| 1396 ] | 1397 ] |
| 1397 deps = [ | 1398 deps = [ |
| 1398 ":resource_prefetch_predictor_proto", | 1399 ":resource_prefetch_predictor_proto", |
| 1399 "//cc", | 1400 "//cc", |
| 1400 "//chrome:extra_resources", | 1401 "//chrome:extra_resources", |
| 1401 "//chrome:resources", | 1402 "//chrome:resources", |
| 1402 "//chrome:strings", | 1403 "//chrome:strings", |
| 1403 "//chrome/app/resources:platform_locale_settings", | 1404 "//chrome/app/resources:platform_locale_settings", |
| 1404 "//chrome/app/theme:theme_resources", | 1405 "//chrome/app/theme:theme_resources", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1563 "//device/base", | 1564 "//device/base", |
| 1564 "//device/bluetooth:mojo", | 1565 "//device/bluetooth:mojo", |
| 1565 "//device/power_save_blocker", | 1566 "//device/power_save_blocker", |
| 1566 "//device/usb/mojo", | 1567 "//device/usb/mojo", |
| 1567 "//device/usb/public/interfaces", | 1568 "//device/usb/public/interfaces", |
| 1568 "//device/vr:features", | 1569 "//device/vr:features", |
| 1569 "//extensions/features", | 1570 "//extensions/features", |
| 1570 "//gin:gin_features", | 1571 "//gin:gin_features", |
| 1571 "//google_apis", | 1572 "//google_apis", |
| 1572 "//gpu/config", | 1573 "//gpu/config", |
| 1573 "//ipc", | |
| 1574 "//media", | 1574 "//media", |
| 1575 "//media:media_features", | 1575 "//media:media_features", |
| 1576 "//media/midi", | 1576 "//media/midi", |
| 1577 "//mojo/common", | 1577 "//mojo/common", |
| 1578 "//mojo/edk/system", | 1578 "//mojo/edk/system", |
| 1579 "//mojo/public/cpp/bindings", | 1579 "//mojo/public/cpp/bindings", |
| 1580 "//mojo/public/js", | 1580 "//mojo/public/js", |
| 1581 "//net:extras", | 1581 "//net:extras", |
| 1582 "//ppapi/features", | 1582 "//ppapi/features", |
| 1583 "//printing/features", | 1583 "//printing/features", |
| (...skipping 3004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4588 "media/pepper_cdm_test_constants.cc", | 4588 "media/pepper_cdm_test_constants.cc", |
| 4589 "media/pepper_cdm_test_constants.h", | 4589 "media/pepper_cdm_test_constants.h", |
| 4590 ] | 4590 ] |
| 4591 } | 4591 } |
| 4592 } | 4592 } |
| 4593 | 4593 |
| 4594 service_manifest("preferences_manifest") { | 4594 service_manifest("preferences_manifest") { |
| 4595 name = "preferences" | 4595 name = "preferences" |
| 4596 source = "prefs/preferences_manifest.json" | 4596 source = "prefs/preferences_manifest.json" |
| 4597 } | 4597 } |
| OLD | NEW |