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

Unified Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 16325024: Move thread_pool.h into utils so it can be shared by more than one example. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
Index: native_client_sdk/src/libraries/nacl_io/library.dsc
===================================================================
--- native_client_sdk/src/libraries/nacl_io/library.dsc (revision 204979)
+++ native_client_sdk/src/libraries/nacl_io/library.dsc (working copy)
@@ -2,8 +2,7 @@
'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
'SEARCH': [
'.',
- 'pepper',
- '../utils'
+ 'pepper'
],
'TARGETS': [
{
@@ -73,15 +72,6 @@
"undef_macros.h",
],
'DEST': 'include/nacl_io/pepper',
- },
- {
- 'FILES': [
- "auto_lock.h",
- "macros.h",
- "ref_object.h",
- "thread_safe_queue.h"
- ],
- 'DEST': 'include/utils',
}
],
'DEST': 'src',
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h ('k') | native_client_sdk/src/libraries/nacl_io/mount.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698