Chromium Code Reviews| Index: webkit/tools/test_shell/SConscript |
| =================================================================== |
| --- webkit/tools/test_shell/SConscript (revision 6978) |
| +++ webkit/tools/test_shell/SConscript (working copy) |
| @@ -97,6 +97,13 @@ |
| ] |
| ) |
| +if env['PLATFORM'] == 'darwin': |
| + env.Append( |
| + CPPPATH = [ |
| + '$THIRD_PARTY_DIR/WebKit/WebKit/mac/WebCoreSupport', |
| + ], |
| + ) |
| + |
| input_files = [ |
| 'event_sending_controller.cc', |
| 'layout_test_controller.cc', |