Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: webkit/tools/test_shell/SConscript

Issue 14113: Remove few more errors in mac scons build. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/port/platform/image-decoders/png/PNGImageDecoder.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « webkit/port/platform/image-decoders/png/PNGImageDecoder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698