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

Unified Diff: chrome/nacl.gypi

Issue 8893009: Move content::MakeSharedMemorySegmentViaIPC into its own file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: back to like patch set 3 Created 9 years 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: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index 0ab96d4aedbb07edee1cd577d46e91a49794421c..40212e2e62d6731f24de7de7a2a62bde14c9a3eb 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -67,10 +67,7 @@
'nacl_target': 1,
},
'dependencies': [
- 'chrome_resources.gyp:chrome_resources',
- 'chrome_resources.gyp:chrome_strings',
- 'common',
- '../webkit/support/webkit_support.gyp:glue',
+ '../ipc/ipc.gyp:ipc',
'../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome',
'../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
'../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
@@ -145,6 +142,9 @@
],
'sources': [
'nacl/nacl_helper_linux.cc',
+ '../chrome/common/nacl_messages.cc',
+ '../content/common/child_process_sandbox_support_impl_shm_linux.cc',
jam 2011/12/15 01:08:31 nit: ". cc"
+ '../content/common/unix_domain_socket_posix.cc',
],
'conditions': [
['toolkit_uses_gtk == 1', {

Powered by Google App Engine
This is Rietveld 408576698