| 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 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1556 "//media/midi", | 1556 "//media/midi", |
| 1557 "//mojo/common", | 1557 "//mojo/common", |
| 1558 "//mojo/edk/system", | 1558 "//mojo/edk/system", |
| 1559 "//mojo/public/cpp/bindings", | 1559 "//mojo/public/cpp/bindings", |
| 1560 "//mojo/public/js", | 1560 "//mojo/public/js", |
| 1561 "//net:extras", | 1561 "//net:extras", |
| 1562 "//ppapi/features", | 1562 "//ppapi/features", |
| 1563 "//printing/features", | 1563 "//printing/features", |
| 1564 "//rlz/features", | 1564 "//rlz/features", |
| 1565 "//services/image_decoder/public/cpp", | 1565 "//services/image_decoder/public/cpp", |
| 1566 "//services/preferences/public/cpp/", |
| 1566 "//services/preferences/public/interfaces/", | 1567 "//services/preferences/public/interfaces/", |
| 1567 "//services/service_manager/public/cpp", | 1568 "//services/service_manager/public/cpp", |
| 1568 "//services/shape_detection/public/interfaces", | 1569 "//services/shape_detection/public/interfaces", |
| 1569 "//skia", | 1570 "//skia", |
| 1570 "//sql", | 1571 "//sql", |
| 1571 "//storage/browser", | 1572 "//storage/browser", |
| 1572 "//storage/common", | 1573 "//storage/common", |
| 1573 "//third_party/WebKit/public:features", | 1574 "//third_party/WebKit/public:features", |
| 1574 "//third_party/WebKit/public:image_resources", | 1575 "//third_party/WebKit/public:image_resources", |
| 1575 "//third_party/WebKit/public:resources", | 1576 "//third_party/WebKit/public:resources", |
| (...skipping 2968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4544 "media/pepper_cdm_test_constants.cc", | 4545 "media/pepper_cdm_test_constants.cc", |
| 4545 "media/pepper_cdm_test_constants.h", | 4546 "media/pepper_cdm_test_constants.h", |
| 4546 ] | 4547 ] |
| 4547 } | 4548 } |
| 4548 } | 4549 } |
| 4549 | 4550 |
| 4550 service_manifest("preferences_manifest") { | 4551 service_manifest("preferences_manifest") { |
| 4551 name = "preferences" | 4552 name = "preferences" |
| 4552 source = "prefs/preferences_manifest.json" | 4553 source = "prefs/preferences_manifest.json" |
| 4553 } | 4554 } |
| 4555 |
| 4556 service_manifest("preferences2_manifest") { |
| 4557 name = "preferences2" |
| 4558 source = "prefs/preferences2_manifest.json" |
| 4559 } |
| OLD | NEW |