Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: chrome/DEPS

Issue 9477002: Support the Syzygy instrumenting profiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move v8 deps exclusion above inclusion rule. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/debug/profiler.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/DEPS
diff --git a/chrome/DEPS b/chrome/DEPS
index 27889dfcf5c8be58e476922a8314697704d273b9..7795bf0fc6e1e21464fa6124afae05e4f90ec8a9 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",
« no previous file with comments | « base/debug/profiler.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698