| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 1db6c19f2a01e1e6c9efbb19e2430f61a12542b1..b9b26a45e86a14237114fe5f8c562ed309de6320 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -615,6 +615,7 @@
|
| 'child/fileapi/webfilewriter_base_unittest.cc',
|
| 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
|
| 'child/indexed_db/webidbcursor_impl_unittest.cc',
|
| + 'child/multipart_response_delegate_unittest.cc',
|
| 'child/npapi/plugin_lib_unittest.cc',
|
| 'child/power_monitor_broadcast_source_unittest.cc',
|
| 'child/resource_dispatcher_unittest.cc',
|
| @@ -694,7 +695,6 @@
|
| 'test/image_decoder_test.cc',
|
| 'test/image_decoder_test.h',
|
| 'test/run_all_unittests.cc',
|
| - '../webkit/child/multipart_response_delegate_unittest.cc',
|
| ],
|
| 'conditions': [
|
| ['OS == "ios"', {
|
|
|