| 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/compiler/pgo/pgo.gni") | 8 import("//build/config/compiler/pgo/pgo.gni") |
| 9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
| 10 import("//build/config/locales.gni") | 10 import("//build/config/locales.gni") |
| (...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 | 1428 |
| 1429 copy("visual_elements_resources") { | 1429 copy("visual_elements_resources") { |
| 1430 sources = [ | 1430 sources = [ |
| 1431 "//chrome/app/theme/$branding_path_component/win/tiles/Logo.png", | 1431 "//chrome/app/theme/$branding_path_component/win/tiles/Logo.png", |
| 1432 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogo.png", | 1432 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogo.png", |
| 1433 "app/visual_elements_resources/chrome.VisualElementsManifest.xml", | 1433 "app/visual_elements_resources/chrome.VisualElementsManifest.xml", |
| 1434 ] | 1434 ] |
| 1435 | 1435 |
| 1436 if (is_chrome_branded) { | 1436 if (is_chrome_branded) { |
| 1437 sources += [ | 1437 sources += [ |
| 1438 "//chrome/app/theme/$branding_path_component/win/tiles/LogoBeta.png", |
| 1438 "//chrome/app/theme/$branding_path_component/win/tiles/LogoCanary.png", | 1439 "//chrome/app/theme/$branding_path_component/win/tiles/LogoCanary.png", |
| 1440 "//chrome/app/theme/$branding_path_component/win/tiles/LogoDev.png", |
| 1441 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoBeta.png", |
| 1439 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoCanary.png
", | 1442 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoCanary.png
", |
| 1443 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoDev.png", |
| 1440 ] | 1444 ] |
| 1441 } | 1445 } |
| 1442 | 1446 |
| 1443 outputs = [ | 1447 outputs = [ |
| 1444 "$root_out_dir/{{source_file_part}}", | 1448 "$root_out_dir/{{source_file_part}}", |
| 1445 ] | 1449 ] |
| 1446 } | 1450 } |
| 1447 | 1451 |
| 1448 group("resources") { | 1452 group("resources") { |
| 1449 public_deps = [ | 1453 public_deps = [ |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1732 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1736 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1733 "//chrome/tools/build/linux/chrome-wrapper", | 1737 "//chrome/tools/build/linux/chrome-wrapper", |
| 1734 "//third_party/xdg-utils/scripts/xdg-mime", | 1738 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1735 "//third_party/xdg-utils/scripts/xdg-settings", | 1739 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1736 ] | 1740 ] |
| 1737 outputs = [ | 1741 outputs = [ |
| 1738 "$root_out_dir/{{source_file_part}}", | 1742 "$root_out_dir/{{source_file_part}}", |
| 1739 ] | 1743 ] |
| 1740 } | 1744 } |
| 1741 } | 1745 } |
| OLD | NEW |