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

Side by Side Diff: examples/ganesh_app/DEPS

Issue 728593003: Add a sample app that draws with Ganesh (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "+gpu/GLES2", 4 "+gpu/GLES2",
5 "+gpu/command_buffer/client", 5 "+gpu/command_buffer/client",
6 "+gpu/command_buffer/common", 6 "+gpu/command_buffer/common",
7 "+third_party/khronos/GLES2", 7 "+third_party/khronos/GLES2",
8 "+third_party/skia/include", 8 "+third_party/skia/include",
9 "+ui/gfx", 9 "+ui/gfx",
10 "+gpu/skia_bindings",
jamesr 2014/11/14 00:36:42 sort please
abarth-chromium 2014/11/14 00:40:14 Done.
11 "+skia/ext",
10 ] 12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698