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

Side by Side Diff: chrome/BUILD.gn

Issue 2484283003: [Mac] Version the //chrome:chrome_framework bundle. (Closed)
Patch Set: Created 4 years, 1 month 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 sources = [ 450 sources = [
451 "app/firstRun", 451 "app/firstRun",
452 ] 452 ]
453 outputs = [ 453 outputs = [
454 "$root_out_dir/First Run", 454 "$root_out_dir/First Run",
455 ] 455 ]
456 } 456 }
457 } else if (is_mac) { 457 } else if (is_mac) {
458 chrome_helper_name = chrome_product_full_name + " Helper" 458 chrome_helper_name = chrome_product_full_name + " Helper"
459 chrome_framework_name = chrome_product_full_name + " Framework" 459 chrome_framework_name = chrome_product_full_name + " Framework"
460 460 chrome_framework_version = "A"
461 if (enable_xpc_notifications) {
462 chrome_framework_version = "A"
463 }
464 461
465 group("chrome") { 462 group("chrome") {
466 deps = [ 463 deps = [
467 ":chrome_app", 464 ":chrome_app",
468 ] 465 ]
469 466
470 data_deps = [ 467 data_deps = [
471 ":chrome_app", 468 ":chrome_app",
472 ] 469 ]
473 470
(...skipping 1119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1590 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1594 "//chrome/tools/build/linux/chrome-wrapper", 1591 "//chrome/tools/build/linux/chrome-wrapper",
1595 "//third_party/xdg-utils/scripts/xdg-mime", 1592 "//third_party/xdg-utils/scripts/xdg-mime",
1596 "//third_party/xdg-utils/scripts/xdg-settings", 1593 "//third_party/xdg-utils/scripts/xdg-settings",
1597 ] 1594 ]
1598 outputs = [ 1595 outputs = [
1599 "$root_out_dir/{{source_file_part}}", 1596 "$root_out_dir/{{source_file_part}}",
1600 ] 1597 ]
1601 } 1598 }
1602 } 1599 }
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