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

Unified Diff: chrome/test/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: 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/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index e2f3c38e5f362864c5779b659f81607053e32cc3..09d821478add47142018c2d6f4cfea8527322558 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -696,7 +696,7 @@ if (!is_android) {
"../browser/extensions/extension_nacl_browsertest.cc",
"../browser/nacl_host/test/gdb_debug_stub_browsertest.cc",
]
- deps += [ "//ppapi/native_client/src/trusted/plugin:nacl_trusted_plugin" ]
+ deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ]
if (enable_nacl_untrusted) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698