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

Side by Side Diff: chrome/BUILD.gn

Issue 2278983002: Add resource whitelisting compatibility for offical builder scripts. (Closed)
Patch Set: Created 4 years, 3 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 | tools/resources/generate_resource_whitelist.py » ('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/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 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1695 outputs = [ 1695 outputs = [
1696 _outfile, 1696 _outfile,
1697 ] 1697 ]
1698 1698
1699 args = [ 1699 args = [
1700 "-i", 1700 "-i",
1701 rebase_path(_infile, root_build_dir), 1701 rebase_path(_infile, root_build_dir),
1702 "-o", 1702 "-o",
1703 rebase_path(_outfile, root_build_dir), 1703 rebase_path(_outfile, root_build_dir),
1704 "--out-dir=.", 1704 "--out-dir=.",
1705 "--use-existing-resource-ids",
1705 ] 1706 ]
1706 } 1707 }
1707 } 1708 }
1708 1709
1709 if (is_linux) { 1710 if (is_linux) {
1710 action("manpage") { 1711 action("manpage") {
1711 if (is_chrome_branded) { 1712 if (is_chrome_branded) {
1712 name = "Google Chrome" 1713 name = "Google Chrome"
1713 filename = "google-chrome" 1714 filename = "google-chrome"
1714 confdir = "google-chrome" 1715 confdir = "google-chrome"
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1783 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1783 "//chrome/tools/build/linux/chrome-wrapper", 1784 "//chrome/tools/build/linux/chrome-wrapper",
1784 "//third_party/xdg-utils/scripts/xdg-mime", 1785 "//third_party/xdg-utils/scripts/xdg-mime",
1785 "//third_party/xdg-utils/scripts/xdg-settings", 1786 "//third_party/xdg-utils/scripts/xdg-settings",
1786 ] 1787 ]
1787 outputs = [ 1788 outputs = [
1788 "$root_out_dir/{{source_file_part}}", 1789 "$root_out_dir/{{source_file_part}}",
1789 ] 1790 ]
1790 } 1791 }
1791 } 1792 }
OLDNEW
« no previous file with comments | « no previous file | tools/resources/generate_resource_whitelist.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698