| 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/features.gni") | 13 import("//device/vr/features.gni") |
| 14 import("//extensions/features/features.gni") | 14 import("//extensions/features/features.gni") |
| 15 import("//media/media_options.gni") | 15 import("//media/media_options.gni") |
| 16 import("//net/features.gni") | 16 import("//net/features.gni") |
| 17 import("//ppapi/features/features.gni") | 17 import("//ppapi/features/features.gni") |
| 18 import("//printing/features/features.gni") | 18 import("//printing/features/features.gni") |
| 19 import("//rlz/features/features.gni") | 19 import("//rlz/features/features.gni") |
| 20 import("//sandbox/features.gni") | 20 import("//sandbox/features.gni") |
| 21 import("//services/service_manager/public/service_manifest.gni") | 21 import("//services/service_manager/public/service_manifest.gni") |
| 22 import("//third_party/protobuf/proto_library.gni") | 22 import("//third_party/protobuf/proto_library.gni") |
| 23 import("//ui/base/ui_features.gni") | 23 import("//ui/base/ui_features.gni") |
| (...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 "//content/public/common:features", | 1599 "//content/public/common:features", |
| 1600 "//content/public/common:service_names", | 1600 "//content/public/common:service_names", |
| 1601 "//courgette:courgette_lib", | 1601 "//courgette:courgette_lib", |
| 1602 "//crypto", | 1602 "//crypto", |
| 1603 "//crypto:platform", | 1603 "//crypto:platform", |
| 1604 "//device/base", | 1604 "//device/base", |
| 1605 "//device/bluetooth:mojo", | 1605 "//device/bluetooth:mojo", |
| 1606 "//device/power_save_blocker", | 1606 "//device/power_save_blocker", |
| 1607 "//device/usb/mojo", | 1607 "//device/usb/mojo", |
| 1608 "//device/usb/public/interfaces", | 1608 "//device/usb/public/interfaces", |
| 1609 "//device/vr/features", | 1609 "//device/vr:features", |
| 1610 "//extensions/features", | 1610 "//extensions/features", |
| 1611 "//gin:gin_features", | 1611 "//gin:gin_features", |
| 1612 "//google_apis", | 1612 "//google_apis", |
| 1613 "//gpu/config", | 1613 "//gpu/config", |
| 1614 "//media", | 1614 "//media", |
| 1615 "//media:media_features", | 1615 "//media:media_features", |
| 1616 "//media/cast:net", | 1616 "//media/cast:net", |
| 1617 "//media/midi", | 1617 "//media/midi", |
| 1618 "//media/mojo/interfaces:remoting", | 1618 "//media/mojo/interfaces:remoting", |
| 1619 "//mojo/common", | 1619 "//mojo/common", |
| (...skipping 3063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4683 "media/pepper_cdm_test_constants.cc", | 4683 "media/pepper_cdm_test_constants.cc", |
| 4684 "media/pepper_cdm_test_constants.h", | 4684 "media/pepper_cdm_test_constants.h", |
| 4685 ] | 4685 ] |
| 4686 } | 4686 } |
| 4687 } | 4687 } |
| 4688 | 4688 |
| 4689 service_manifest("preferences_forwarder_manifest") { | 4689 service_manifest("preferences_forwarder_manifest") { |
| 4690 name = "preferences_forwarder" | 4690 name = "preferences_forwarder" |
| 4691 source = "prefs/forwarder_manifest.json" | 4691 source = "prefs/forwarder_manifest.json" |
| 4692 } | 4692 } |
| OLD | NEW |