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

Unified Diff: chrome/BUILD.gn

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: Rebase + #include order 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/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b1fd8a78aa6fe5107a4303d181715a453fd95c9b..792eb80b4688592b868b7f7bed534647bd292273 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -232,7 +232,7 @@ group("child_dependencies") {
}
# TODO(gyp) if (enable_nacl) {
- # deps += [ "<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_trusted_plugin" ]
+ # deps += [ "<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin" ]
#}
if (enable_remoting) {
deps += [ "//remoting/client/plugin" ]
« no previous file with comments | « .gitignore ('k') | chrome/app/BUILD.gn » ('j') | components/nacl/renderer/plugin/module_ppapi.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698