| 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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1539 "//components/web_cache/browser", | 1539 "//components/web_cache/browser", |
| 1540 "//components/web_resource", | 1540 "//components/web_resource", |
| 1541 "//components/webdata/common", | 1541 "//components/webdata/common", |
| 1542 "//components/webdata_services", | 1542 "//components/webdata_services", |
| 1543 "//components/zoom", | 1543 "//components/zoom", |
| 1544 "//content/app/resources", | 1544 "//content/app/resources", |
| 1545 "//content/public/browser", | 1545 "//content/public/browser", |
| 1546 "//content/public/common", | 1546 "//content/public/common", |
| 1547 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 1547 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 1548 "//content/public/common:features", | 1548 "//content/public/common:features", |
| 1549 "//content/public/common:interfaces", |
| 1549 "//content/public/common:service_names", | 1550 "//content/public/common:service_names", |
| 1550 "//courgette:courgette_lib", | 1551 "//courgette:courgette_lib", |
| 1551 "//crypto", | 1552 "//crypto", |
| 1552 "//crypto:platform", | 1553 "//crypto:platform", |
| 1553 "//device/base", | 1554 "//device/base", |
| 1554 "//device/bluetooth:mojo", | 1555 "//device/bluetooth:mojo", |
| 1555 "//device/power_save_blocker", | 1556 "//device/power_save_blocker", |
| 1556 "//device/usb/mojo", | 1557 "//device/usb/mojo", |
| 1557 "//device/usb/public/interfaces", | 1558 "//device/usb/public/interfaces", |
| 1558 "//extensions/features", | 1559 "//extensions/features", |
| (...skipping 3000 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 } |
| OLD | NEW |