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

Unified 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: review 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 side-by-side diff with in-line comments
Download patch
Index: components/nacl/renderer/DEPS
diff --git a/components/nacl/renderer/DEPS b/components/nacl/renderer/DEPS
index 889a36b742a30f3cdedac3126f3b10904cb946b5..483376bee7a5cabde9656c462ffdb8d72d19d9d7 100644
--- a/components/nacl/renderer/DEPS
+++ b/components/nacl/renderer/DEPS
@@ -1,6 +1,8 @@
include_rules = [
"+content/public/renderer",
"+native_client/src/public/imc_types.h", # for NaClHandle
+ # for NaClErrorCode
+ "+native_client/src/trusted/service_runtime/nacl_error_code.h",
"+net",
"+ppapi/c",
"+ppapi/proxy",

Powered by Google App Engine
This is Rietveld 408576698