Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 748798a1384bed58d8899a7bb58f645c708047d2..8b7e06fd68b0b7fffc4dc69b8ddb425b6b892de3 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -981,9 +981,9 @@ |
}], |
['OS == "linux"', { |
'sources': [ |
- # content_extractor is a standalone content extraction tool built as |
+ # content_extractor_browsertest is a standalone content extraction tool built as |
# a MANUAL component_browsertest. |
- 'dom_distiller/standalone/content_extractor.cc', |
+ 'dom_distiller/standalone/content_extractor_browsertest.cc', |
], |
}], |
['OS=="win"', { |