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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: rebase and address comments Created 3 years, 8 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 "+device/gamepad/public/cpp",
3 "+gpu", 4 "+gpu",
4 "+media/audio", 5 "+media/audio",
5 "+media/base", 6 "+media/base",
6 "+skia", 7 "+skia",
7 "+ui/gfx/geometry", 8 "+ui/gfx/geometry",
8 9
9 "-ppapi/cpp", 10 "-ppapi/cpp",
10 "-ppapi/proxy", 11 "-ppapi/proxy",
11 12
12 # For testing purpose. 13 # For testing purpose.
13 "+ppapi/proxy/ppapi_proxy_test.h", 14 "+ppapi/proxy/ppapi_proxy_test.h",
14 ] 15 ]
OLDNEW
« no previous file with comments | « device/vr/android/gvr/gvr_gamepad_data_fetcher.cc ('k') | ppapi/shared_impl/ppb_gamepad_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698