| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'proxy/plugin_resource_tracker_unittest.cc', | 170 'proxy/plugin_resource_tracker_unittest.cc', |
| 171 'proxy/plugin_var_tracker_unittest.cc', | 171 'proxy/plugin_var_tracker_unittest.cc', |
| 172 'proxy/ppb_var_unittest.cc', | 172 'proxy/ppb_var_unittest.cc', |
| 173 'proxy/ppp_instance_private_proxy_unittest.cc', | 173 'proxy/ppp_instance_private_proxy_unittest.cc', |
| 174 'proxy/ppp_instance_proxy_unittest.cc', | 174 'proxy/ppp_instance_proxy_unittest.cc', |
| 175 'proxy/ppp_messaging_proxy_unittest.cc', | 175 'proxy/ppp_messaging_proxy_unittest.cc', |
| 176 'proxy/printing_resource_unittest.cc', | 176 'proxy/printing_resource_unittest.cc', |
| 177 'proxy/raw_var_data_unittest.cc', | 177 'proxy/raw_var_data_unittest.cc', |
| 178 'proxy/serialized_var_unittest.cc', | 178 'proxy/serialized_var_unittest.cc', |
| 179 'proxy/talk_resource_unittest.cc', | 179 'proxy/talk_resource_unittest.cc', |
| 180 'proxy/tracked_callback_unittest.cc', |
| 180 'proxy/video_decoder_resource_unittest.cc', | 181 'proxy/video_decoder_resource_unittest.cc', |
| 181 'proxy/websocket_resource_unittest.cc', | 182 'proxy/websocket_resource_unittest.cc', |
| 182 'shared_impl/media_stream_audio_track_shared_unittest.cc', | 183 'shared_impl/media_stream_audio_track_shared_unittest.cc', |
| 183 'shared_impl/media_stream_buffer_manager_unittest.cc', | 184 'shared_impl/media_stream_buffer_manager_unittest.cc', |
| 184 'shared_impl/media_stream_video_track_shared_unittest.cc', | 185 'shared_impl/media_stream_video_track_shared_unittest.cc', |
| 185 'shared_impl/proxy_lock_unittest.cc', | 186 'shared_impl/proxy_lock_unittest.cc', |
| 186 'shared_impl/resource_tracker_unittest.cc', | 187 'shared_impl/resource_tracker_unittest.cc', |
| 187 'shared_impl/thread_aware_callback_unittest.cc', | 188 'shared_impl/thread_aware_callback_unittest.cc', |
| 188 'shared_impl/time_conversion_unittest.cc', | 189 'shared_impl/time_conversion_unittest.cc', |
| 189 'shared_impl/tracked_callback_unittest.cc', | |
| 190 'shared_impl/var_tracker_unittest.cc', | 190 'shared_impl/var_tracker_unittest.cc', |
| 191 ], | 191 ], |
| 192 'conditions': [ | 192 'conditions': [ |
| 193 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { | 193 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { |
| 194 'conditions': [ | 194 'conditions': [ |
| 195 [ 'use_allocator!="none"', { | 195 [ 'use_allocator!="none"', { |
| 196 'dependencies': [ | 196 'dependencies': [ |
| 197 '../base/allocator/allocator.gyp:allocator', | 197 '../base/allocator/allocator.gyp:allocator', |
| 198 ], | 198 ], |
| 199 }], | 199 }], |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 'lib/gl/include', | 583 'lib/gl/include', |
| 584 ], | 584 ], |
| 585 'sources': [ | 585 'sources': [ |
| 586 'examples/compositor/compositor.cc', | 586 'examples/compositor/compositor.cc', |
| 587 'examples/compositor/spinning_cube.cc', | 587 'examples/compositor/spinning_cube.cc', |
| 588 'examples/compositor/spinning_cube.h', | 588 'examples/compositor/spinning_cube.h', |
| 589 ], | 589 ], |
| 590 }, | 590 }, |
| 591 ], | 591 ], |
| 592 } | 592 } |
| OLD | NEW |