| 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 4400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4411 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", | 4411 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", |
| 4412 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", | 4412 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", |
| 4413 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", | 4413 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", |
| 4414 "//device/bluetooth/public/interfaces:interfaces__generator", | 4414 "//device/bluetooth/public/interfaces:interfaces__generator", |
| 4415 "//url/mojo:url_mojom_gurl__generator", | 4415 "//url/mojo:url_mojom_gurl__generator", |
| 4416 "//url/mojo:url_mojom_origin__generator", | 4416 "//url/mojo:url_mojom_origin__generator", |
| 4417 ] | 4417 ] |
| 4418 | 4418 |
| 4419 if (use_vulcanize) { | 4419 if (use_vulcanize) { |
| 4420 deps += [ | 4420 deps += [ |
| 4421 "//chrome/browser/resources/md_bookmarks:build", |
| 4421 "//chrome/browser/resources/md_downloads:build", | 4422 "//chrome/browser/resources/md_downloads:build", |
| 4422 "//chrome/browser/resources/md_history:build", | 4423 "//chrome/browser/resources/md_history:build", |
| 4423 ] | 4424 ] |
| 4424 } | 4425 } |
| 4425 | 4426 |
| 4426 if (safe_browsing_mode > 0) { | 4427 if (safe_browsing_mode > 0) { |
| 4427 deps += | 4428 deps += |
| 4428 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] | 4429 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] |
| 4429 } | 4430 } |
| 4430 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] | 4431 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a
ssistant_protobuf" ] |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4781 "media/pepper_cdm_test_constants.cc", | 4782 "media/pepper_cdm_test_constants.cc", |
| 4782 "media/pepper_cdm_test_constants.h", | 4783 "media/pepper_cdm_test_constants.h", |
| 4783 ] | 4784 ] |
| 4784 } | 4785 } |
| 4785 } | 4786 } |
| 4786 | 4787 |
| 4787 service_manifest("preferences_forwarder_manifest") { | 4788 service_manifest("preferences_forwarder_manifest") { |
| 4788 name = "preferences_forwarder" | 4789 name = "preferences_forwarder" |
| 4789 source = "prefs/forwarder_manifest.json" | 4790 source = "prefs/forwarder_manifest.json" |
| 4790 } | 4791 } |
| OLD | NEW |