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

Side by Side Diff: components/nacl/renderer/DEPS

Issue 1090233003: Set up a NaCl load status callback to start replacing "start_module". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use the enum instead of int Created 5 years, 8 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/renderer", 2 "+content/public/renderer",
3 "+native_client/src/public/imc_types.h", # for NaClHandle 3 "+native_client/src/public/imc_types.h", # for NaClHandle
4 # for NaClErrorCode
5 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
4 "+net", 6 "+net",
5 "+ppapi/c", 7 "+ppapi/c",
6 "+ppapi/proxy", 8 "+ppapi/proxy",
7 "+ppapi/shared_impl", 9 "+ppapi/shared_impl",
8 10
9 # TODO(raymes): Once all of the resources are refactored to the new pepper 11 # TODO(raymes): Once all of the resources are refactored to the new pepper
10 # resource model, these includes shouldn't be needed. 12 # resource model, these includes shouldn't be needed.
11 "+ppapi/thunk", 13 "+ppapi/thunk",
12 14
13 "+v8/include", 15 "+v8/include",
14 "+third_party/jsoncpp/source/include/json", 16 "+third_party/jsoncpp/source/include/json",
15 "+third_party/WebKit/public/platform", 17 "+third_party/WebKit/public/platform",
16 "+third_party/WebKit/public/web", 18 "+third_party/WebKit/public/web",
17 ] 19 ]
OLDNEW
« no previous file with comments | « components/nacl/loader/nacl_listener.cc ('k') | components/nacl/renderer/plugin/service_runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698