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 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1543 "//mojo/common", | 1543 "//mojo/common", |
1544 "//mojo/edk/system", | 1544 "//mojo/edk/system", |
1545 "//mojo/public/cpp/bindings", | 1545 "//mojo/public/cpp/bindings", |
1546 "//mojo/public/js", | 1546 "//mojo/public/js", |
1547 "//net:extras", | 1547 "//net:extras", |
1548 "//ppapi/features", | 1548 "//ppapi/features", |
1549 "//printing/features", | 1549 "//printing/features", |
1550 "//rlz/features", | 1550 "//rlz/features", |
1551 "//services/image_decoder/public/cpp", | 1551 "//services/image_decoder/public/cpp", |
1552 "//services/preferences/public/interfaces/", | 1552 "//services/preferences/public/interfaces/", |
| 1553 "//services/resource_coordinator:lib", |
1553 "//services/service_manager/public/cpp", | 1554 "//services/service_manager/public/cpp", |
1554 "//services/shape_detection/public/interfaces", | 1555 "//services/shape_detection/public/interfaces", |
1555 "//skia", | 1556 "//skia", |
1556 "//sql", | 1557 "//sql", |
1557 "//storage/browser", | 1558 "//storage/browser", |
1558 "//storage/common", | 1559 "//storage/common", |
1559 "//third_party/WebKit/public:features", | 1560 "//third_party/WebKit/public:features", |
1560 "//third_party/WebKit/public:image_resources", | 1561 "//third_party/WebKit/public:image_resources", |
1561 "//third_party/WebKit/public:resources", | 1562 "//third_party/WebKit/public:resources", |
1562 "//third_party/cacheinvalidation", | 1563 "//third_party/cacheinvalidation", |
(...skipping 2959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4522 "media/pepper_cdm_test_constants.cc", | 4523 "media/pepper_cdm_test_constants.cc", |
4523 "media/pepper_cdm_test_constants.h", | 4524 "media/pepper_cdm_test_constants.h", |
4524 ] | 4525 ] |
4525 } | 4526 } |
4526 } | 4527 } |
4527 | 4528 |
4528 service_manifest("preferences_manifest") { | 4529 service_manifest("preferences_manifest") { |
4529 name = "preferences" | 4530 name = "preferences" |
4530 source = "prefs/preferences_manifest.json" | 4531 source = "prefs/preferences_manifest.json" |
4531 } | 4532 } |
OLD | NEW |