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

Side by Side Diff: chrome/common/DEPS

Issue 6628019: Ensure that PP_Instance values are unique within a plugin process in addition... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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
« no previous file with comments | « no previous file | chrome/common/pepper_plugin_registry.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 "+chrome/plugin", # For checking whether we're a plugin process. 2 "+chrome/plugin", # For checking whether we're a plugin process.
3 "+chrome/default_plugin", 3 "+chrome/default_plugin",
4 "+grit", # For generated headers 4 "+grit", # For generated headers
5 "+libxml", 5 "+libxml",
6 "+media/audio", 6 "+media/audio",
7 "+media/base", 7 "+media/base",
8 "+ppapi/c", # For various types. 8 "+ppapi/c", # For various types.
9 "+ppapi/proxy",
9 "+remoting/client/plugin", 10 "+remoting/client/plugin",
10 "+sandbox/src", 11 "+sandbox/src",
11 "+skia", 12 "+skia",
12 "+webkit/glue", 13 "+webkit/glue",
13 "+webkit/plugins", 14 "+webkit/plugins",
14 15
15 # Other libraries. 16 # Other libraries.
16 "+chrome/third_party/xdg_user_dirs", 17 "+chrome/third_party/xdg_user_dirs",
17 "+third_party/bzip2", 18 "+third_party/bzip2",
18 "+third_party/npapi", 19 "+third_party/npapi",
19 "+third_party/sqlite", 20 "+third_party/sqlite",
20 "+third_party/zlib", 21 "+third_party/zlib",
21 22
22 # FIXME - refactor code and remove these dependencies 23 # FIXME - refactor code and remove these dependencies
23 "+chrome/installer", 24 "+chrome/installer",
24 ] 25 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/common/pepper_plugin_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698