| 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 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4169 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", | 4169 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", |
| 4170 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", | 4170 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", |
| 4171 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", | 4171 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", |
| 4172 "//device/bluetooth/public/interfaces:interfaces__generator", | 4172 "//device/bluetooth/public/interfaces:interfaces__generator", |
| 4173 "//url/mojo:url_mojom_gurl__generator", | 4173 "//url/mojo:url_mojom_gurl__generator", |
| 4174 "//url/mojo:url_mojom_origin__generator", | 4174 "//url/mojo:url_mojom_origin__generator", |
| 4175 ] | 4175 ] |
| 4176 | 4176 |
| 4177 if (use_vulcanize) { | 4177 if (use_vulcanize) { |
| 4178 deps += [ | 4178 deps += [ |
| 4179 "//chrome/browser/resources/md_downloads:vulcanize", | 4179 "//chrome/browser/resources/md_downloads:build", |
| 4180 "//chrome/browser/resources/md_history:vulcanize_app", | 4180 "//chrome/browser/resources/md_history:build", |
| 4181 "//chrome/browser/resources/md_history:vulcanize_lazy_load", | |
| 4182 ] | 4181 ] |
| 4183 } | 4182 } |
| 4184 | 4183 |
| 4185 if (safe_browsing_mode > 0) { | 4184 if (safe_browsing_mode > 0) { |
| 4186 deps += | 4185 deps += |
| 4187 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] | 4186 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
| 4188 } | 4187 } |
| 4189 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] | 4188 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] |
| 4190 } | 4189 } |
| 4191 | 4190 |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4524 "media/pepper_cdm_test_constants.cc", | 4523 "media/pepper_cdm_test_constants.cc", |
| 4525 "media/pepper_cdm_test_constants.h", | 4524 "media/pepper_cdm_test_constants.h", |
| 4526 ] | 4525 ] |
| 4527 } | 4526 } |
| 4528 } | 4527 } |
| 4529 | 4528 |
| 4530 service_manifest("preferences_manifest") { | 4529 service_manifest("preferences_manifest") { |
| 4531 name = "preferences" | 4530 name = "preferences" |
| 4532 source = "prefs/preferences_manifest.json" | 4531 source = "prefs/preferences_manifest.json" |
| 4533 } | 4532 } |
| OLD | NEW |