aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-11-07 05:29:00 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-07 05:29:00 -0800
commit6950de6c4166fabb35e6c756fc009e0cf1c47819 (patch)
treea5a647d549cde1ecf97fab0f118f1fb4bfdcf732 /gyp
parent844a0b425741f07cb233332405143931586bbb7d (diff)
Comments Style: s/skbug.com/bug.skia.org/
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_conditions.gypi6
-rw-r--r--gyp/libwebp_skia.gypi2
-rw-r--r--gyp/skia_for_android_framework_defines.gypi2
3 files changed, 5 insertions, 5 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 115d94b45c..e939470516 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -123,13 +123,13 @@
'conditions' : [
# Gyp's ninja generator depends on these specially named
# configurations to build 64-bit on Windows.
- # See http://skbug.com/2348
+ # See https://bug.skia.org/2348
#
# We handle the 64- vs 32-bit variations elsewhere, so I think it's
# OK for us to just make these inherit non-archwidth-specific
# configurations without modification.
#
- # See http://skbug.com/2442 : These targets cause problems in the
+ # See https://bug.skia.org/2442 : These targets cause problems in the
# MSVS build, so only include them if gyp is generating a ninja build.
[ '"ninja" in "<!(echo %GYP_GENERATORS%)"', {
'configurations': {
@@ -604,7 +604,7 @@
'defines': [
'SKIA_DLL',
'SKIA_IMPLEMENTATION=1',
- # Needed until we fix skbug.com/2440.
+ # Needed until we fix https://bug.skia.org/2440 .
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
],
}],
diff --git a/gyp/libwebp_skia.gypi b/gyp/libwebp_skia.gypi
index 9e461fd8a0..6b97cd8131 100644
--- a/gyp/libwebp_skia.gypi
+++ b/gyp/libwebp_skia.gypi
@@ -4,7 +4,7 @@
# found in the LICENSE file.
# This allows us to build libwebp with a custom config.h file. It is currently
-# needed to work around skbug.com/4037, but perhaps we might have another need
+# needed to work around https://bug.skia.org/4037 , but perhaps we might have another need
# for it in the future.
{
'include_dirs': [
diff --git a/gyp/skia_for_android_framework_defines.gypi b/gyp/skia_for_android_framework_defines.gypi
index 9fb2bab249..70b3f297cb 100644
--- a/gyp/skia_for_android_framework_defines.gypi
+++ b/gyp/skia_for_android_framework_defines.gypi
@@ -14,7 +14,7 @@
#
'skia_for_android_framework_defines': [
'SK_SUPPORT_LEGACY_UNBALANCED_PIXELREF_LOCKCOUNT',
- # Needed until we fix skbug.com/2440.
+ # Needed until we fix https://bug.skia.org/2440 .
'SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG',
'SK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS',
'SK_SUPPORT_LEGACY_GRADIENT_DITHERING',