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

Side by Side Diff: ppapi/shared_impl/DEPS

Issue 357203003: Move webpreferences.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 "+content/public/common/webpreferences.h",
3 "+gpu", 4 "+gpu",
4 "+media/audio", 5 "+media/audio",
5 "+media/base", 6 "+media/base",
6 "+skia", 7 "+skia",
7 "+ui/events", 8 "+ui/events",
8 "+webkit/common/webpreferences.h",
9 "+webkit/common/fileapi/file_system_types.h", 9 "+webkit/common/fileapi/file_system_types.h",
10 10
11 "-ppapi/cpp", 11 "-ppapi/cpp",
12 "-ppapi/proxy", 12 "-ppapi/proxy",
13 13
14 # For testing purpose. 14 # For testing purpose.
15 "+ppapi/proxy/ppapi_proxy_test.h", 15 "+ppapi/proxy/ppapi_proxy_test.h",
16 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698