Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index 520031bf39bdec7f8e333204a76e6b529fddbc35..0320e1f7ac9c3cc4d3980de9d1c5f8a675d863f0 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -521,7 +521,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', |
| @@ -537,6 +542,7 @@ |
| 'test/content_browser_test.h', |
| 'test/content_browser_test.cc', |
| 'test/content_test_launcher.cc', |
| + 'renderer/pepper/pepper_file_chooser_host_browsertest.cc', |
|
jam
2012/07/18 00:52:19
did you mean to add this to content_unittests targ
brettw
2012/07/18 19:15:33
Do I lose anything by moving it? I thought I neede
jam
2012/07/18 21:45:40
I'm not sure what you mean by needing a browsertes
|
| ], |
| 'conditions': [ |
| ['OS=="win"', { |