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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 252663002: Track plugin input event latency (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix win & mac build Created 6 years, 6 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
« no previous file with comments | « ppapi/proxy/ppb_instance_proxy.cc ('k') | ppapi/shared_impl/ppapi_globals.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/events",
7 "+webkit/common/webpreferences.h", 8 "+webkit/common/webpreferences.h",
8 "+webkit/common/fileapi/file_system_types.h", 9 "+webkit/common/fileapi/file_system_types.h",
9 10
10 "-ppapi/cpp", 11 "-ppapi/cpp",
11 "-ppapi/proxy", 12 "-ppapi/proxy",
12 13
13 # For testing purpose. 14 # For testing purpose.
14 "+ppapi/proxy/ppapi_proxy_test.h", 15 "+ppapi/proxy/ppapi_proxy_test.h",
15 ] 16 ]
OLDNEW
« no previous file with comments | « ppapi/proxy/ppb_instance_proxy.cc ('k') | ppapi/shared_impl/ppapi_globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698