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

Side by Side Diff: ppapi/BUILD.gn

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 | « no previous file | ppapi/ppapi_tests.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 copy("copy_test_files") { 5 copy("copy_test_files") {
6 visibility = [ ":*" ] 6 visibility = [ ":*" ]
7 sources = [ 7 sources = [
8 # Keep "test_case.html.mock-http-headers" with "test_case.html". 8 # Keep "test_case.html.mock-http-headers" with "test_case.html".
9 "tests/ppapi_nacl_tests_newlib.nmf", 9 "tests/ppapi_nacl_tests_newlib.nmf",
10 "tests/test_case.html", 10 "tests/test_case.html",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "proxy/plugin_resource_tracker_unittest.cc", 60 "proxy/plugin_resource_tracker_unittest.cc",
61 "proxy/plugin_var_tracker_unittest.cc", 61 "proxy/plugin_var_tracker_unittest.cc",
62 "proxy/ppb_var_unittest.cc", 62 "proxy/ppb_var_unittest.cc",
63 "proxy/ppp_instance_private_proxy_unittest.cc", 63 "proxy/ppp_instance_private_proxy_unittest.cc",
64 "proxy/ppp_instance_proxy_unittest.cc", 64 "proxy/ppp_instance_proxy_unittest.cc",
65 "proxy/ppp_messaging_proxy_unittest.cc", 65 "proxy/ppp_messaging_proxy_unittest.cc",
66 "proxy/printing_resource_unittest.cc", 66 "proxy/printing_resource_unittest.cc",
67 "proxy/raw_var_data_unittest.cc", 67 "proxy/raw_var_data_unittest.cc",
68 "proxy/serialized_var_unittest.cc", 68 "proxy/serialized_var_unittest.cc",
69 "proxy/talk_resource_unittest.cc", 69 "proxy/talk_resource_unittest.cc",
70 "proxy/tracked_callback_unittest.cc",
70 "proxy/video_decoder_resource_unittest.cc", 71 "proxy/video_decoder_resource_unittest.cc",
71 "proxy/video_encoder_resource_unittest.cc", 72 "proxy/video_encoder_resource_unittest.cc",
72 "proxy/websocket_resource_unittest.cc", 73 "proxy/websocket_resource_unittest.cc",
73 "shared_impl/media_stream_audio_track_shared_unittest.cc", 74 "shared_impl/media_stream_audio_track_shared_unittest.cc",
74 "shared_impl/media_stream_buffer_manager_unittest.cc", 75 "shared_impl/media_stream_buffer_manager_unittest.cc",
75 "shared_impl/media_stream_video_track_shared_unittest.cc", 76 "shared_impl/media_stream_video_track_shared_unittest.cc",
76 "shared_impl/proxy_lock_unittest.cc", 77 "shared_impl/proxy_lock_unittest.cc",
77 "shared_impl/resource_tracker_unittest.cc", 78 "shared_impl/resource_tracker_unittest.cc",
78 "shared_impl/thread_aware_callback_unittest.cc", 79 "shared_impl/thread_aware_callback_unittest.cc",
79 "shared_impl/time_conversion_unittest.cc", 80 "shared_impl/time_conversion_unittest.cc",
80 "shared_impl/tracked_callback_unittest.cc",
81 "shared_impl/var_tracker_unittest.cc", 81 "shared_impl/var_tracker_unittest.cc",
82 ] 82 ]
83 83
84 deps = [ 84 deps = [
85 "//base/allocator", 85 "//base/allocator",
86 "//base/test:run_all_unittests", 86 "//base/test:run_all_unittests",
87 "//base/test:test_support", 87 "//base/test:test_support",
88 "//gpu/ipc", 88 "//gpu/ipc",
89 "//ipc", 89 "//ipc",
90 "//ipc:test_support", 90 "//ipc:test_support",
(...skipping 28 matching lines...) Expand all
119 119
120 executable("pepper_hash_for_uma") { 120 executable("pepper_hash_for_uma") {
121 sources = [ 121 sources = [
122 "tools/pepper_hash_for_uma.cc", 122 "tools/pepper_hash_for_uma.cc",
123 ] 123 ]
124 124
125 deps = [ 125 deps = [
126 "//base", 126 "//base",
127 ] 127 ]
128 } 128 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698