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

Side by Side Diff: webkit/tools/DEPS

Issue 113147: Also scan .m and .mm files in checkdeps.py (Closed)
Patch Set: updat Created 11 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
« no previous file with comments | « tools/checkdeps/checkdeps.py ('k') | webkit/tools/test_shell/simple_clipboard_impl.cc » ('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 "+chrome/common", 2 "+chrome/common",
3 "+skia/ext", 3 "+skia/ext",
4
5 # Allow inclusion of WebKit mac headers.
6 # This may need to be cleaned up, see http://crbug.com/12149
7 "+mac",
4 ] 8 ]
OLDNEW
« no previous file with comments | « tools/checkdeps/checkdeps.py ('k') | webkit/tools/test_shell/simple_clipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698