Index: ppapi/ppapi_tests.gyp |
=================================================================== |
--- ppapi/ppapi_tests.gyp (revision 110359) |
+++ ppapi/ppapi_tests.gyp (working copy) |
@@ -7,7 +7,7 @@ |
{ |
'target_name': 'ppapi_example', |
'dependencies': [ |
- 'ppapi.gyp:ppapi_cpp' |
+ 'ppapi_cpp.gyp:ppapi_cpp' |
], |
'xcode_settings': { |
'INFOPLIST_FILE': 'example/Info.plist', |
@@ -143,7 +143,7 @@ |
'tests/test_var_deprecated.h', |
], |
'dependencies': [ |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
'ppapi_internal.gyp:ppapi_shared', |
], |
'run_as': { |
@@ -199,8 +199,8 @@ |
'chromium_code': 1, |
}, |
'dependencies': [ |
- 'ppapi_proxy', |
- 'ppapi_shared', |
+ 'ppapi_internal.gyp:ppapi_proxy', |
+ 'ppapi_internal.gyp:ppapi_shared', |
'../base/base.gyp:test_support_base', |
'../gpu/gpu.gyp:gpu_ipc', |
'../ipc/ipc.gyp:ipc', |
@@ -265,7 +265,7 @@ |
'target_name': 'ppapi_example_mouse_lock', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/mouse_lock/mouse_lock.cc', |
@@ -286,7 +286,7 @@ |
'target_name': 'ppapi_example_cc_stub', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/stub/stub.cc', |
@@ -296,7 +296,7 @@ |
'target_name': 'ppapi_example_audio', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/audio/audio.cc', |
@@ -306,7 +306,7 @@ |
'target_name': 'ppapi_example_file_chooser', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/file_chooser/file_chooser.cc', |
@@ -326,7 +326,7 @@ |
'target_name': 'ppapi_example_ime', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/ime/ime.cc', |
@@ -336,7 +336,7 @@ |
'target_name': 'ppapi_example_paint_manager', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/2d/paint_manager_example.cc', |
@@ -346,7 +346,7 @@ |
'target_name': 'ppapi_example_post_message', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/scripting/post_message.cc', |
@@ -356,7 +356,7 @@ |
'target_name': 'ppapi_example_scroll', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/2d/scroll.cc', |
@@ -366,7 +366,7 @@ |
'target_name': 'ppapi_example_simple_font', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/font/simple_font.cc', |
@@ -376,7 +376,7 @@ |
'target_name': 'ppapi_example_url_loader', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
], |
'sources': [ |
'examples/url_loader/streaming.cc', |
@@ -386,7 +386,7 @@ |
'target_name': 'ppapi_example_gles2', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
'ppapi.gyp:ppapi_gles2', |
'ppapi.gyp:ppapi_egl', |
], |
@@ -402,7 +402,7 @@ |
'target_name': 'ppapi_example_vc', |
'dependencies': [ |
'ppapi_example_skeleton', |
- 'ppapi.gyp:ppapi_cpp', |
+ 'ppapi_cpp.gyp:ppapi_cpp', |
'ppapi.gyp:ppapi_gles2', |
'ppapi.gyp:ppapi_egl', |
], |