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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 '../gpu/gpu.gyp:gpu_ipc', | 115 '../gpu/gpu.gyp:gpu_ipc', |
116 '../ipc/ipc.gyp:ipc', | 116 '../ipc/ipc.gyp:ipc', |
117 '../ipc/ipc.gyp:test_support_ipc', | 117 '../ipc/ipc.gyp:test_support_ipc', |
118 '../testing/gmock.gyp:gmock', | 118 '../testing/gmock.gyp:gmock', |
119 '../testing/gtest.gyp:gtest', | 119 '../testing/gtest.gyp:gtest', |
120 '../ui/surface/surface.gyp:surface', | 120 '../ui/surface/surface.gyp:surface', |
121 ], | 121 ], |
122 'sources': [ | 122 'sources': [ |
123 'proxy/run_all_unittests.cc', | 123 'proxy/run_all_unittests.cc', |
124 | 124 |
| 125 'proxy/file_chooser_resource_unittest.cc', |
125 'proxy/mock_resource.cc', | 126 'proxy/mock_resource.cc', |
126 'proxy/mock_resource.h', | 127 'proxy/mock_resource.h', |
127 'proxy/plugin_dispatcher_unittest.cc', | 128 'proxy/plugin_dispatcher_unittest.cc', |
128 'proxy/plugin_resource_tracker_unittest.cc', | 129 'proxy/plugin_resource_tracker_unittest.cc', |
129 'proxy/plugin_var_tracker_unittest.cc', | 130 'proxy/plugin_var_tracker_unittest.cc', |
130 'proxy/ppb_var_unittest.cc', | 131 'proxy/ppb_var_unittest.cc', |
131 'proxy/ppp_instance_private_proxy_unittest.cc', | 132 'proxy/ppp_instance_private_proxy_unittest.cc', |
132 'proxy/ppp_instance_proxy_unittest.cc', | 133 'proxy/ppp_instance_proxy_unittest.cc', |
133 'proxy/ppp_messaging_proxy_unittest.cc', | 134 'proxy/ppp_messaging_proxy_unittest.cc', |
134 'proxy/serialized_var_unittest.cc', | 135 'proxy/serialized_var_unittest.cc', |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'dependencies': [ | 383 'dependencies': [ |
383 'ppapi_example_skeleton', | 384 'ppapi_example_skeleton', |
384 'ppapi.gyp:ppapi_cpp', | 385 'ppapi.gyp:ppapi_cpp', |
385 ], | 386 ], |
386 'sources': [ | 387 'sources': [ |
387 'examples/printing/printing.cc', | 388 'examples/printing/printing.cc', |
388 ], | 389 ], |
389 }, | 390 }, |
390 ], | 391 ], |
391 } | 392 } |
OLD | NEW |