Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 1e43a95f354e1a732e30472a852331e82077ad5c..6f14587b6f27d217b48a543f37e81b3faf498a55 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -997,10 +997,8 @@ if (!is_android) { |
] |
if (is_chromeos) { |
sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc" ] |
- deps += [ |
- "//chrome/browser/chromeos", |
- #'../third_party/liblouis/liblouis_nacl.gyp:liblouis_test_data', TODO(GYP) bug 512906 |
- ] |
+ deps += [ "//chrome/browser/chromeos" ] |
+ data_deps += [ "//third_party/liblouis:liblouis_test_data" ] |
} |
} |
if (is_win || is_linux) { |