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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 58853009: Pepper: Add shared Utilities for file systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add IsValid function. Created 7 years, 1 month 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
« no previous file with comments | « ppapi/proxy/file_io_resource.cc ('k') | ppapi/shared_impl/file_system_util.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 "+webkit/common/webpreferences.h", 7 "+webkit/common/webpreferences.h",
8 "+webkit/common/fileapi/file_system_types.h",
8 9
9 # The untrusted build references the NaCl integrated runtime (IRT). 10 # The untrusted build references the NaCl integrated runtime (IRT).
10 "+native_client/src/untrusted/irt", 11 "+native_client/src/untrusted/irt",
11 12
12 "-ppapi/cpp", 13 "-ppapi/cpp",
13 "-ppapi/proxy", 14 "-ppapi/proxy",
14 15
15 # For testing purpose. 16 # For testing purpose.
16 "+ppapi/proxy/ppapi_proxy_test.h", 17 "+ppapi/proxy/ppapi_proxy_test.h",
17 ] 18 ]
OLDNEW
« no previous file with comments | « ppapi/proxy/file_io_resource.cc ('k') | ppapi/shared_impl/file_system_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698