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

Unified Diff: chrome/app/DEPS

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update #include guards Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/DEPS
diff --git a/chrome/app/DEPS b/chrome/app/DEPS
index 0f235c4a70f5753058c920a3df38fafd54303ff1..c137446ead033e0adc5a31add6bd3c228fd83dbc 100644
--- a/chrome/app/DEPS
+++ b/chrome/app/DEPS
@@ -15,6 +15,7 @@ include_rules = [
"+components/browser_watcher",
"+components/metrics/client_info.h",
"+components/nacl/common",
+ "+components/nacl/renderer/plugin/ppapi_entrypoints.h",
"+components/nacl/zygote",
"+components/startup_metric_utils",
"+content/public/app",
@@ -23,7 +24,6 @@ include_rules = [
"+grit", # For generated headers
"+native_client/src/trusted/service_runtime/osx",
"+policy", # For generated headers and source
- "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h",
"+remoting/client/plugin",
"+sandbox",
]

Powered by Google App Engine
This is Rietveld 408576698