| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/chrome_build.gni") | 6 import("//build/config/chrome_build.gni") |
| 7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
| 10 import("//build/config/sanitizers/sanitizers.gni") | 10 import("//build/config/sanitizers/sanitizers.gni") |
| (...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 } | 775 } |
| 776 } else { | 776 } else { |
| 777 group("chrome_framework_plugins") { | 777 group("chrome_framework_plugins") { |
| 778 } | 778 } |
| 779 } | 779 } |
| 780 | 780 |
| 781 if (is_chrome_branded) { | 781 if (is_chrome_branded) { |
| 782 bundle_data("flash_player_plugin") { | 782 bundle_data("flash_player_plugin") { |
| 783 sources = [ | 783 sources = [ |
| 784 "$root_out_dir/PepperFlash/PepperFlashPlayer.plugin", | 784 "$root_out_dir/PepperFlash/PepperFlashPlayer.plugin", |
| 785 "$root_out_dir/PepperFlash/manifest.json", |
| 785 ] | 786 ] |
| 786 outputs = [ | 787 outputs = [ |
| 787 "{{bundle_root_dir}}/Internet Plug-Ins/PepperFlash/{{source_file_part}}"
, | 788 "{{bundle_root_dir}}/Internet Plug-Ins/PepperFlash/{{source_file_part}}"
, |
| 788 ] | 789 ] |
| 789 public_deps = [ | 790 public_deps = [ |
| 790 "//third_party/adobe/flash:flapper_binaries", | 791 "//third_party/adobe/flash:flapper_binaries", |
| 791 ] | 792 ] |
| 792 } | 793 } |
| 793 | 794 |
| 794 bundle_data("widevine_cdm_library_binaries") { | 795 bundle_data("widevine_cdm_library_binaries") { |
| (...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1753 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1754 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1754 "//chrome/tools/build/linux/chrome-wrapper", | 1755 "//chrome/tools/build/linux/chrome-wrapper", |
| 1755 "//third_party/xdg-utils/scripts/xdg-mime", | 1756 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1756 "//third_party/xdg-utils/scripts/xdg-settings", | 1757 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1757 ] | 1758 ] |
| 1758 outputs = [ | 1759 outputs = [ |
| 1759 "$root_out_dir/{{source_file_part}}", | 1760 "$root_out_dir/{{source_file_part}}", |
| 1760 ] | 1761 ] |
| 1761 } | 1762 } |
| 1762 } | 1763 } |
| OLD | NEW |