summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/android/eclipse/.classpath2
-rw-r--r--tools/android/findbugs_plugin/findbugs.xml2
-rwxr-xr-xtools/clang/scripts/run_tool.py2
-rwxr-xr-xtools/clang/scripts/update.py4
-rwxr-xr-xtools/clang/translation_unit/test_translation_unit.py2
-rw-r--r--tools/gn/misc/emacs/gn-mode.el2
-rw-r--r--tools/json_schema_compiler/js_externs_generator.py2
-rwxr-xr-xtools/json_schema_compiler/js_externs_generator_test.py4
8 files changed, 10 insertions, 10 deletions
diff --git a/tools/android/eclipse/.classpath b/tools/android/eclipse/.classpath
index fb1fd36..b740bfea 100644
--- a/tools/android/eclipse/.classpath
+++ b/tools/android/eclipse/.classpath
@@ -2,7 +2,7 @@
<!-- {% block header_message %}
Eclipse classpath. See instructions at
-https://code.google.com/p/chromium/wiki/AndroidEclipseDev for setting up Eclipse
+https://www.chromium.org/developers/android-eclipse-dev for setting up Eclipse
for Chrome Android development.
Obsolete entries can be found using:
diff --git a/tools/android/findbugs_plugin/findbugs.xml b/tools/android/findbugs_plugin/findbugs.xml
index a1c4b5e..002e841 100644
--- a/tools/android/findbugs_plugin/findbugs.xml
+++ b/tools/android/findbugs_plugin/findbugs.xml
@@ -9,7 +9,7 @@
xsi:noNamespaceSchemaLocation="findbugsplugin.xsd"
pluginid="SynchronizedThisDetector"
provider="chromium"
- website="http://code.google.com/p/chromium/wiki/UseFindBugsForAndroid">
+ website="https://chromium.googlesource.com/chromium/src/+/master/docs/use_find_bugs_for_android.md">
<Detector class="org.chromium.tools.findbugs.plugin.SynchronizedThisDetector" reports="CHROMIUM_SYNCHRONIZED_THIS" />
<BugPattern type="CHROMIUM_SYNCHRONIZED_THIS" abbrev="CHROMIUM" category="CORRECTNESS"/>
diff --git a/tools/clang/scripts/run_tool.py b/tools/clang/scripts/run_tool.py
index 4d9a28a..c1267da 100755
--- a/tools/clang/scripts/run_tool.py
+++ b/tools/clang/scripts/run_tool.py
@@ -14,7 +14,7 @@ run_tool.py <tool> <path/to/compiledb> --all
If you only want to run the tool across just chrome/browser and content/browser:
run_tool.py <tool> <path/to/compiledb> chrome/browser content/browser
-Please see https://code.google.com/p/chromium/wiki/ClangToolRefactoring for more
+Please see https://chromium.googlesource.com/chromium/src/+/master/docs/clang_tool_refactoring.md for more
information, which documents the entire automated refactoring flow in Chromium.
Why use this tool:
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
index ac9606c..322359f 100755
--- a/tools/clang/scripts/update.py
+++ b/tools/clang/scripts/update.py
@@ -24,7 +24,7 @@ import urllib2
import zipfile
# Do NOT CHANGE this if you don't know what you're doing -- see
-# https://code.google.com/p/chromium/wiki/UpdatingClang
+# https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md
# Reverting problematic clang rolls is safe, though.
CLANG_REVISION = '259396'
@@ -374,7 +374,7 @@ def UpdateClang(args):
print 'Android NDK not found at ' + ANDROID_NDK_DIR
print 'The Android NDK is needed to build a Clang whose -fsanitize=address'
print 'works on Android. See '
- print 'http://code.google.com/p/chromium/wiki/AndroidBuildInstructions'
+ print 'https://www.chromium.org/developers/how-tos/android-build-instructions'
print 'for how to install the NDK, or pass --without-android.'
return 1
diff --git a/tools/clang/translation_unit/test_translation_unit.py b/tools/clang/translation_unit/test_translation_unit.py
index 46576b0..0482a78 100755
--- a/tools/clang/translation_unit/test_translation_unit.py
+++ b/tools/clang/translation_unit/test_translation_unit.py
@@ -28,7 +28,7 @@ def _NumberOfTestsToString(tests):
# Before running this test script, please build the translation_unit clang tool
# first. This is explained here:
-# https://code.google.com/p/chromium/wiki/ClangToolRefactoring
+# https://chromium.googlesource.com/chromium/src/+/master/docs/clang_tool_refactoring.md
def main():
tools_clang_directory = os.path.dirname(os.path.dirname(
os.path.realpath(__file__)))
diff --git a/tools/gn/misc/emacs/gn-mode.el b/tools/gn/misc/emacs/gn-mode.el
index 3cb7341..6682290 100644
--- a/tools/gn/misc/emacs/gn-mode.el
+++ b/tools/gn/misc/emacs/gn-mode.el
@@ -14,7 +14,7 @@
;; A major mode for editing GN files. GN stands for Generate Ninja. GN is the
;; meta build system used in Chromium. For more information on GN, see the GN
-;; manual: <https://code.google.com/p/chromium/wiki/gn>
+;; manual: <https://chromium.googlesource.com/chromium/src/+/master/tools/gn/README.md>
;;; To Do:
diff --git a/tools/json_schema_compiler/js_externs_generator.py b/tools/json_schema_compiler/js_externs_generator.py
index 8ba27ca..065e4d3 100644
--- a/tools/json_schema_compiler/js_externs_generator.py
+++ b/tools/json_schema_compiler/js_externs_generator.py
@@ -20,7 +20,7 @@ import re
NOTE = """// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.%s.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
"""
class JsExternsGenerator(object):
diff --git a/tools/json_schema_compiler/js_externs_generator_test.py b/tools/json_schema_compiler/js_externs_generator_test.py
index 6adc201..7447ea7 100755
--- a/tools/json_schema_compiler/js_externs_generator_test.py
+++ b/tools/json_schema_compiler/js_externs_generator_test.py
@@ -81,7 +81,7 @@ expected_output = ("""// Copyright %s The Chromium Authors. All rights reserved.
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.fakeApi.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: fakeApi */
@@ -240,7 +240,7 @@ json_expected = ("""// Copyright %s The Chromium Authors. All rights reserved.
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.fakeJson.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: fakeJson */