Move src/ -> webrtc/

TBR=niklas.enbom@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/915006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2963 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/DEPS b/DEPS
index 99d0380..cce32a3 100644
--- a/DEPS
+++ b/DEPS
@@ -104,11 +104,11 @@
 
 hooks = [
   {
-    # Create a supplement.gypi file under trunk/src.  This file will be picked
+    # Create a supplement.gypi file under trunk/webrtc. This file will be picked
     # up by gyp and used to enable the standalone build.
     "pattern": ".",
     "action": ["python", Var("root_dir") + "/tools/create_supplement_gypi.py",
-               Var("root_dir") + "/src/supplement.gypi"],
+               Var("root_dir") + "/webrtc/supplement.gypi"],
   },
   {
     # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes