diff options
author | ellyjones <ellyjones@chromium.org> | 2015-05-21 11:12:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-21 18:13:31 +0000 |
commit | a7ce8df915247cafcd8a0d27090c15c293b4fc51 (patch) | |
tree | 2401a19910068bc5c33c3738c611177f2a4c474d /ios/crnet/DEPS | |
parent | 01edd9afad2afea360828875c2225d01b198bb88 (diff) | |
download | chromium_src-a7ce8df915247cafcd8a0d27090c15c293b4fc51.zip chromium_src-a7ce8df915247cafcd8a0d27090c15c293b4fc51.tar.gz chromium_src-a7ce8df915247cafcd8a0d27090c15c293b4fc51.tar.bz2 |
ios: add CrNet
This code is copied directly from the downstream iOS repo, except for the
changes to ios/ios.gyp.
BUG=483209
Review URL: https://codereview.chromium.org/1125293004
Cr-Commit-Position: refs/heads/master@{#330952}
Diffstat (limited to 'ios/crnet/DEPS')
-rw-r--r-- | ios/crnet/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ios/crnet/DEPS b/ios/crnet/DEPS new file mode 100644 index 0000000..df845d4 --- /dev/null +++ b/ios/crnet/DEPS @@ -0,0 +1,8 @@ +include_rules = [ + "+components/webp_transcode", + "+crypto/nss_util.h", + "+ios/crnet", + "+ios/net", + "+ios/web/public/user_agent.h", + "+net" +] |