From cbdb9d1c696fc2a2737890ff3ed7d88b54db2472 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 20 Aug 2013 16:18:35 +0000 Subject: [PATCH] Add comment about updating webrtc.DEPS when rolling gflags BUG=none R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2070004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4575 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEPS b/DEPS index 8da3f9db13..eccce43aad 100644 --- a/DEPS +++ b/DEPS @@ -42,6 +42,8 @@ deps = { "third_party/expat": Var("chromium_trunk") + "/src/third_party/expat@" + Var("chromium_revision"), + # When rolling gflags, also update deps/third_party/webrtc/webrtc.DEPS/DEPS + # in Chromium's repo. "third_party/gflags/src": (Var("googlecode_url") % "gflags") + "/trunk/src@84",