summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorsgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-03 11:57:01 +0000
committersgjesse@google.com <sgjesse@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-03 11:57:01 +0000
commit81c1058d0a89c915685d968a8e989cb25b864cd7 (patch)
treee5e2d5a02f6aee064556a591ea80be25eb719a85 /chrome/browser
parentc95646d3357bf58d400b340084e90d2c713932e4 (diff)
downloadchromium_src-81c1058d0a89c915685d968a8e989cb25b864cd7.zip
chromium_src-81c1058d0a89c915685d968a8e989cb25b864cd7.tar.gz
chromium_src-81c1058d0a89c915685d968a8e989cb25b864cd7.tar.bz2
Changed the allowed include path from v8/public to v8/include in the
browser DEPS file. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1673 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index b56dc0f..16c47fe 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -11,7 +11,7 @@ include_rules = [
"+chrome/third_party/hunspell",
"+libxml", # For search engine definition parsing.
"+third_party/sqlite",
- "+v8/public", # Browser uses V8 to get the version and run the debugger.
+ "+v8/include", # Browser uses V8 to get the version and run the debugger.
# FIXME: this should probably not be here, we need to find a better
# structure for these includes.