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

Side by Side Diff: ppapi/tests/DEPS

Issue 9086003: Revert 116281 - Move paint aggregator and the completion callback factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « ppapi/proxy/ppb_video_decoder_proxy.h ('k') | ppapi/tests/all_cpp_includes.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 1 # ppapi/tests should not be dependent on other parts of chromium; it should stay
2 # browser-neutral as much as possible. 2 # browser-neutral as much as possible.
3 include_rules = [ 3 include_rules = [
4 "-base", 4 "-base",
5 "-build", 5 "-build",
6 "-ipc", 6 "-ipc",
7 "-uncode", 7 "-uncode",
8 "-testing", 8 "-testing",
9 "-ppapi", 9 "-ppapi",
10 "+ppapi/c", 10 "+ppapi/c",
11 "+ppapi/cpp", 11 "+ppapi/cpp",
12 "+ppapi/tests", 12 "+ppapi/tests",
13 "+ppapi/utility",
14 ] 13 ]
15 # 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
16 # part of the chrome build. 15 # part of the chrome build.
17 skip_child_includes = [ 16 skip_child_includes = [
18 "clang", 17 "clang",
19 ] 18 ]
OLDNEW
« no previous file with comments | « ppapi/proxy/ppb_video_decoder_proxy.h ('k') | ppapi/tests/all_cpp_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698