Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: third_party/libvpx/DEPS

Issue 1158913006: Move libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS file with #include paths Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libvpx/BUILD.gn ('k') | third_party/libvpx/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/DEPS
diff --git a/third_party/libvpx/DEPS b/third_party/libvpx/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..670ebbea397300a741c305b569bfa504ca7dad6c
--- /dev/null
+++ b/third_party/libvpx/DEPS
@@ -0,0 +1,12 @@
+include_rules = [
+ '+..',
scottmg 2015/05/29 23:00:52 This seems weird, this generically allowing third_
Johann 2015/05/29 23:08:06 Some of our internal headers use relative paths: h
+ '+gtest',
+ '+libyuv',
scottmg 2015/05/29 23:00:52 is this third_party/libyuv or third_party/libvpx/.
Johann 2015/05/29 23:08:06 this refers to third_party/libvpx/source/libvpx/th
+ '+test',
+ '+vp8',
+ '+vp9',
+ '+vpx',
+ '+vpx_mem',
+ '+vpx_ports',
+ '+vpx_scale',
+]
« no previous file with comments | « third_party/libvpx/BUILD.gn ('k') | third_party/libvpx/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698