| 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 4128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4139 "//chrome/app:chrome_content_browser_manifest_overlay", | 4139 "//chrome/app:chrome_content_browser_manifest_overlay", |
| 4140 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", | 4140 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", |
| 4141 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", | 4141 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", |
| 4142 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", | 4142 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", |
| 4143 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", | 4143 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", |
| 4144 "//device/bluetooth/public/interfaces:interfaces__generator", | 4144 "//device/bluetooth/public/interfaces:interfaces__generator", |
| 4145 "//url/mojo:url_mojom_gurl__generator", | 4145 "//url/mojo:url_mojom_gurl__generator", |
| 4146 "//url/mojo:url_mojom_origin__generator", | 4146 "//url/mojo:url_mojom_origin__generator", |
| 4147 ] | 4147 ] |
| 4148 | 4148 |
| 4149 if (use_vulcanize) { |
| 4150 deps += [ "//chrome/browser/resources/md_downloads:vulcanize" ] |
| 4151 } |
| 4152 |
| 4149 if (safe_browsing_mode > 0) { | 4153 if (safe_browsing_mode > 0) { |
| 4150 deps += | 4154 deps += |
| 4151 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] | 4155 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
| 4152 } | 4156 } |
| 4153 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] | 4157 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] |
| 4154 } | 4158 } |
| 4155 | 4159 |
| 4156 if (is_chrome_branded) { | 4160 if (is_chrome_branded) { |
| 4157 action("chrome_internal_resources_gen") { | 4161 action("chrome_internal_resources_gen") { |
| 4158 script = "internal/transform_additional_modules_list.py" | 4162 script = "internal/transform_additional_modules_list.py" |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4487 "media/pepper_cdm_test_constants.cc", | 4491 "media/pepper_cdm_test_constants.cc", |
| 4488 "media/pepper_cdm_test_constants.h", | 4492 "media/pepper_cdm_test_constants.h", |
| 4489 ] | 4493 ] |
| 4490 } | 4494 } |
| 4491 } | 4495 } |
| 4492 | 4496 |
| 4493 service_manifest("preferences_manifest") { | 4497 service_manifest("preferences_manifest") { |
| 4494 name = "preferences" | 4498 name = "preferences" |
| 4495 source = "prefs/preferences_manifest.json" | 4499 source = "prefs/preferences_manifest.json" |
| 4496 } | 4500 } |
| OLD | NEW |