diff options
author | dgozman <dgozman@chromium.org> | 2015-04-22 11:39:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-22 18:40:22 +0000 |
commit | 0115d2a266d3e59c92083babe06a2a798af4a9c1 (patch) | |
tree | 95760dff454b895248eeef3c14797470680945db /android_webview/DEPS | |
parent | a9f5526d0568508ab6e4913e23d3c8f33d040010 (diff) | |
download | chromium_src-0115d2a266d3e59c92083babe06a2a798af4a9c1.zip chromium_src-0115d2a266d3e59c92083babe06a2a798af4a9c1.tar.gz chromium_src-0115d2a266d3e59c92083babe06a2a798af4a9c1.tar.bz2 |
Switch android_webview to devtools_discovery.
BUG=476496
Review URL: https://codereview.chromium.org/1056133006
Cr-Commit-Position: refs/heads/master@{#326348}
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r-- | android_webview/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS index 2803eaf..319db9e 100644 --- a/android_webview/DEPS +++ b/android_webview/DEPS @@ -8,6 +8,7 @@ include_rules = [ "-android_webview/lib", "+components/data_reduction_proxy", + "+components/devtools_discovery", "+content/public/common", "+crypto", "+gpu", |