OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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_example', | 8 'target_name': 'ppapi_example', |
9 'dependencies': [ | 9 'dependencies': [ |
10 'ppapi.gyp:ppapi_cpp' | 10 'ppapi.gyp:ppapi_cpp' |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'proxy/plugin_resource_tracker_unittest.cc', | 213 'proxy/plugin_resource_tracker_unittest.cc', |
214 'proxy/plugin_var_tracker_unittest.cc', | 214 'proxy/plugin_var_tracker_unittest.cc', |
215 'proxy/ppapi_proxy_test.cc', | 215 'proxy/ppapi_proxy_test.cc', |
216 'proxy/ppapi_proxy_test.h', | 216 'proxy/ppapi_proxy_test.h', |
217 'proxy/ppb_var_unittest.cc', | 217 'proxy/ppb_var_unittest.cc', |
218 'proxy/ppp_instance_private_proxy_unittest.cc', | 218 'proxy/ppp_instance_private_proxy_unittest.cc', |
219 'proxy/ppp_instance_proxy_unittest.cc', | 219 'proxy/ppp_instance_proxy_unittest.cc', |
220 'proxy/ppp_messaging_proxy_unittest.cc', | 220 'proxy/ppp_messaging_proxy_unittest.cc', |
221 'proxy/serialized_var_unittest.cc', | 221 'proxy/serialized_var_unittest.cc', |
222 'shared_impl/resource_tracker_unittest.cc', | 222 'shared_impl/resource_tracker_unittest.cc', |
223 'shared_impl/test_globals.cc', | |
224 'shared_impl/test_globals.h', | |
225 ], | 223 ], |
226 }, | 224 }, |
227 { | 225 { |
228 'target_name': 'ppapi_example_skeleton', | 226 'target_name': 'ppapi_example_skeleton', |
229 'suppress_wildcard': 1, | 227 'suppress_wildcard': 1, |
230 'type': 'none', | 228 'type': 'none', |
231 'direct_dependent_settings': { | 229 'direct_dependent_settings': { |
232 'product_name': '>(_target_name)', | 230 'product_name': '>(_target_name)', |
233 'conditions': [ | 231 'conditions': [ |
234 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS
=="android"', { | 232 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS
=="android"', { |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 'lib/gl/include', | 400 'lib/gl/include', |
403 ], | 401 ], |
404 'sources': [ | 402 'sources': [ |
405 'examples/video_capture/video_capture.cc', | 403 'examples/video_capture/video_capture.cc', |
406 ], | 404 ], |
407 }, | 405 }, |
408 ], | 406 ], |
409 }] | 407 }] |
410 ] | 408 ] |
411 } | 409 } |
OLD | NEW |