| 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 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1531 "//crypto:platform", | 1531 "//crypto:platform", |
| 1532 "//device/base", | 1532 "//device/base", |
| 1533 "//device/bluetooth:mojo", | 1533 "//device/bluetooth:mojo", |
| 1534 "//device/power_save_blocker", | 1534 "//device/power_save_blocker", |
| 1535 "//device/usb/mojo", | 1535 "//device/usb/mojo", |
| 1536 "//device/usb/public/interfaces", | 1536 "//device/usb/public/interfaces", |
| 1537 "//extensions/features", | 1537 "//extensions/features", |
| 1538 "//gin:gin_features", | 1538 "//gin:gin_features", |
| 1539 "//google_apis", | 1539 "//google_apis", |
| 1540 "//gpu/config", | 1540 "//gpu/config", |
| 1541 "//ipc", |
| 1541 "//media", | 1542 "//media", |
| 1542 "//media:media_features", | 1543 "//media:media_features", |
| 1543 "//media/midi", | 1544 "//media/midi", |
| 1544 "//mojo/common", | 1545 "//mojo/common", |
| 1545 "//mojo/edk/system", | 1546 "//mojo/edk/system", |
| 1546 "//mojo/public/cpp/bindings", | 1547 "//mojo/public/cpp/bindings", |
| 1547 "//mojo/public/js", | 1548 "//mojo/public/js", |
| 1548 "//net:extras", | 1549 "//net:extras", |
| 1549 "//ppapi/features", | 1550 "//ppapi/features", |
| 1550 "//printing/features", | 1551 "//printing/features", |
| (...skipping 2965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4516 "media/pepper_cdm_test_constants.cc", | 4517 "media/pepper_cdm_test_constants.cc", |
| 4517 "media/pepper_cdm_test_constants.h", | 4518 "media/pepper_cdm_test_constants.h", |
| 4518 ] | 4519 ] |
| 4519 } | 4520 } |
| 4520 } | 4521 } |
| 4521 | 4522 |
| 4522 service_manifest("preferences_manifest") { | 4523 service_manifest("preferences_manifest") { |
| 4523 name = "preferences" | 4524 name = "preferences" |
| 4524 source = "prefs/preferences_manifest.json" | 4525 source = "prefs/preferences_manifest.json" |
| 4525 } | 4526 } |
| OLD | NEW |