| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index b323084135768a3d6320fb82aff91963cfd2a94f..bb267699754e157fe7ad0a9ce35830fd2ef18301 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -280,9 +280,9 @@ group("child_dependencies") {
|
| deps += [ "//third_party/cld_2:cld2_platform_impl" ]
|
| }
|
|
|
| - # TODO(gyp) if (enable_nacl) {
|
| - # deps += [ "<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_plugin" ]
|
| - #}
|
| + if (enable_nacl) {
|
| + deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ]
|
| + }
|
| if (enable_remoting) {
|
| deps += [ "//remoting/client/plugin" ]
|
| }
|
|
|