Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1492)

Unified Diff: components/components_tests.gyp

Issue 917663002: Rename content_extractor.cc to content_extractor_browsertest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/dom_distiller/standalone/content_extractor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « no previous file | components/dom_distiller/standalone/content_extractor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698