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

Side by Side Diff: chrome/BUILD.gn

Issue 2720863003: Make --headless flag work on Mac (Closed)
Patch Set: Created 3 years, 9 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/app/chrome_main.cc » ('j') | chrome/app/chrome_main.cc » ('J')
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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 deps = [ 974 deps = [
975 ":browser_dependencies", 975 ":browser_dependencies",
976 ":child_dependencies", 976 ":child_dependencies",
977 "//chrome/app:command_ids", 977 "//chrome/app:command_ids",
978 "//chrome/common:features", 978 "//chrome/common:features",
979 "//components/crash/content/app", 979 "//components/crash/content/app",
980 "//components/policy:generated", 980 "//components/policy:generated",
981 "//content/public/app:both", 981 "//content/public/app:both",
982 "//pdf", 982 "//pdf",
983 "//third_party/cld", 983 "//third_party/cld",
984
985 # For headless mode.
sky 2017/02/28 04:10:27 The name of the directory implies it's for headles
dvallet 2017/02/28 04:55:55 Done.
986 "//headless:headless_shell_lib",
984 ] 987 ]
985 988
986 if (is_component_build) { 989 if (is_component_build) {
987 libs = [ "Carbon.framework" ] 990 libs = [ "Carbon.framework" ]
988 } 991 }
989 992
990 ldflags = [ 993 ldflags = [
991 "-Wl,-order_file", 994 "-Wl,-order_file",
992 "-Wl," + rebase_path("app/framework.order", root_build_dir), 995 "-Wl," + rebase_path("app/framework.order", root_build_dir),
993 "-ObjC", 996 "-ObjC",
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1619 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1617 "//chrome/tools/build/linux/chrome-wrapper", 1620 "//chrome/tools/build/linux/chrome-wrapper",
1618 "//third_party/xdg-utils/scripts/xdg-mime", 1621 "//third_party/xdg-utils/scripts/xdg-mime",
1619 "//third_party/xdg-utils/scripts/xdg-settings", 1622 "//third_party/xdg-utils/scripts/xdg-settings",
1620 ] 1623 ]
1621 outputs = [ 1624 outputs = [
1622 "$root_out_dir/{{source_file_part}}", 1625 "$root_out_dir/{{source_file_part}}",
1623 ] 1626 ]
1624 } 1627 }
1625 } 1628 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_main.cc » ('j') | chrome/app/chrome_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698