Commit 8d06e9e1 authored by robertshield's avatar robertshield Committed by Commit Bot

Update Google API keys header comment.

Mention that env var overrides don't work in Google Chrome builds.

BUG=710575

Review-Url: https://codereview.chromium.org/2958463002
Cr-Commit-Position: refs/heads/master@{#481872}
parent 0c0ed3be
...@@ -25,11 +25,13 @@ ...@@ -25,11 +25,13 @@
// https://developers.google.com/console/. // https://developers.google.com/console/.
// //
// The keys must either be provided using preprocessor variables (set // The keys must either be provided using preprocessor variables (set
// via e.g. ~/.gyp/include.gypi). Alternatively, they can be // via e.g. ~/.gyp/include.gypi). Alternatively, in Chromium builds, they can be
// overridden at runtime using environment variables of the same name. // overridden at runtime using environment variables of the same name.
// Environment variable overrides will be ignored for official Google Chrome
// builds.
// //
// The names of the preprocessor variables (or environment variables // The names of the preprocessor variables (or environment variables
// to override them at runtime) are as follows: // to override them at runtime in Chromium builds) are as follows:
// - GOOGLE_API_KEY: The API key, a.k.a. developer key. // - GOOGLE_API_KEY: The API key, a.k.a. developer key.
// - GOOGLE_DEFAULT_CLIENT_ID: If set, this is used as the default for // - GOOGLE_DEFAULT_CLIENT_ID: If set, this is used as the default for
// all client IDs not otherwise set. This is intended only for // all client IDs not otherwise set. This is intended only for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment