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

Side by Side Diff: chrome/BUILD.gn

Issue 2783413002: Move //chrome/tools/mac_helpers:infoplist_strings_util to //chrome/tools/build/mac. (Closed)
Patch Set: 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/tools/build/mac/BUILD.gn » ('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/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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 # a saves file can be specified. 549 # a saves file can be specified.
550 if (enable_stripping) { 550 if (enable_stripping) {
551 remove_configs = [ "//build/config/mac:strip_all" ] 551 remove_configs = [ "//build/config/mac:strip_all" ]
552 552
553 ldflags = 553 ldflags =
554 [ "-Wcrl,strip,-s," + rebase_path("app/app.saves", root_build_dir) ] 554 [ "-Wcrl,strip,-s," + rebase_path("app/app.saves", root_build_dir) ]
555 } 555 }
556 } 556 }
557 557
558 compiled_action("chrome_app_strings") { 558 compiled_action("chrome_app_strings") {
559 tool = "//chrome/tools/mac_helpers:infoplist_strings_tool" 559 tool = "//chrome/tools/build/mac:infoplist_strings_tool"
560 560
561 inputs = [ 561 inputs = [
562 chrome_version_file, 562 chrome_version_file,
563 ] 563 ]
564 564
565 outputs = [] 565 outputs = []
566 566
567 foreach(locale, locales) { 567 foreach(locale, locales) {
568 if (is_chrome_branded) { 568 if (is_chrome_branded) {
569 _strings_file = "google_chrome_strings" 569 _strings_file = "google_chrome_strings"
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1732 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1733 "//chrome/tools/build/linux/chrome-wrapper", 1733 "//chrome/tools/build/linux/chrome-wrapper",
1734 "//third_party/xdg-utils/scripts/xdg-mime", 1734 "//third_party/xdg-utils/scripts/xdg-mime",
1735 "//third_party/xdg-utils/scripts/xdg-settings", 1735 "//third_party/xdg-utils/scripts/xdg-settings",
1736 ] 1736 ]
1737 outputs = [ 1737 outputs = [
1738 "$root_out_dir/{{source_file_part}}", 1738 "$root_out_dir/{{source_file_part}}",
1739 ] 1739 ]
1740 } 1740 }
1741 } 1741 }
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/build/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698