diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 22:17:17 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 22:17:17 +0000 |
commit | 34b081ad09cea5268d5fbdb2a0af11cde2bf5c0f (patch) | |
tree | e77372481c8a2e7fdd8fbff45d21a03c13a85427 /content/shell/DEPS | |
parent | 5629e0c704b4807fd00062c8b91aeea3726fe18d (diff) | |
download | chromium_src-34b081ad09cea5268d5fbdb2a0af11cde2bf5c0f.zip chromium_src-34b081ad09cea5268d5fbdb2a0af11cde2bf5c0f.tar.gz chromium_src-34b081ad09cea5268d5fbdb2a0af11cde2bf5c0f.tar.bz2 |
fix checkdeps
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 60dbcf4..6d75a7a 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -1,3 +1,4 @@ include_rules = [ "+content", + "+v8/include", ] |