From df175a8c3d1c1060f96d123a5896fdfbe4b3782d Mon Sep 17 00:00:00 2001 From: mostynb Date: Mon, 8 Feb 2016 15:27:20 -0800 Subject: 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} --- tools/json_schema_compiler/js_externs_generator.py | 2 +- tools/json_schema_compiler/js_externs_generator_test.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/json_schema_compiler') 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 */ -- cgit v1.1