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

Side by Side Diff: ppapi/native_client/DEPS

Issue 10914053: Relocating files in the nacl repo that belong in chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak windows Created 8 years, 3 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
1 include_rules = [ 1 include_rules = [
2 "+native_client/src/include", 2 "+native_client/src/include",
3 "+native_client/src/shared/platform", 3 "+native_client/src/shared/platform",
4 4
5 # TODO(bradnelson): Eliminate these as they are actually incorrectly rooted 5 # TODO(bradnelson): Eliminate these as they are actually incorrectly rooted
6 # internal references. 6 # internal references.
7 "+native_client/src/shared/ppapi_proxy", 7 "+native_client/src/shared/ppapi_proxy",
8 "+native_client/src/shared/srpc",
9 "+native_client/src/trusted/weak_ref",
10 "+native_client/src/untrusted",
8 "+native_client/tests/ppapi_geturl", 11 "+native_client/tests/ppapi_geturl",
9 "+native_client/tests/ppapi_test_lib", 12 "+native_client/tests/ppapi_test_lib",
10 "+srpcgen", 13 "+srpcgen",
11 "+trusted/srpcgen", 14 "+trusted/srpcgen",
12 "+untrusted/srpcgen", 15 "+untrusted/srpcgen",
13 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698