summaryrefslogtreecommitdiffstats
path: root/google_apis
diff options
context:
space:
mode:
authorserya <serya@chromium.org>2014-12-16 10:29:18 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-16 18:29:42 +0000
commit4508368edbe16a8a08bedce19e7efef912baeb95 (patch)
tree6c938a2c09f00370c05832fde11a4234b2131f09 /google_apis
parent438f274e0d7ed85aac05b961dd42a2f5517647ad (diff)
downloadchromium_src-4508368edbe16a8a08bedce19e7efef912baeb95.zip
chromium_src-4508368edbe16a8a08bedce19e7efef912baeb95.tar.gz
chromium_src-4508368edbe16a8a08bedce19e7efef912baeb95.tar.bz2
Using chromium API keys in DevTools bridge.
In DevTools bridge API keys and secrets used to be hardcoded (as a temporary solution for simplicity). Now we need to use regular API key retreiving mechaninsm to be able to make the DevTools bridge working in Clank. Hardcoded keys will be revoked after commiting this CL. BUG=383418 Review URL: https://codereview.chromium.org/806803002 Cr-Commit-Position: refs/heads/master@{#308617}
Diffstat (limited to 'google_apis')
-rw-r--r--google_apis/google_apis.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index 0ad8165..79870a2 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -22,6 +22,7 @@
'../crypto/crypto.gyp:crypto',
'../net/net.gyp:net',
'../third_party/libxml/libxml.gyp:libxml',
+ '../url/url.gyp:url_lib',
],
'conditions': [
['google_api_key!=""', {