| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index 5c9c241d4eb15ddfd6f2bb8003c55382605bc50e..51238cc132d4b5601be4eeba0cb75f55416afb92 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -138,9 +138,7 @@ static_library("common") {
|
| }
|
|
|
| if (enable_nacl) {
|
| - deps += [
|
| - #'<(DEPTH)/components/nacl.gyp:nacl_common', TODO(GYP)
|
| - ]
|
| + deps += [ "//components/nacl:nacl_common" ]
|
| }
|
|
|
| # Printing.
|
| @@ -287,9 +285,7 @@ static_library("constants") {
|
| ]
|
|
|
| if (enable_nacl) {
|
| - deps += [
|
| - #'../components/nacl.gyp:nacl_switches', TODO(GYP)
|
| - ]
|
| + deps += [ "//components/nacl:nacl_switches" ]
|
| }
|
| }
|
|
|
|
|