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

Side by Side Diff: content/gpu/DEPS

Issue 10128002: Retrieve Windows performance assessment information from results files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments and braces. Created 8 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 "+libxml", # For parsing WinSAT results files
7 "+sandbox", 8 "+sandbox",
8 "+skia", 9 "+skia",
9 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698