| 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 += [
 | 
| 
 |