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

Side by Side 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, 6 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 unified diff | Download patch
« no previous file with comments | « third_party/libvpx/BUILD.gn ('k') | third_party/libvpx/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 '+..',
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
3 '+gtest',
4 '+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
5 '+test',
6 '+vp8',
7 '+vp9',
8 '+vpx',
9 '+vpx_mem',
10 '+vpx_ports',
11 '+vpx_scale',
12 ]
OLDNEW
« 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