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

Side by Side Diff: ppapi/cpp/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/c/DEPS ('k') | ppapi/cpp/file_io.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # ppapi/cpp 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/c/private",
12 "-ppapi/c/trusted",
13 "+ppapi/cpp",
14 "-ppapi/cpp/private",
15 "-ppapi/cpp/trusted",
16 ]
OLDNEW
« no previous file with comments | « ppapi/c/DEPS ('k') | ppapi/cpp/file_io.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698