summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 21:30:59 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 21:30:59 +0000
commitd3c902b2f2d157a0e40cfe4f684c3e95fc27fc80 (patch)
tree694c48c0fcd90b04fa1db078414cd5cafdc9c161 /DEPS
parent8f8e5e4506f48f2d6067f4f29b32b0683e6e110a (diff)
downloadchromium_src-d3c902b2f2d157a0e40cfe4f684c3e95fc27fc80.zip
chromium_src-d3c902b2f2d157a0e40cfe4f684c3e95fc27fc80.tar.gz
chromium_src-d3c902b2f2d157a0e40cfe4f684c3e95fc27fc80.tar.bz2
Lands http://codereview.chromium.org/149404 for cmasone:
Adding a protobuf-based metrics communication scheme between Chrome OS and Chrome. Essentially, Chrome is used as a metrics upload service, and this hacks in a simple IPC mechanism for Chrome OS to use to communicate metrics info to Chrome for upload. We eventually want to do this using protobuffers over DBus, but this protobuffers-over-X-properties mechanism will work for now. TEST=none BUG=none Review URL: http://codereview.chromium.org/149459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index c2ba3b5..56c0f6a 100644
--- a/DEPS
+++ b/DEPS
@@ -27,6 +27,9 @@ deps = {
"src/third_party/icu38":
"/trunk/deps/third_party/icu38@20192",
+ "src/third_party/protobuf/src":
+ "http://protobuf.googlecode.com/svn/trunk@154",
+
# TODO(mark): Remove once this has moved into depot_tools.
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@546",