Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 923263003: PPAPI: Make TrackedCallback more threadsafe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ppapi/BUILD.gn ('k') | ppapi/proxy/tracked_callback_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 # GN version: //ppapi:ppapi_tests 8 # GN version: //ppapi:ppapi_tests
9 'target_name': 'ppapi_tests', 9 'target_name': 'ppapi_tests',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'proxy/plugin_resource_tracker_unittest.cc', 171 'proxy/plugin_resource_tracker_unittest.cc',
172 'proxy/plugin_var_tracker_unittest.cc', 172 'proxy/plugin_var_tracker_unittest.cc',
173 'proxy/ppb_var_unittest.cc', 173 'proxy/ppb_var_unittest.cc',
174 'proxy/ppp_instance_private_proxy_unittest.cc', 174 'proxy/ppp_instance_private_proxy_unittest.cc',
175 'proxy/ppp_instance_proxy_unittest.cc', 175 'proxy/ppp_instance_proxy_unittest.cc',
176 'proxy/ppp_messaging_proxy_unittest.cc', 176 'proxy/ppp_messaging_proxy_unittest.cc',
177 'proxy/printing_resource_unittest.cc', 177 'proxy/printing_resource_unittest.cc',
178 'proxy/raw_var_data_unittest.cc', 178 'proxy/raw_var_data_unittest.cc',
179 'proxy/serialized_var_unittest.cc', 179 'proxy/serialized_var_unittest.cc',
180 'proxy/talk_resource_unittest.cc', 180 'proxy/talk_resource_unittest.cc',
181 'proxy/tracked_callback_unittest.cc',
181 'proxy/video_decoder_resource_unittest.cc', 182 'proxy/video_decoder_resource_unittest.cc',
182 'proxy/video_encoder_resource_unittest.cc', 183 'proxy/video_encoder_resource_unittest.cc',
183 'proxy/websocket_resource_unittest.cc', 184 'proxy/websocket_resource_unittest.cc',
184 'shared_impl/media_stream_audio_track_shared_unittest.cc', 185 'shared_impl/media_stream_audio_track_shared_unittest.cc',
185 'shared_impl/media_stream_buffer_manager_unittest.cc', 186 'shared_impl/media_stream_buffer_manager_unittest.cc',
186 'shared_impl/media_stream_video_track_shared_unittest.cc', 187 'shared_impl/media_stream_video_track_shared_unittest.cc',
187 'shared_impl/proxy_lock_unittest.cc', 188 'shared_impl/proxy_lock_unittest.cc',
188 'shared_impl/resource_tracker_unittest.cc', 189 'shared_impl/resource_tracker_unittest.cc',
189 'shared_impl/thread_aware_callback_unittest.cc', 190 'shared_impl/thread_aware_callback_unittest.cc',
190 'shared_impl/time_conversion_unittest.cc', 191 'shared_impl/time_conversion_unittest.cc',
191 'shared_impl/tracked_callback_unittest.cc',
192 'shared_impl/var_tracker_unittest.cc', 192 'shared_impl/var_tracker_unittest.cc',
193 ], 193 ],
194 'conditions': [ 194 'conditions': [
195 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', { 195 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
196 'conditions': [ 196 'conditions': [
197 [ 'use_allocator!="none"', { 197 [ 'use_allocator!="none"', {
198 'dependencies': [ 198 'dependencies': [
199 '../base/allocator/allocator.gyp:allocator', 199 '../base/allocator/allocator.gyp:allocator',
200 ], 200 ],
201 }], 201 }],
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'sources': [ 627 'sources': [
628 'examples/compositor/compositor.cc', 628 'examples/compositor/compositor.cc',
629 'examples/compositor/spinning_cube.cc', 629 'examples/compositor/spinning_cube.cc',
630 'examples/compositor/spinning_cube.h', 630 'examples/compositor/spinning_cube.h',
631 ], 631 ],
632 }, 632 },
633 # Adding a new PPAPI example? Don't forget to update the GN build. 633 # Adding a new PPAPI example? Don't forget to update the GN build.
634 # See //ppapi/examples/BUILD.gn 634 # See //ppapi/examples/BUILD.gn
635 ], 635 ],
636 } 636 }
OLDNEW
« no previous file with comments | « ppapi/BUILD.gn ('k') | ppapi/proxy/tracked_callback_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698