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

Unified Diff: ppapi/BUILD.gn

Issue 923263003: PPAPI: Make TrackedCallback more threadsafe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | ppapi/shared_impl/callback_tracker.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index 9bc9e889a142c3ef8cc095f64c0badaff66a7851..24dbad68af5f00b9c38ee06ad26bac048a36a7e3 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -6,10 +6,10 @@ copy("copy_test_files") {
visibility = [ ":*" ]
sources = [
# Keep "test_case.html.mock-http-headers" with "test_case.html".
+ "tests/ppapi_nacl_tests_newlib.nmf",
"tests/test_case.html",
"tests/test_case.html.mock-http-headers",
"tests/test_page.css",
- "tests/ppapi_nacl_tests_newlib.nmf",
]
outputs = [
"$root_out_dir/{{source_file_part}}",
@@ -67,6 +67,7 @@ test("ppapi_unittests") {
"proxy/raw_var_data_unittest.cc",
"proxy/serialized_var_unittest.cc",
"proxy/talk_resource_unittest.cc",
+ "proxy/tracked_callback_unittest.cc",
"proxy/video_decoder_resource_unittest.cc",
"proxy/video_encoder_resource_unittest.cc",
"proxy/websocket_resource_unittest.cc",
@@ -77,7 +78,6 @@ test("ppapi_unittests") {
"shared_impl/resource_tracker_unittest.cc",
"shared_impl/thread_aware_callback_unittest.cc",
"shared_impl/time_conversion_unittest.cc",
- "shared_impl/tracked_callback_unittest.cc",
"shared_impl/var_tracker_unittest.cc",
]
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | ppapi/shared_impl/callback_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698