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

Side by Side Diff: content/gpu/DEPS

Issue 7057027: Updated OMX decoder for recent PPAPI changes, and added to the build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated include guards. Created 9 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 = [ 1 include_rules = [
2 "-chrome", 2 "-chrome",
3 "+chrome/app", 3 "+chrome/app",
4 "+gpu/command_buffer", 4 "+gpu/command_buffer",
5 "+libEGL", 5 "+libEGL",
6 "+libGLESv2", 6 "+libGLESv2",
7 "+media/base", 7 "+media/base",
8 "+media/video", 8 "+media/video",
9 "+sandbox", 9 "+sandbox",
10 "+skia", 10 "+skia",
11 "+third_party/openmax",
12 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698