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

Side by Side Diff: chrome/common/DEPS

Issue 2843018: Add in support for internal pepper plugins into the PepperPluginRegistry and pepper::PluginModule. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: Add new entrypoint to match ToT ppapi Created 10 years, 6 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | 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 "+grit", # For generated headers 3 "+grit", # For generated headers
4 "+libxml", 4 "+libxml",
5 "+media/audio", 5 "+media/audio",
6 "+remoting/client/plugin",
6 "+sandbox/src", 7 "+sandbox/src",
7 "+skia/include", 8 "+skia/include",
8 "+webkit/default_plugin", 9 "+webkit/default_plugin",
9 "+webkit/glue", 10 "+webkit/glue",
10 11
11 # Other libraries. 12 # Other libraries.
12 "+chrome/third_party/xdg_user_dirs", 13 "+chrome/third_party/xdg_user_dirs",
13 "+third_party/bzip2", 14 "+third_party/bzip2",
14 "+third_party/npapi", 15 "+third_party/npapi",
15 "+third_party/sqlite", 16 "+third_party/sqlite",
16 "+third_party/zlib", 17 "+third_party/zlib",
17 18
18 # FIXME - refactor code and remove these dependencies 19 # FIXME - refactor code and remove these dependencies
19 "+chrome/app", 20 "+chrome/app",
20 "+chrome/installer", 21 "+chrome/installer",
21 ] 22 ]
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/pepper_plugin_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698