diff options
Diffstat (limited to 'www/chromium/files/patch-build_config_BUILD.gn')
-rw-r--r-- | www/chromium/files/patch-build_config_BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-build_config_BUILD.gn b/www/chromium/files/patch-build_config_BUILD.gn index c8ddb0ec..2f85025 100644 --- a/www/chromium/files/patch-build_config_BUILD.gn +++ b/www/chromium/files/patch-build_config_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/BUILD.gn.orig 2017-03-09 20:04:27 UTC +--- build/config/BUILD.gn.orig 2017-04-19 19:06:28 UTC +++ build/config/BUILD.gn -@@ -196,7 +196,7 @@ config("debug") { +@@ -193,7 +193,7 @@ config("debug") { # builds, and we have to tell it to turn it off. defines += [ "_HAS_ITERATOR_DEBUGGING=0" ] } @@ -9,7 +9,7 @@ # Enable libstdc++ debugging facilities to help catch problems early, see # http://crbug.com/65151 . # TODO(phajdan.jr): Should we enable this for all of POSIX? -@@ -279,7 +279,7 @@ config("default_libs") { +@@ -276,7 +276,7 @@ config("default_libs") { "CoreText.framework", "Foundation.framework", ] @@ -18,7 +18,7 @@ libs = [ "dl", "rt", -@@ -310,7 +310,7 @@ config("executable_config") { +@@ -307,7 +307,7 @@ config("executable_config") { ] } else if (is_ios) { configs += [ "//build/config/ios:ios_dynamic_flags" ] |