Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 162c7a19e4e7736a2ce8921bbf22cd0c98cfaa56..bb9f03ef52adc0f96549cb42689780131e7132f9 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -831,8 +831,6 @@ |
'defines!': ['CONTENT_IMPLEMENTATION'], |
'dependencies': [ |
'components.gyp:autofill_content_browser', |
- 'components.gyp:dom_distiller_content', |
- 'components.gyp:dom_distiller_core', |
'components.gyp:password_manager_content_renderer', |
'components.gyp:pref_registry_test_support', |
'components_resources.gyp:components_resources', |
@@ -847,6 +845,11 @@ |
'../skia/skia.gyp:skia', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
+ |
+ # Dependencies of dom_distiller |
nyquist
2014/09/25 04:55:59
These now become out of order. Was your thought th
kuan
2014/09/25 14:53:06
yes, like @304.
|
+ 'components.gyp:dom_distiller_content', |
+ 'components.gyp:dom_distiller_core', |
+ 'components_strings.gyp:components_strings', |
], |
'include_dirs': [ |
'..', |