diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,9 @@ deps = { "src/v8": "http://v8.googlecode.com/svn/branches/1.2@2446", + "src/native_client": + "http://nativeclient.googlecode.com/svn/trunk/nacl/googleclient/native_client@362", + "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@250", @@ -112,6 +115,7 @@ include_rules = [ skip_child_includes = [ "breakpad", "gears", + "native_client", "o3d", "sdch", "skia", |