aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_BUILDCONFIG.gn
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-03-17 23:42:52 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-03-17 23:42:52 +0000
commite292ba0099ecff2e3e31fcb6cac28ac8e243c43d (patch)
tree1b74950e1b5750f688522886a8b73c01e56a18c5 /www/chromium/files/patch-build_config_BUILDCONFIG.gn
parent64e7cb7d37d3bc97214ce281121a6446d180fb1d (diff)
downloadports-e292ba0099ecff2e3e31fcb6cac28ac8e243c43d.tar.gz
ports-e292ba0099ecff2e3e31fcb6cac28ac8e243c43d.zip
www/chromium: update to 57.0.2987.110
Notes
Notes: svn path=/head/; revision=436365
Diffstat (limited to 'www/chromium/files/patch-build_config_BUILDCONFIG.gn')
-rw-r--r--www/chromium/files/patch-build_config_BUILDCONFIG.gn14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-build_config_BUILDCONFIG.gn b/www/chromium/files/patch-build_config_BUILDCONFIG.gn
index 2f6a4380eebf..d870ac270eb2 100644
--- a/www/chromium/files/patch-build_config_BUILDCONFIG.gn
+++ b/www/chromium/files/patch-build_config_BUILDCONFIG.gn
@@ -1,7 +1,7 @@
---- build/config/BUILDCONFIG.gn.orig 2017-01-26 00:49:07 UTC
+--- build/config/BUILDCONFIG.gn.orig 2017-03-09 20:04:27 UTC
+++ build/config/BUILDCONFIG.gn
-@@ -134,12 +134,13 @@ declare_args() {
- is_debug = !is_official_build
+@@ -131,12 +131,13 @@ declare_args() {
+ is_official_build = false
# Whether we're a traditional desktop unix.
- is_desktop_linux = current_os == "linux"
@@ -16,7 +16,7 @@
# Allows the path to a custom target toolchain to be injected as a single
# argument, and set as the default toolchain.
-@@ -183,8 +184,8 @@ if (host_toolchain == "") {
+@@ -185,8 +186,8 @@ if (host_toolchain == "") {
# TODO(dpranke): Add some sort of assert here that verifies that
# no toolchain omitted host_toolchain from its toolchain_args().
@@ -27,7 +27,7 @@
# TODO(dpranke) - is_clang normally applies only to the target
# build, and there is no way to indicate that you want to override
# it for both the target build *and* the host build. Do we need to
-@@ -220,7 +221,7 @@ if (target_os == "android") {
+@@ -222,7 +223,7 @@ if (target_os == "android") {
} else {
_default_toolchain = "//build/toolchain/android:android_$target_cpu"
}
@@ -36,7 +36,7 @@
# See comments in build/toolchain/cros/BUILD.gn about board compiles.
if (is_clang) {
_default_toolchain = "//build/toolchain/linux:clang_$target_cpu"
-@@ -340,8 +341,17 @@ if (current_os == "win" || current_os ==
+@@ -342,8 +343,17 @@ if (current_os == "win" || current_os ==
is_nacl = false
is_posix = true
is_win = false
@@ -55,7 +55,7 @@
# =============================================================================
# SOURCES FILTERS
# =============================================================================
-@@ -410,7 +420,7 @@ if (!is_ios) {
+@@ -412,7 +422,7 @@ if (!is_ios) {
if (!is_mac && !is_ios) {
sources_assignment_filter += [ "*.mm" ]
}