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

Side by Side Diff: remoting/DEPS

Issue 10248005: Don't make checkdeps ignore includes to directories that are brought in via deps. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove file from other cl Created 8 years, 7 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 | « printing/DEPS ('k') | tools/checkdeps/checkdeps.py » ('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 # Hack for NPAPI policy support. REMOVE ASAP. 2 # Hack for NPAPI policy support. REMOVE ASAP.
3 # Bug: http://crbug.com/92576 3 # Bug: http://crbug.com/92576
4 "+content/common", 4 "+content/common",
5 5
6 "+crypto", 6 "+crypto",
7 "+media/base", 7 "+media/base",
8 8
9 "-remoting", 9 "-remoting",
10 "+remoting/base", 10 "+remoting/base",
11 "+remoting/proto", 11 "+remoting/proto",
12 "+skia/config", 12 "+skia/config",
13 "+skia/ext", 13 "+skia/ext",
14 "+third_party/GTM", 14 "+third_party/GTM",
15 "+third_party/GTM/AppKit", 15 "+third_party/GTM/AppKit",
16 "+third_party/libjingle",
17 "+third_party/libvpx",
16 "+third_party/skia/include/core", 18 "+third_party/skia/include/core",
17 ] 19 ]
OLDNEW
« no previous file with comments | « printing/DEPS ('k') | tools/checkdeps/checkdeps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698