| 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 4265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4276 "//device/bluetooth/public/interfaces:interfaces_js", | 4276 "//device/bluetooth/public/interfaces:interfaces_js", |
| 4277 "//url/mojo:url_mojom_gurl_js", | 4277 "//url/mojo:url_mojom_gurl_js", |
| 4278 "//url/mojo:url_mojom_origin_js", | 4278 "//url/mojo:url_mojom_origin_js", |
| 4279 ] | 4279 ] |
| 4280 | 4280 |
| 4281 if (use_vulcanize) { | 4281 if (use_vulcanize) { |
| 4282 deps += [ | 4282 deps += [ |
| 4283 "//chrome/browser/resources/md_bookmarks:build", | 4283 "//chrome/browser/resources/md_bookmarks:build", |
| 4284 "//chrome/browser/resources/md_downloads:build", | 4284 "//chrome/browser/resources/md_downloads:build", |
| 4285 "//chrome/browser/resources/md_history:build", | 4285 "//chrome/browser/resources/md_history:build", |
| 4286 "//chrome/browser/resources/print_preview:build", |
| 4286 ] | 4287 ] |
| 4287 } | 4288 } |
| 4288 | 4289 |
| 4289 if (safe_browsing_mode > 0) { | 4290 if (safe_browsing_mode > 0) { |
| 4290 deps += | 4291 deps += |
| 4291 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] | 4292 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
| 4292 } | 4293 } |
| 4293 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] | 4294 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] |
| 4294 } | 4295 } |
| 4295 | 4296 |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4625 "//components/search_engines", | 4626 "//components/search_engines", |
| 4626 "//rlz:rlz_lib", | 4627 "//rlz:rlz_lib", |
| 4627 ] | 4628 ] |
| 4628 } | 4629 } |
| 4629 } | 4630 } |
| 4630 | 4631 |
| 4631 service_manifest("preferences_forwarder_manifest") { | 4632 service_manifest("preferences_forwarder_manifest") { |
| 4632 name = "preferences_forwarder" | 4633 name = "preferences_forwarder" |
| 4633 source = "prefs/forwarder_manifest.json" | 4634 source = "prefs/forwarder_manifest.json" |
| 4634 } | 4635 } |
| OLD | NEW |