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 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1563 "//media/midi", | 1563 "//media/midi", |
1564 "//mojo/common", | 1564 "//mojo/common", |
1565 "//mojo/edk/system", | 1565 "//mojo/edk/system", |
1566 "//mojo/public/cpp/bindings", | 1566 "//mojo/public/cpp/bindings", |
1567 "//mojo/public/js", | 1567 "//mojo/public/js", |
1568 "//net:extras", | 1568 "//net:extras", |
1569 "//ppapi/features", | 1569 "//ppapi/features", |
1570 "//printing/features", | 1570 "//printing/features", |
1571 "//rlz/features", | 1571 "//rlz/features", |
1572 "//services/image_decoder/public/cpp", | 1572 "//services/image_decoder/public/cpp", |
| 1573 "//services/preferences/public/cpp/", |
1573 "//services/preferences/public/interfaces/", | 1574 "//services/preferences/public/interfaces/", |
1574 "//services/service_manager/public/cpp", | 1575 "//services/service_manager/public/cpp", |
1575 "//services/shape_detection/public/interfaces", | 1576 "//services/shape_detection/public/interfaces", |
1576 "//skia", | 1577 "//skia", |
1577 "//sql", | 1578 "//sql", |
1578 "//storage/browser", | 1579 "//storage/browser", |
1579 "//storage/common", | 1580 "//storage/common", |
1580 "//third_party/WebKit/public:features", | 1581 "//third_party/WebKit/public:features", |
1581 "//third_party/WebKit/public:image_resources", | 1582 "//third_party/WebKit/public:image_resources", |
1582 "//third_party/WebKit/public:resources", | 1583 "//third_party/WebKit/public:resources", |
(...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4554 "media/pepper_cdm_test_constants.cc", | 4555 "media/pepper_cdm_test_constants.cc", |
4555 "media/pepper_cdm_test_constants.h", | 4556 "media/pepper_cdm_test_constants.h", |
4556 ] | 4557 ] |
4557 } | 4558 } |
4558 } | 4559 } |
4559 | 4560 |
4560 service_manifest("preferences_manifest") { | 4561 service_manifest("preferences_manifest") { |
4561 name = "preferences" | 4562 name = "preferences" |
4562 source = "prefs/preferences_manifest.json" | 4563 source = "prefs/preferences_manifest.json" |
4563 } | 4564 } |
OLD | NEW |