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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 2136743002: Simplify ppapi Graphics3D size propagation a bit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_attr_parse_to_pepper
Patch Set: fix win64+gyp build Created 4 years, 5 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 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+gpu", 3 "+gpu",
4 "+media/audio", 4 "+media/audio",
5 "+media/base", 5 "+media/base",
6 "+skia", 6 "+skia",
7 "+ui/gfx/geometry",
7 8
8 "-ppapi/cpp", 9 "-ppapi/cpp",
9 "-ppapi/proxy", 10 "-ppapi/proxy",
10 11
11 # For testing purpose. 12 # For testing purpose.
12 "+ppapi/proxy/ppapi_proxy_test.h", 13 "+ppapi/proxy/ppapi_proxy_test.h",
13 ] 14 ]
OLDNEW
« no previous file with comments | « ppapi/proxy/video_decoder_resource_unittest.cc ('k') | ppapi/shared_impl/ppb_graphics_3d_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698