Index: ppapi/ppapi_shared.gypi |
diff --git a/ppapi/ppapi_shared.gypi b/ppapi/ppapi_shared.gypi |
index 90336126745fe3d0b2ebbb42e0ac81a699f20214..45033ca03bf03c5dcc590faf2b03426531d62254 100644 |
--- a/ppapi/ppapi_shared.gypi |
+++ b/ppapi/ppapi_shared.gypi |
@@ -74,6 +74,8 @@ |
'shared_impl/ppb_opengles2_shared.h', |
'shared_impl/ppb_resource_array_shared.cc', |
'shared_impl/ppb_resource_array_shared.h', |
+ 'shared_impl/ppb_trace_event_shared.cc', |
+ 'shared_impl/ppb_trace_event_shared.h', |
'shared_impl/ppb_url_util_shared.cc', |
'shared_impl/ppb_url_util_shared.h', |
'shared_impl/ppb_var_shared.cc', |
@@ -216,6 +218,7 @@ |
'thunk/ppb_tcp_socket_private_api.h', |
'thunk/ppb_tcp_socket_private_thunk.cc', |
'thunk/ppb_text_input_thunk.cc', |
+ 'thunk/ppb_trace_event_thunk.cc', |
'thunk/ppb_udp_socket_private_api.h', |
'thunk/ppb_udp_socket_private_thunk.cc', |
'thunk/ppb_url_loader_api.h', |