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

Side by Side Diff: webkit/glue/plugins/DEPS

Issue 5998002: Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 "+app",
3 "+ppapi", 2 "+ppapi",
4 3
5 # Files in this directory must not depend on the proxy, because the proxy 4 # Files in this directory must not depend on the proxy, because the proxy
6 # depends on IPC which we don't want to have in /webkit. 5 # depends on IPC which we don't want to have in /webkit.
7 "-ppapi/proxy", 6 "-ppapi/proxy",
8 7
9 "+printing", 8 "+printing",
10 "+skia",
11 ] 9 ]
OLDNEW
« no previous file with comments | « chrome/test/plugin/plugin_test.cpp ('k') | webkit/glue/plugins/carbon_plugin_window_tracker_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698