diff options
author | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 01:01:05 +0000 |
---|---|---|
committer | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-01 01:01:05 +0000 |
commit | ad592bbbbdb78cafac28b789600b7fdd86adbb91 (patch) | |
tree | 81c55beb720b97d9fb051d2155d9154975a43495 /chrome/DEPS | |
parent | cc36c2c22e74ed768cfdf716a2486cdfd5e933d7 (diff) | |
download | chromium_src-ad592bbbbdb78cafac28b789600b7fdd86adbb91.zip chromium_src-ad592bbbbdb78cafac28b789600b7fdd86adbb91.tar.gz chromium_src-ad592bbbbdb78cafac28b789600b7fdd86adbb91.tar.bz2 |
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
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 27889df..7795bf0 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -5,6 +5,9 @@ include_rules = [ "+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 @@ include_rules = [ "+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", |