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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 424213006: Extract PepperFileSystemTypeToFileSystemType() from ppapi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: looks like CONTENT_EXPORT is not needed? Created 6 years, 4 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 | Annotate | Revision Log
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 "+ui/events",
8 "+webkit/common/fileapi/file_system_types.h",
9 8
10 "-ppapi/cpp", 9 "-ppapi/cpp",
11 "-ppapi/proxy", 10 "-ppapi/proxy",
12 11
13 # For testing purpose. 12 # For testing purpose.
14 "+ppapi/proxy/ppapi_proxy_test.h", 13 "+ppapi/proxy/ppapi_proxy_test.h",
15 ] 14 ]
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_file_system_host.cc ('k') | ppapi/shared_impl/file_system_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698