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

Side by Side Diff: mojo/services/public/cpp/view_manager/lib/DEPS

Issue 534843002: Convert view manager to surfaces with uploading shim in client lib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove overzealous shutdown check in cc/surfaces, add NON_EXPORTED_BASE for windows build, saturate… Created 6 years, 3 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 "+cc/surfaces/surface_id.h",
3 "+cc/surfaces/surface_id_allocator.h",
4 "+gpu/GLES2",
5 "+gpu/command_buffer/common/mailbox.h",
2 "+mojo/geometry", 6 "+mojo/geometry",
7 "+third_party/khronos/GLES2",
3 "+third_party/skia", 8 "+third_party/skia",
4 "+ui/gfx", 9 "+ui/gfx",
5 ] 10 ]
6 11
7 specific_include_rules = { 12 specific_include_rules = {
8 "view_manager_test_suite.cc": [ 13 "view_manager_test_suite.cc": [
9 "+mojo/services/native_viewport/native_viewport.h", 14 "+mojo/services/native_viewport/native_viewport.h",
10 "+ui/gl", 15 "+ui/gl",
11 ], 16 ],
12 } 17 }
OLDNEW
« no previous file with comments | « mojo/services/public/cpp/view_manager/BUILD.gn ('k') | mojo/services/public/cpp/view_manager/lib/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698