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

Unified Diff: ppapi/native_client/native_client.gyp

Issue 870923004: NaCl: Remove now-unneeded SRPC reverse service code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « ppapi/native_client/DEPS ('k') | ppapi/native_client/src/trusted/plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/native_client.gyp
diff --git a/ppapi/native_client/native_client.gyp b/ppapi/native_client/native_client.gyp
index 91f081be6393959fb5881b9009311b6b9ceefe70..0735558def6d627b74c3abaf2476ec87ff4c0272 100644
--- a/ppapi/native_client/native_client.gyp
+++ b/ppapi/native_client/native_client.gyp
@@ -23,7 +23,6 @@
{
'destination': '>(tc_include_dir_newlib)/nacl',
'files': [
- 'src/trusted/weak_ref/call_on_main_thread.h',
'src/shared/ppapi_proxy/ppruntime.h',
],
},
@@ -41,7 +40,6 @@
{
'destination': '>(tc_include_dir_glibc)/include/nacl',
'files': [
- 'src/trusted/weak_ref/call_on_main_thread.h',
'src/shared/ppapi_proxy/ppruntime.h',
],
},
« no previous file with comments | « ppapi/native_client/DEPS ('k') | ppapi/native_client/src/trusted/plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698