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

Side by Side Diff: ppapi/utility/DEPS

Issue 9122012: gcl change rev (Closed) Base URL: svn://chrome-svn/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/tests/testing_instance.h ('k') | ppapi/utility/README.txt » ('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/cpp should not be dependent on other parts of chromium; it should stay 1 # ppapi/cpp 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 "-ppapi", 7 "-ppapi",
8 "+ppapi/c", 8 "+ppapi/c",
9 "-ppapi/c/private", 9 "-ppapi/c/private",
10 "-ppapi/c/trusted", 10 "-ppapi/c/trusted",
11 "+ppapi/cpp", 11 "+ppapi/cpp",
12 "-ppapi/cpp/private", 12 "-ppapi/cpp/private",
13 "-ppapi/cpp/trusted", 13 "-ppapi/cpp/trusted",
14 ] 14 ]
OLDNEW
« no previous file with comments | « ppapi/tests/testing_instance.h ('k') | ppapi/utility/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698