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