Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(818)

Side by Side Diff: chrome/BUILD.gn

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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",
1431 "//chrome/app/theme/$branding_path_component/win/tiles/LogoCanary.png", 1432 "//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",
1432 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoCanary.png ", 1435 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoCanary.png ",
1436 "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoDev.png",
1433 ] 1437 ]
1434 } 1438 }
1435 1439
1436 outputs = [ 1440 outputs = [
1437 "$root_out_dir/{{source_file_part}}", 1441 "$root_out_dir/{{source_file_part}}",
1438 ] 1442 ]
1439 } 1443 }
1440 1444
1441 group("resources") { 1445 group("resources") {
1442 public_deps = [ 1446 public_deps = [
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1735 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1732 "//chrome/tools/build/linux/chrome-wrapper", 1736 "//chrome/tools/build/linux/chrome-wrapper",
1733 "//third_party/xdg-utils/scripts/xdg-mime", 1737 "//third_party/xdg-utils/scripts/xdg-mime",
1734 "//third_party/xdg-utils/scripts/xdg-settings", 1738 "//third_party/xdg-utils/scripts/xdg-settings",
1735 ] 1739 ]
1736 outputs = [ 1740 outputs = [
1737 "$root_out_dir/{{source_file_part}}", 1741 "$root_out_dir/{{source_file_part}}",
1738 ] 1742 ]
1739 } 1743 }
1740 } 1744 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698