summaryrefslogtreecommitdiff
path: root/tools/gn_args.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn_args.py')
-rw-r--r--tools/gn_args.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gn_args.py b/tools/gn_args.py
index b93b4314..33d831d8 100644
--- a/tools/gn_args.py
+++ b/tools/gn_args.py
@@ -225,7 +225,7 @@ def GetRecommendedDefaultArgs():
# Disable V8 sandboxed pointers to avoid crashing when using
# CefV8Value::CreateArrayBuffer with memory allocated outside of the V8
- # sandbox. See https://bitbucket.org/chromiumembedded/cef/issues/3332.
+ # sandbox. See https://github.com/chromiumembedded/cef/issues/3332.
'v8_enable_sandbox': False,
}
@@ -237,7 +237,7 @@ def GetRecommendedDefaultArgs():
if platform != 'windows':
# Only allow non-component Debug builds on non-Windows platforms. These
# builds will fail on Windows due to linker issues (running out of memory,
- # etc). See https://bitbucket.org/chromiumembedded/cef/issues/2679.
+ # etc). See https://github.com/chromiumembedded/cef/issues/2679.
result['forbid_non_component_debug_builds'] = False
if platform == 'linux':