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 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1588 "//media/midi", | 1588 "//media/midi", |
1589 "//mojo/common", | 1589 "//mojo/common", |
1590 "//mojo/edk/system", | 1590 "//mojo/edk/system", |
1591 "//mojo/public/cpp/bindings", | 1591 "//mojo/public/cpp/bindings", |
1592 "//mojo/public/js", | 1592 "//mojo/public/js", |
1593 "//net:extras", | 1593 "//net:extras", |
1594 "//ppapi/features", | 1594 "//ppapi/features", |
1595 "//printing/features", | 1595 "//printing/features", |
1596 "//rlz/features", | 1596 "//rlz/features", |
1597 "//services/data_decoder/public/cpp", | 1597 "//services/data_decoder/public/cpp", |
| 1598 "//services/device/public/cpp:device_features", |
1598 "//services/identity:lib", | 1599 "//services/identity:lib", |
1599 "//services/preferences/public/cpp", | 1600 "//services/preferences/public/cpp", |
1600 "//services/preferences/public/cpp:service_main", | 1601 "//services/preferences/public/cpp:service_main", |
1601 "//services/preferences/public/interfaces", | 1602 "//services/preferences/public/interfaces", |
1602 "//services/service_manager/public/cpp", | 1603 "//services/service_manager/public/cpp", |
1603 "//services/shape_detection/public/interfaces", | 1604 "//services/shape_detection/public/interfaces", |
1604 "//skia", | 1605 "//skia", |
1605 "//sql", | 1606 "//sql", |
1606 "//storage/browser", | 1607 "//storage/browser", |
1607 "//storage/common", | 1608 "//storage/common", |
(...skipping 3011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4619 "media/pepper_cdm_test_constants.cc", | 4620 "media/pepper_cdm_test_constants.cc", |
4620 "media/pepper_cdm_test_constants.h", | 4621 "media/pepper_cdm_test_constants.h", |
4621 ] | 4622 ] |
4622 } | 4623 } |
4623 } | 4624 } |
4624 | 4625 |
4625 service_manifest("preferences_manifest") { | 4626 service_manifest("preferences_manifest") { |
4626 name = "preferences" | 4627 name = "preferences" |
4627 source = "prefs/preferences_manifest.json" | 4628 source = "prefs/preferences_manifest.json" |
4628 } | 4629 } |
OLD | NEW |