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

Side by Side Diff: content/public/common/DEPS

Issue 265263004: Mac Video Capture Device: split VCD into VCD and Factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: perkj@s suggestions and nits. Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [
2 "+media/base/media_switches.h",
3 ]
4
1 specific_include_rules = { 5 specific_include_rules = {
2 ".*\.cc": [ 6 ".*\.cc": [
3 "+content/common", 7 "+content/common",
4 ] 8 ],
5 } 9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698