| 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 4111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4122 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", | 4122 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", |
| 4123 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", | 4123 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", |
| 4124 "//url/mojo:url_mojom_gurl__generator", | 4124 "//url/mojo:url_mojom_gurl__generator", |
| 4125 "//url/mojo:url_mojom_origin__generator", | 4125 "//url/mojo:url_mojom_origin__generator", |
| 4126 ] | 4126 ] |
| 4127 | 4127 |
| 4128 if (safe_browsing_mode > 0) { | 4128 if (safe_browsing_mode > 0) { |
| 4129 deps += | 4129 deps += |
| 4130 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] | 4130 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
| 4131 } | 4131 } |
| 4132 deps += [ "//chrome/browser/resources/ssl/tls_error_assistant:make_tls_error_a
ssistant_protobuf" ] |
| 4132 } | 4133 } |
| 4133 | 4134 |
| 4134 if (is_chrome_branded) { | 4135 if (is_chrome_branded) { |
| 4135 action("chrome_internal_resources_gen") { | 4136 action("chrome_internal_resources_gen") { |
| 4136 script = "internal/transform_additional_modules_list.py" | 4137 script = "internal/transform_additional_modules_list.py" |
| 4137 sources = [ | 4138 sources = [ |
| 4138 "internal/resources/additional_modules_list.input", | 4139 "internal/resources/additional_modules_list.input", |
| 4139 ] | 4140 ] |
| 4140 outputs = [ | 4141 outputs = [ |
| 4141 additional_modules_list_file, | 4142 additional_modules_list_file, |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4453 # linking all of the test support. | 4454 # linking all of the test support. |
| 4454 static_library("pepper_cdm_test_constants") { | 4455 static_library("pepper_cdm_test_constants") { |
| 4455 testonly = true | 4456 testonly = true |
| 4456 visibility = [ "//chrome/*" ] | 4457 visibility = [ "//chrome/*" ] |
| 4457 sources = [ | 4458 sources = [ |
| 4458 "media/pepper_cdm_test_constants.cc", | 4459 "media/pepper_cdm_test_constants.cc", |
| 4459 "media/pepper_cdm_test_constants.h", | 4460 "media/pepper_cdm_test_constants.h", |
| 4460 ] | 4461 ] |
| 4461 } | 4462 } |
| 4462 } | 4463 } |
| OLD | NEW |