| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'ppapi_tests', | 8 'target_name': 'ppapi_tests', |
| 9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 '../gpu/gpu.gyp:gpu_ipc', | 133 '../gpu/gpu.gyp:gpu_ipc', |
| 134 '../ipc/ipc.gyp:ipc', | 134 '../ipc/ipc.gyp:ipc', |
| 135 '../ipc/ipc.gyp:test_support_ipc', | 135 '../ipc/ipc.gyp:test_support_ipc', |
| 136 '../testing/gmock.gyp:gmock', | 136 '../testing/gmock.gyp:gmock', |
| 137 '../testing/gtest.gyp:gtest', | 137 '../testing/gtest.gyp:gtest', |
| 138 '../ui/surface/surface.gyp:surface', | 138 '../ui/surface/surface.gyp:surface', |
| 139 ], | 139 ], |
| 140 'sources': [ | 140 'sources': [ |
| 141 'proxy/run_all_unittests.cc', | 141 'proxy/run_all_unittests.cc', |
| 142 | 142 |
| 143 'proxy/file_chooser_resource_unittest.cc', |
| 143 'proxy/mock_resource.cc', | 144 'proxy/mock_resource.cc', |
| 144 'proxy/mock_resource.h', | 145 'proxy/mock_resource.h', |
| 145 'proxy/plugin_dispatcher_unittest.cc', | 146 'proxy/plugin_dispatcher_unittest.cc', |
| 146 'proxy/plugin_resource_tracker_unittest.cc', | 147 'proxy/plugin_resource_tracker_unittest.cc', |
| 147 'proxy/plugin_var_tracker_unittest.cc', | 148 'proxy/plugin_var_tracker_unittest.cc', |
| 148 'proxy/ppb_var_unittest.cc', | 149 'proxy/ppb_var_unittest.cc', |
| 149 'proxy/ppp_instance_private_proxy_unittest.cc', | 150 'proxy/ppp_instance_private_proxy_unittest.cc', |
| 150 'proxy/ppp_instance_proxy_unittest.cc', | 151 'proxy/ppp_instance_proxy_unittest.cc', |
| 151 'proxy/ppp_messaging_proxy_unittest.cc', | 152 'proxy/ppp_messaging_proxy_unittest.cc', |
| 152 'proxy/serialized_var_unittest.cc', | 153 'proxy/serialized_var_unittest.cc', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 'dependencies': [ | 401 'dependencies': [ |
| 401 'ppapi_example_skeleton', | 402 'ppapi_example_skeleton', |
| 402 'ppapi.gyp:ppapi_cpp', | 403 'ppapi.gyp:ppapi_cpp', |
| 403 ], | 404 ], |
| 404 'sources': [ | 405 'sources': [ |
| 405 'examples/printing/printing.cc', | 406 'examples/printing/printing.cc', |
| 406 ], | 407 ], |
| 407 }, | 408 }, |
| 408 ], | 409 ], |
| 409 } | 410 } |
| OLD | NEW |