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

Unified Diff: chrome/nacl.gypi

Issue 7230057: Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR=jam@... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/common/nacl_types.h ('k') | chrome/nacl/nacl_fork_delegate_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
===================================================================
--- chrome/nacl.gypi (revision 90812)
+++ chrome/nacl.gypi (working copy)
@@ -28,8 +28,8 @@
'nacl/nacl_main_platform_delegate_linux.cc',
'nacl/nacl_main_platform_delegate_mac.mm',
'nacl/nacl_main_platform_delegate_win.cc',
- 'nacl/nacl_listener.cc',
- 'nacl/nacl_listener.h',
+ 'nacl/nacl_launcher_thread.cc',
+ 'nacl/nacl_launcher_thread.h',
],
# TODO(gregoryd): consider switching NaCl to use Chrome OS defines
'conditions': [
@@ -45,9 +45,6 @@
'defines': [
'__STDC_LIMIT_MACROS=1',
],
- 'sources': [
- 'nacl/nacl_fork_delegate_linux.cc',
- ],
},],
],
}],
@@ -144,22 +141,5 @@
},
],
}],
- ['OS=="linux"', {
- 'targets': [
- {
- 'target_name': 'nacl_helper',
- 'type': 'executable',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- 'nacl',
- ],
- 'sources': [
- '../chrome/nacl/nacl_helper_linux.cc',
- ],
- },
- ],
- }],
],
}
Property changes on: chrome/nacl.gypi
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « chrome/common/nacl_types.h ('k') | chrome/nacl/nacl_fork_delegate_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698