| 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 4129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4140 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", | 4140 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", |
| 4141 "//device/bluetooth/public/interfaces:interfaces__generator", | 4141 "//device/bluetooth/public/interfaces:interfaces__generator", |
| 4142 "//url/mojo:url_mojom_gurl__generator", | 4142 "//url/mojo:url_mojom_gurl__generator", |
| 4143 "//url/mojo:url_mojom_origin__generator", | 4143 "//url/mojo:url_mojom_origin__generator", |
| 4144 ] | 4144 ] |
| 4145 | 4145 |
| 4146 if (safe_browsing_mode > 0) { | 4146 if (safe_browsing_mode > 0) { |
| 4147 deps += | 4147 deps += |
| 4148 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] | 4148 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
| 4149 } | 4149 } |
| 4150 deps += [ "//chrome/browser/resources/ssl/tls_error_assistant:make_tls_error_a
ssistant_protobuf" ] | 4150 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] |
| 4151 } | 4151 } |
| 4152 | 4152 |
| 4153 if (is_chrome_branded) { | 4153 if (is_chrome_branded) { |
| 4154 action("chrome_internal_resources_gen") { | 4154 action("chrome_internal_resources_gen") { |
| 4155 script = "internal/transform_additional_modules_list.py" | 4155 script = "internal/transform_additional_modules_list.py" |
| 4156 sources = [ | 4156 sources = [ |
| 4157 "internal/resources/additional_modules_list.input", | 4157 "internal/resources/additional_modules_list.input", |
| 4158 ] | 4158 ] |
| 4159 outputs = [ | 4159 outputs = [ |
| 4160 additional_modules_list_file, | 4160 additional_modules_list_file, |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4484 "media/pepper_cdm_test_constants.cc", | 4484 "media/pepper_cdm_test_constants.cc", |
| 4485 "media/pepper_cdm_test_constants.h", | 4485 "media/pepper_cdm_test_constants.h", |
| 4486 ] | 4486 ] |
| 4487 } | 4487 } |
| 4488 } | 4488 } |
| 4489 | 4489 |
| 4490 service_manifest("preferences_manifest") { | 4490 service_manifest("preferences_manifest") { |
| 4491 name = "preferences" | 4491 name = "preferences" |
| 4492 source = "prefs/preferences_manifest.json" | 4492 source = "prefs/preferences_manifest.json" |
| 4493 } | 4493 } |
| OLD | NEW |