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

Side by Side Diff: webkit/glue/DEPS

Issue 8511058: Export symbols from content.dll that are depended upon by chrome.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Removed renderer_glue.cc Created 9 years, 1 month 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 | webkit/glue/resource_loader_bridge.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 # This is currently required for the shared component build.
3 # TODO(dpranke): Remove when no longer needed (bug: 103896).
4 "+content/common/content_export.h",
2 "+gpu", 5 "+gpu",
3 "+media", 6 "+media",
4 "+skia/ext", 7 "+skia/ext",
5 "+skia/include", 8 "+skia/include",
6 "+ui", 9 "+ui",
7 "+webkit/tools/test_shell", # Needed for test shell tests. 10 "+webkit/tools/test_shell", # Needed for test shell tests.
8 11
9 # This is not actually a directory, but npruntime_util.cc includes a file 12 # This is not actually a directory, but npruntime_util.cc includes a file
10 # from WebKit starting with this path in JSCore mode. 13 # from WebKit starting with this path in JSCore mode.
11 "+bindings/c", 14 "+bindings/c",
12 ] 15 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/resource_loader_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698