Index: extensions/BUILD.gn |
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn |
index b1e69d27a601735725701718146a837e2170080a..ee2d4504531775a83e70da7bad7cbdc1c17afd59 100644 |
--- a/extensions/BUILD.gn |
+++ b/extensions/BUILD.gn |
@@ -214,6 +214,13 @@ test("extensions_browsertests") { |
"//third_party/mojo/src/mojo/public/cpp/bindings", |
] |
+ if (is_chromeos) { |
+ sources += rebase_path( |
+ extensions_tests_gypi_values.extensions_browsertests_sources_chromeos, |
+ ".", |
+ "//extensions") |
+ } |
+ |
if (is_win) { |
deps += [ "//base/allocator" ] |
} |