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

Side by Side Diff: ppapi/tests/DEPS

Issue 8764004: Add DEPS include rules so we don't accidentally use base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove rules to include self where possible Created 9 years 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 | « ppapi/cpp/trusted/DEPS ('k') | ppapi/tests/pp_thread.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 # ppapi/tests should not be dependent on other parts of chromium; it should stay
2 # browser-neutral as much as possible.
3 include_rules = [
4 "-base",
5 "-build",
6 "-ipc",
7 "-uncode",
8 "-testing",
9 "-ppapi",
10 "+ppapi/c",
11 "+ppapi/cpp",
12 "+ppapi/tests",
13 ]
1 # checkdeps.py shouldn't check include paths for files in clang, which aren't 14 # checkdeps.py shouldn't check include paths for files in clang, which aren't
2 # part of the chrome build. 15 # part of the chrome build.
3 skip_child_includes = [ 16 skip_child_includes = [
4 "clang", 17 "clang",
5 ] 18 ]
OLDNEW
« no previous file with comments | « ppapi/cpp/trusted/DEPS ('k') | ppapi/tests/pp_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698