| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 6c4ac20f2a32b0003318b690561a22e6c6b69a83..6805dc01964f5f849294c36c9bdffbac569307ad 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -519,7 +519,12 @@
|
| 'content_shell_lib',
|
| 'test_support_content',
|
| '../base/base.gyp:test_support_base',
|
| + '../ipc/ipc.gyp:test_support_ipc',
|
| '../net/net.gyp:net_test_support',
|
| + '../ppapi/ppapi_internal.gyp:ppapi_host',
|
| + '../ppapi/ppapi_internal.gyp:ppapi_proxy',
|
| + '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| + '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/ui.gyp:ui',
|
| @@ -535,6 +540,7 @@
|
| 'test/content_browser_test.h',
|
| 'test/content_browser_test.cc',
|
| 'test/content_test_launcher.cc',
|
| + 'renderer/pepper/pepper_file_chooser_host_browsertest.cc',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
|
|