| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 188141a81479cf9d8d2429fcbf6e2367db11fb0a..61bdc911a9159024d3c237efbe05d71422b2a9f4 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -479,7 +479,7 @@
|
| 'browser/media/media_internals_unittest.cc',
|
| 'browser/media/midi_host_unittest.cc',
|
| 'browser/media/webrtc_identity_store_unittest.cc',
|
| - 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
|
| + 'browser/net/quota_policy_cookie_store_unittest.cc',
|
| 'browser/notification_service_impl_unittest.cc',
|
| 'browser/notifications/notification_database_data_unittest.cc',
|
| 'browser/notifications/notification_database_unittest.cc',
|
| @@ -978,6 +978,7 @@
|
| '../device/battery/battery.gyp:device_battery',
|
| '../device/battery/battery.gyp:device_battery_mojo_bindings',
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| + '../net/net.gyp:net_extras',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| '../sql/sql.gyp:sql',
|
| @@ -1252,7 +1253,6 @@
|
| '..',
|
| ],
|
| 'sources': [
|
| - 'browser/net/sqlite_persistent_cookie_store_perftest.cc',
|
| 'browser/renderer_host/input/input_router_impl_perftest.cc',
|
| 'common/cc_messages_perftest.cc',
|
| 'common/discardable_shared_memory_heap_perftest.cc',
|
|
|