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

Side by Side Diff: webkit/glue/DEPS

Issue 21025: Fix the dependency checker tool. Rules for a directory did modify their direc... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 10 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 | « webkit/DEPS ('k') | webkit/tools/DEPS » ('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 "+skia/ext",
3 "+skia/include",
2 "+webkit/tools/test_shell", # Needed for test shell tests. 4 "+webkit/tools/test_shell", # Needed for test shell tests.
3 5
4 # This is not actually a directory, but npruntime_util.cc includes a file 6 # This is not actually a directory, but npruntime_util.cc includes a file
5 # from WebKit starting with this path in JSCore mode. 7 # from WebKit starting with this path in JSCore mode.
6 "+bindings/c", 8 "+bindings/c",
9
10 # FIXME - refactor code and remove these dependencies
11 "+chrome/browser",
12 "+chrome/common",
7 ] 13 ]
OLDNEW
« no previous file with comments | « webkit/DEPS ('k') | webkit/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698