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

Side by Side Diff: components/plugins/renderer/DEPS

Issue 116163008: Move the plugin placeholder from CppBoundClass to gin::Wrappable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 years, 11 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 | « components/plugins.gypi ('k') | components/plugins/renderer/mobile_youtube_plugin.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 "+gin",
2 "+net", 3 "+net",
3 4
4 "+content/public/renderer", 5 "+content/public/renderer",
5 "+content/public/common", 6 "+content/public/common",
6 "+content/public/test", 7 "+content/public/test",
7 "+third_party/WebKit/public", 8 "+third_party/WebKit/public",
8 "+third_party/re2", 9 "+third_party/re2",
9 "+skia", 10 "+skia",
10 "+webkit/common", 11 "+webkit/common",
11 "+webkit/renderer",
12 "+ui/base/webui", 12 "+ui/base/webui",
13 ] 13 ]
OLDNEW
« no previous file with comments | « components/plugins.gypi ('k') | components/plugins/renderer/mobile_youtube_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698