Index: ppapi/ppapi_tests.gyp |
=================================================================== |
--- ppapi/ppapi_tests.gyp (revision 84549) |
+++ ppapi/ppapi_tests.gyp (working copy) |
@@ -7,7 +7,7 @@ |
{ |
'target_name': 'ppapi_example', |
'dependencies': [ |
- 'ppapi_cpp' |
+ 'ppapi.gyp:ppapi_cpp' |
], |
'xcode_settings': { |
'INFOPLIST_FILE': 'example/Info.plist', |
@@ -64,7 +64,7 @@ |
# 'target_name': 'ppapi_example_skeleton', |
# 'type': 'none', |
# 'dependencies': [ |
-# 'ppapi_cpp', |
+# 'ppapi.gyp:ppapi_cpp', |
# ], |
# 'export_dependent_setting': ['ppapi_cpp'], |
# 'direct_dependent_settings': { |
@@ -242,7 +242,7 @@ |
'tests/test_var_deprecated.h', |
], |
'dependencies': [ |
- 'ppapi_cpp' |
+ 'ppapi.gyp:ppapi_cpp' |
], |
'conditions': [ |
['OS=="win"', { |
@@ -289,11 +289,14 @@ |
}, |
'msvs_guid': 'C2BD9365-5BD7-44A7-854E-A49E606BE8E4', |
'dependencies': [ |
- 'ppapi_proxy', |
+ 'ppapi.gyp:ppapi_proxy', |
'../base/base.gyp:test_support_base', |
'../ipc/ipc.gyp:test_support_ipc', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
+ '../ui/gfx/surface/surface.gyp:surface', |
+ '../webkit/support/webkit_support.gyp:glue', |
+ '../webkit/support/webkit_support.gyp:webkit_support', |
], |
'sources': [ |
'proxy/run_all_unittests.cc', |