| 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") |
| 11 import("//components/os_crypt/features.gni") | 11 import("//components/os_crypt/features.gni") |
| 12 import("//components/spellcheck/spellcheck_build_features.gni") | 12 import("//components/spellcheck/spellcheck_build_features.gni") |
| 13 import("//device/vr/features.gni") |
| 13 import("//extensions/features/features.gni") | 14 import("//extensions/features/features.gni") |
| 14 import("//media/media_options.gni") | 15 import("//media/media_options.gni") |
| 15 import("//net/features.gni") | 16 import("//net/features.gni") |
| 16 import("//ppapi/features/features.gni") | 17 import("//ppapi/features/features.gni") |
| 17 import("//printing/features/features.gni") | 18 import("//printing/features/features.gni") |
| 18 import("//rlz/features/features.gni") | 19 import("//rlz/features/features.gni") |
| 19 import("//sandbox/features.gni") | 20 import("//sandbox/features.gni") |
| 20 import("//services/service_manager/public/service_manifest.gni") | 21 import("//services/service_manager/public/service_manifest.gni") |
| 21 import("//third_party/protobuf/proto_library.gni") | 22 import("//third_party/protobuf/proto_library.gni") |
| 22 import("//ui/base/ui_features.gni") | 23 import("//ui/base/ui_features.gni") |
| (...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1551 "//content/public/common:features", | 1552 "//content/public/common:features", |
| 1552 "//content/public/common:service_names", | 1553 "//content/public/common:service_names", |
| 1553 "//courgette:courgette_lib", | 1554 "//courgette:courgette_lib", |
| 1554 "//crypto", | 1555 "//crypto", |
| 1555 "//crypto:platform", | 1556 "//crypto:platform", |
| 1556 "//device/base", | 1557 "//device/base", |
| 1557 "//device/bluetooth:mojo", | 1558 "//device/bluetooth:mojo", |
| 1558 "//device/power_save_blocker", | 1559 "//device/power_save_blocker", |
| 1559 "//device/usb/mojo", | 1560 "//device/usb/mojo", |
| 1560 "//device/usb/public/interfaces", | 1561 "//device/usb/public/interfaces", |
| 1562 "//device/vr:features", |
| 1561 "//extensions/features", | 1563 "//extensions/features", |
| 1562 "//gin:gin_features", | 1564 "//gin:gin_features", |
| 1563 "//google_apis", | 1565 "//google_apis", |
| 1564 "//gpu/config", | 1566 "//gpu/config", |
| 1565 "//ipc", | 1567 "//ipc", |
| 1566 "//media", | 1568 "//media", |
| 1567 "//media:media_features", | 1569 "//media:media_features", |
| 1568 "//media/midi", | 1570 "//media/midi", |
| 1569 "//mojo/common", | 1571 "//mojo/common", |
| 1570 "//mojo/edk/system", | 1572 "//mojo/edk/system", |
| (...skipping 2984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4555 "media/pepper_cdm_test_constants.cc", | 4557 "media/pepper_cdm_test_constants.cc", |
| 4556 "media/pepper_cdm_test_constants.h", | 4558 "media/pepper_cdm_test_constants.h", |
| 4557 ] | 4559 ] |
| 4558 } | 4560 } |
| 4559 } | 4561 } |
| 4560 | 4562 |
| 4561 service_manifest("preferences_manifest") { | 4563 service_manifest("preferences_manifest") { |
| 4562 name = "preferences" | 4564 name = "preferences" |
| 4563 source = "prefs/preferences_manifest.json" | 4565 source = "prefs/preferences_manifest.json" |
| 4564 } | 4566 } |
| OLD | NEW |