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

Side by Side Diff: ppapi/DEPS

Issue 10797018: Re-enabling checkdeps for most of ppapi + nacl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 4 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 | « gpu/DEPS ('k') | ppapi/native_client/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 "+third_party/skia", 2 "+third_party/skia",
3 "+third_party/WebKit/Source/WebKit/chromium/public", 3 "+third_party/WebKit/Source/WebKit/chromium/public",
4 ] 4 ]
5
6 # checkdeps.py shouldn't check include paths for files in these dirs:
7 skip_child_includes = [
8 # TODO(bradnelson): fix these to comply, once migration is complete.
9 # http://code.google.com/p/chromium/issues/detail?id=93520
10 "native_client",
11 ]
OLDNEW
« no previous file with comments | « gpu/DEPS ('k') | ppapi/native_client/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698