| 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 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1565 "//media/midi", | 1565 "//media/midi", |
| 1566 "//mojo/common", | 1566 "//mojo/common", |
| 1567 "//mojo/edk/system", | 1567 "//mojo/edk/system", |
| 1568 "//mojo/public/cpp/bindings", | 1568 "//mojo/public/cpp/bindings", |
| 1569 "//mojo/public/js", | 1569 "//mojo/public/js", |
| 1570 "//net:extras", | 1570 "//net:extras", |
| 1571 "//ppapi/features", | 1571 "//ppapi/features", |
| 1572 "//printing/features", | 1572 "//printing/features", |
| 1573 "//rlz/features", | 1573 "//rlz/features", |
| 1574 "//services/image_decoder/public/cpp", | 1574 "//services/image_decoder/public/cpp", |
| 1575 "//services/preferences/public/cpp/", |
| 1575 "//services/preferences/public/interfaces/", | 1576 "//services/preferences/public/interfaces/", |
| 1576 "//services/service_manager/public/cpp", | 1577 "//services/service_manager/public/cpp", |
| 1577 "//services/shape_detection/public/interfaces", | 1578 "//services/shape_detection/public/interfaces", |
| 1578 "//skia", | 1579 "//skia", |
| 1579 "//sql", | 1580 "//sql", |
| 1580 "//storage/browser", | 1581 "//storage/browser", |
| 1581 "//storage/common", | 1582 "//storage/common", |
| 1582 "//third_party/WebKit/public:features", | 1583 "//third_party/WebKit/public:features", |
| 1583 "//third_party/WebKit/public:image_resources", | 1584 "//third_party/WebKit/public:image_resources", |
| 1584 "//third_party/WebKit/public:resources", | 1585 "//third_party/WebKit/public:resources", |
| (...skipping 2974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4559 "media/pepper_cdm_test_constants.cc", | 4560 "media/pepper_cdm_test_constants.cc", |
| 4560 "media/pepper_cdm_test_constants.h", | 4561 "media/pepper_cdm_test_constants.h", |
| 4561 ] | 4562 ] |
| 4562 } | 4563 } |
| 4563 } | 4564 } |
| 4564 | 4565 |
| 4565 service_manifest("preferences_manifest") { | 4566 service_manifest("preferences_manifest") { |
| 4566 name = "preferences" | 4567 name = "preferences" |
| 4567 source = "prefs/preferences_manifest.json" | 4568 source = "prefs/preferences_manifest.json" |
| 4568 } | 4569 } |
| 4570 |
| 4571 service_manifest("preferences2_manifest") { |
| 4572 name = "preferences2" |
| 4573 source = "prefs/preferences2_manifest.json" |
| 4574 } |
| OLD | NEW |