diff options
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 74ee587..15d72fc2 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -8,6 +8,8 @@ skip_child_includes = [ ] include_rules = [ + # Magic to include our version in our build, but the WebKit version otherwise. + "+bindings/npruntime.h", # For bridge/c/c_utility.h in npruntime_util.cc "+bridge", "+grit", # For generated headers |