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

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

Issue 1859403002: Avoid GpuPreferences exposed in content public gpu interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address jam's comments Created 4 years, 8 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
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 ".*\.cc": [ 2 ".*\.cc": [
3 "+content/common", 3 "+content/common",
4 "+content/gpu",
4 ], 5 ],
5 "gpu_video_decode_accelerator_factory.h": [ 6 "gpu_video_decode_accelerator_factory.h": [
6 "+gpu", 7 "+gpu",
7 "+media", 8 "+media",
8 ], 9 ],
9 } 10 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/gpu/gpu_video_decode_accelerator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698