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/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 Loading... |
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 Loading... |
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 } |
OLD | NEW |