Support the Syzygy instrumenting profiler.

This change depends on a new API in V8 to support return-address rewriting profilers, landed at http://code.google.com/p/v8/source/detail?r=10845.

BUG=None
TEST=None


Review URL: http://codereview.chromium.org/9477002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124319 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/DEPS b/chrome/DEPS
index 27889df..7795bf0 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -5,6 +5,9 @@
   "+net",
   "+printing",
   "+sql",
+  # Browser, renderer, common and tests access V8 for various purposes.
+  "-v8",
+  "+v8/include",
 
   # The subdirectories in chrome/ will manually allow their own include
   # directories in chrome/ so we disallow all of them.
@@ -22,7 +25,6 @@
   "+content/public/browser/native_web_keyboard_event.h",
 
   # Don't allow inclusion of these other libs we shouldn't be calling directly.
-  "-v8",
   "-webkit",
   "-tools",