summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2016-02-08 15:27:20 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-08 23:28:49 +0000
commitdf175a8c3d1c1060f96d123a5896fdfbe4b3782d (patch)
tree056469a3d98052b2267706730a1f1877855b0122 /third_party
parent4221ee5c237327bebac80f7d2baa81d8ee18d4dd (diff)
downloadchromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.zip
chromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.tar.gz
chromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.tar.bz2
update obsolete code.google.com documentation links
This is a documentation-only change. Disabling presubmit checks, due to "noparent" settings for the following files: components/policy/resources/policy_templates.json content/common/font_config_ipc_linux.h BUG=567488 NOPRESUBMIT=true TBR=atwilson,dcheng Review URL: https://codereview.chromium.org/1592403002 Cr-Commit-Position: refs/heads/master@{#374213}
Diffstat (limited to 'third_party')
-rw-r--r--third_party/WebKit/Source/bindings/core/v8/generated.gyp2
-rw-r--r--third_party/WebKit/Source/bindings/modules/v8/generated.gyp4
-rw-r--r--third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js2
-rw-r--r--third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py4
-rw-r--r--third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py4
-rw-r--r--third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py4
-rw-r--r--third_party/WebKit/public/platform/linux/WebSandboxSupport.h2
-rw-r--r--third_party/closure_compiler/compiled_resources.gyp2
-rw-r--r--third_party/closure_compiler/compiled_resources2.gyp2
-rw-r--r--third_party/closure_compiler/externs/bluetooth.js2
-rw-r--r--third_party/closure_compiler/externs/bluetooth_private.js2
-rw-r--r--third_party/closure_compiler/externs/developer_private.js2
-rw-r--r--third_party/closure_compiler/externs/language_settings_private.js2
-rw-r--r--third_party/closure_compiler/externs/management.js2
-rw-r--r--third_party/closure_compiler/externs/networking_private.js2
-rw-r--r--third_party/closure_compiler/externs/settings_private.js2
-rwxr-xr-xthird_party/google_input_tools/third_party/closure_library/closure/bin/build/closurebuilder.py2
17 files changed, 21 insertions, 21 deletions
diff --git a/third_party/WebKit/Source/bindings/core/v8/generated.gyp b/third_party/WebKit/Source/bindings/core/v8/generated.gyp
index 050d030..c0607aa 100644
--- a/third_party/WebKit/Source/bindings/core/v8/generated.gyp
+++ b/third_party/WebKit/Source/bindings/core/v8/generated.gyp
@@ -29,7 +29,7 @@
'target_name': 'bindings_core_v8_generated_individual',
'type': 'none',
# The 'binding' rule generates .h files, so mark as hard_dependency, per:
- # https://code.google.com/p/gyp/wiki/InputFormatReference#Linking_Dependencies
+ # https://gyp.gsrc.io/docs/InputFormatReference.md#Linking-Dependencies
'hard_dependency': 1,
'dependencies': [
'../../../core/core_generated.gyp:generated_testing_idls',
diff --git a/third_party/WebKit/Source/bindings/modules/v8/generated.gyp b/third_party/WebKit/Source/bindings/modules/v8/generated.gyp
index 23a6bd2..7c24411 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/generated.gyp
+++ b/third_party/WebKit/Source/bindings/modules/v8/generated.gyp
@@ -26,7 +26,7 @@
'target_name': 'bindings_modules_v8_generated_individual',
'type': 'none',
# The 'binding' rule generates .h files, so mark as hard_dependency, per:
- # https://code.google.com/p/gyp/wiki/InputFormatReference#Linking_Dependencies
+ # https://gyp.gsrc.io/docs/InputFormatReference.md#Linking-Dependencies
'hard_dependency': 1,
'dependencies': [
'../../core/generated.gyp:core_global_constructors_idls',
@@ -172,7 +172,7 @@
'target_name': 'bindings_modules_v8_generated_partial_individual',
'type': 'none',
# The 'partial_binding' rule generates .h files, so mark as hard_dependency, per:
- # https://code.google.com/p/gyp/wiki/InputFormatReference#Linking_Dependencies
+ # https://gyp.gsrc.io/docs/InputFormatReference.md#Linking-Dependencies
'hard_dependency': 1,
'dependencies': [
'../../core/generated.gyp:core_global_constructors_idls',
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
index 71b7fc5..f98426b 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js
@@ -60,7 +60,7 @@ SourceMapV3.Offset = function()
}
/**
- * Implements Source Map V3 model. See http://code.google.com/p/closure-compiler/wiki/SourceMaps
+ * Implements Source Map V3 model. See https://github.com/google/closure-compiler/wiki/Source-Maps
* for format description.
* @constructor
* @param {string} compiledURL
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py
index 418f1f8..fccd5b8 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py
@@ -412,7 +412,7 @@ class AndroidPort(base.Port):
# Android has aac and mp3 codecs built in.
PORT_HAS_AUDIO_CODECS_BUILT_IN = True
- BUILD_REQUIREMENTS_URL = 'https://code.google.com/p/chromium/wiki/AndroidBuildInstructions'
+ BUILD_REQUIREMENTS_URL = 'https://www.chromium.org/developers/how-tos/android-build-instructions'
def __init__(self, host, port_name, **kwargs):
super(AndroidPort, self).__init__(host, port_name, **kwargs)
@@ -516,7 +516,7 @@ class AndroidPort(base.Port):
if not result:
_log.error('For complete Android build requirements, please see:')
_log.error('')
- _log.error(' http://code.google.com/p/chromium/wiki/AndroidBuildInstructions')
+ _log.error(' https://www.chromium.org/developers/how-tos/android-build-instructions')
return test_run_results.UNEXPECTED_ERROR_EXIT_STATUS
return self._check_devices(printer)
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
index 4b403f7..7ccf4c9 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
@@ -52,7 +52,7 @@ class LinuxPort(base.Port):
DEFAULT_BUILD_DIRECTORIES = ('out',)
- BUILD_REQUIREMENTS_URL = 'https://code.google.com/p/chromium/wiki/LinuxBuildInstructions'
+ BUILD_REQUIREMENTS_URL = 'https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md'
@classmethod
def _determine_driver_path_statically(cls, host, options):
@@ -130,7 +130,7 @@ class LinuxPort(base.Port):
if result:
_log.error('For complete Linux build requirements, please see:')
_log.error('')
- _log.error(' http://code.google.com/p/chromium/wiki/LinuxBuildInstructions')
+ _log.error(' https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md')
return result
def look_for_new_crash_logs(self, crashed_processes, start_time):
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
index 4a4d3ac..80d5a0a 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
@@ -60,7 +60,7 @@ class MacPort(base.Port):
CONTENT_SHELL_NAME = 'Content Shell'
- BUILD_REQUIREMENTS_URL = 'https://code.google.com/p/chromium/wiki/MacBuildInstructions'
+ BUILD_REQUIREMENTS_URL = 'https://chromium.googlesource.com/chromium/src/+/master/docs/mac_build_instructions.md'
@classmethod
def determine_full_port_name(cls, host, options, port_name):
@@ -84,7 +84,7 @@ class MacPort(base.Port):
if result:
_log.error('For complete Mac build requirements, please see:')
_log.error('')
- _log.error(' http://code.google.com/p/chromium/wiki/MacBuildInstructions')
+ _log.error(' https://chromium.googlesource.com/chromium/src/+/master/docs/mac_build_instructions.md')
return result
diff --git a/third_party/WebKit/public/platform/linux/WebSandboxSupport.h b/third_party/WebKit/public/platform/linux/WebSandboxSupport.h
index 2387960..3d6e801 100644
--- a/third_party/WebKit/public/platform/linux/WebSandboxSupport.h
+++ b/third_party/WebKit/public/platform/linux/WebSandboxSupport.h
@@ -41,7 +41,7 @@ struct WebFontRenderStyle;
// Put methods here that are required due to sandbox restrictions.
// These are currently only implemented only on Linux:
-// https://code.google.com/p/chromium/wiki/LinuxSandboxIPC
+// https://chromium.googlesource.com/chromium/src/+/master/docs/linux_sandbox_ipc.md
class WebSandboxSupport {
public:
// Get information to instantiate a font which contains glyphs for the given Unicode code-point.
diff --git a/third_party/closure_compiler/compiled_resources.gyp b/third_party/closure_compiler/compiled_resources.gyp
index 28ae455..59cb97d 100644
--- a/third_party/closure_compiler/compiled_resources.gyp
+++ b/third_party/closure_compiler/compiled_resources.gyp
@@ -7,7 +7,7 @@
# http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux
#
# Also, see our guide to Closure compilation in chrome:
-# https://code.google.com/p/chromium/wiki/ClosureCompilation
+# https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
{
'targets': [
{
diff --git a/third_party/closure_compiler/compiled_resources2.gyp b/third_party/closure_compiler/compiled_resources2.gyp
index e76bf5b..72eac65 100644
--- a/third_party/closure_compiler/compiled_resources2.gyp
+++ b/third_party/closure_compiler/compiled_resources2.gyp
@@ -7,7 +7,7 @@
# http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux
#
# Also, see our guide to Closure compilation in chrome:
-# https://code.google.com/p/chromium/wiki/ClosureCompilation
+# https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
{
'targets': [
{
diff --git a/third_party/closure_compiler/externs/bluetooth.js b/third_party/closure_compiler/externs/bluetooth.js
index ca5038b..e882535 100644
--- a/third_party/closure_compiler/externs/bluetooth.js
+++ b/third_party/closure_compiler/externs/bluetooth.js
@@ -7,7 +7,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.bluetooth.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: bluetooth */
diff --git a/third_party/closure_compiler/externs/bluetooth_private.js b/third_party/closure_compiler/externs/bluetooth_private.js
index 8e04526..d4cdc98 100644
--- a/third_party/closure_compiler/externs/bluetooth_private.js
+++ b/third_party/closure_compiler/externs/bluetooth_private.js
@@ -7,7 +7,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.bluetoothPrivate.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
// IMPORTANT:
// s/chrome.bluetoothPrivate.bluetooth.Device/chrome.bluetooth.Device/
diff --git a/third_party/closure_compiler/externs/developer_private.js b/third_party/closure_compiler/externs/developer_private.js
index 9c6ded7..4ff417d 100644
--- a/third_party/closure_compiler/externs/developer_private.js
+++ b/third_party/closure_compiler/externs/developer_private.js
@@ -7,7 +7,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.developerPrivate.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: developerPrivate */
diff --git a/third_party/closure_compiler/externs/language_settings_private.js b/third_party/closure_compiler/externs/language_settings_private.js
index 0b3d8e0..82375b2 100644
--- a/third_party/closure_compiler/externs/language_settings_private.js
+++ b/third_party/closure_compiler/externs/language_settings_private.js
@@ -7,7 +7,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.languageSettingsPrivate.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: languageSettingsPrivate */
diff --git a/third_party/closure_compiler/externs/management.js b/third_party/closure_compiler/externs/management.js
index 9233173..4efa40f 100644
--- a/third_party/closure_compiler/externs/management.js
+++ b/third_party/closure_compiler/externs/management.js
@@ -7,7 +7,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.management.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: management */
diff --git a/third_party/closure_compiler/externs/networking_private.js b/third_party/closure_compiler/externs/networking_private.js
index c3b0080..ee64645 100644
--- a/third_party/closure_compiler/externs/networking_private.js
+++ b/third_party/closure_compiler/externs/networking_private.js
@@ -7,7 +7,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.networkingPrivate.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: networkingPrivate */
diff --git a/third_party/closure_compiler/externs/settings_private.js b/third_party/closure_compiler/externs/settings_private.js
index 228516f..ec9bd7e 100644
--- a/third_party/closure_compiler/externs/settings_private.js
+++ b/third_party/closure_compiler/externs/settings_private.js
@@ -7,7 +7,7 @@
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.settingsPrivate.FooType'.
// Please run the closure compiler before committing changes.
-// See https://code.google.com/p/chromium/wiki/ClosureCompilation.
+// See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
/** @fileoverview Externs generated from namespace: settingsPrivate */
diff --git a/third_party/google_input_tools/third_party/closure_library/closure/bin/build/closurebuilder.py b/third_party/google_input_tools/third_party/closure_library/closure/bin/build/closurebuilder.py
index 1f01e61..1ea8120 100755
--- a/third_party/google_input_tools/third_party/closure_library/closure/bin/build/closurebuilder.py
+++ b/third_party/google_input_tools/third_party/closure_library/closure/bin/build/closurebuilder.py
@@ -246,7 +246,7 @@ is prefererred over using this script for performing JavaScript compilation.
Please migrate your codebase.
See:
-https://code.google.com/p/closure-compiler/wiki/ManageClosureDependencies
+https://github.com/google/closure-compiler/wiki/Manage-Closure-Dependencies
""")
# Make sure a .jar is specified.