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

Side by Side Diff: chrome/BUILD.gn

Issue 2056123004: [Mac/GN] Fix typo in "Default Apps". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | 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 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 "browser/resources/default_apps/gmail.crx", 1269 "browser/resources/default_apps/gmail.crx",
1270 "browser/resources/default_apps/youtube.crx", 1270 "browser/resources/default_apps/youtube.crx",
1271 ] 1271 ]
1272 1272
1273 if (!is_mac) { 1273 if (!is_mac) {
1274 outputs = [ 1274 outputs = [
1275 "$root_out_dir/default_apps/{{source_file_part}}", 1275 "$root_out_dir/default_apps/{{source_file_part}}",
1276 ] 1276 ]
1277 } else { 1277 } else {
1278 outputs = [ 1278 outputs = [
1279 "{{bundle_root_dir}}/Deafult Apps/{{source_file_part}}", 1279 "{{bundle_root_dir}}/Default Apps/{{source_file_part}}",
1280 ] 1280 ]
1281 } 1281 }
1282 1282
1283 # Force anybody that depends on this to get the default apps as data files. 1283 # Force anybody that depends on this to get the default apps as data files.
1284 data = process_file_template(sources, outputs) 1284 data = process_file_template(sources, outputs)
1285 } 1285 }
1286 } 1286 }
1287 1287
1288 group("packed_resources") { 1288 group("packed_resources") {
1289 public_deps = [ 1289 public_deps = [
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1753 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1754 "//chrome/tools/build/linux/chrome-wrapper", 1754 "//chrome/tools/build/linux/chrome-wrapper",
1755 "//third_party/xdg-utils/scripts/xdg-mime", 1755 "//third_party/xdg-utils/scripts/xdg-mime",
1756 "//third_party/xdg-utils/scripts/xdg-settings", 1756 "//third_party/xdg-utils/scripts/xdg-settings",
1757 ] 1757 ]
1758 outputs = [ 1758 outputs = [
1759 "$root_out_dir/{{source_file_part}}", 1759 "$root_out_dir/{{source_file_part}}",
1760 ] 1760 ]
1761 } 1761 }
1762 } 1762 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698