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

Side by Side Diff: ppapi/utility/DEPS

Issue 9030001: Move paint aggregator and the completion callback factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS Created 8 years, 11 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
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 "-ppapi",
8 "+ppapi/c",
9 "-ppapi/c/private",
10 "-ppapi/c/trusted",
11 "+ppapi/cpp",
12 "-ppapi/cpp/private",
13 "-ppapi/cpp/trusted",
14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698