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

Unified Diff: components/nacl.gyp

Issue 1409633002: Non-SFI mode: Remove old Non-SFI code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | components/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 30ee7437dc869ab45f85b17cc611b0c9154f3516..e90fa16a57c529aa593cc16f76fd92d5b0d7a231 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -192,24 +192,6 @@
'../ipc/ipc.gyp:test_support_ipc',
'../testing/gtest.gyp:gtest',
],
- 'conditions': [
- ['OS=="linux"', {
- 'sources': [
- # TODO(mazda): Move this to browser_tests once we have
- # established a way to run browser_tests on ARM Chrome OS
- # devices (http://crbug.com/364729).
- 'nacl/loader/nonsfi/irt_icache_unittest.cc',
- # TODO(hamaji): Currently, we build them twice. Stop building
- # them for components_unittests. See crbug.com/364751
- 'nacl/loader/nonsfi/nonsfi_sandbox_sigsys_unittest.cc',
- 'nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc',
- ],
- 'dependencies': [
- 'nacl_linux',
- '../sandbox/sandbox.gyp:sandbox_linux_test_utils',
- ],
- }],
- ],
},
],
'conditions': [
@@ -250,39 +232,6 @@
'IN_NACL_HELPER=1',
],
'sources': [
- '../ppapi/nacl_irt/irt_manifest.h',
- '../ppapi/nacl_irt/manifest_service.cc',
- '../ppapi/nacl_irt/manifest_service.h',
- '../ppapi/nacl_irt/plugin_main.cc',
- '../ppapi/nacl_irt/plugin_main.h',
- '../ppapi/nacl_irt/plugin_startup.cc',
- '../ppapi/nacl_irt/plugin_startup.h',
- '../ppapi/nacl_irt/ppapi_dispatcher.cc',
- '../ppapi/nacl_irt/ppapi_dispatcher.h',
- 'nacl/loader/nonsfi/abi_conversion.cc',
- 'nacl/loader/nonsfi/abi_conversion.h',
- 'nacl/loader/nonsfi/elf_loader.cc',
- 'nacl/loader/nonsfi/elf_loader.h',
- 'nacl/loader/nonsfi/irt_basic.cc',
- 'nacl/loader/nonsfi/irt_clock.cc',
- 'nacl/loader/nonsfi/irt_exception_handling.cc',
- 'nacl/loader/nonsfi/irt_fdio.cc',
- 'nacl/loader/nonsfi/irt_futex.cc',
- 'nacl/loader/nonsfi/irt_icache.cc',
- 'nacl/loader/nonsfi/irt_interfaces.cc',
- 'nacl/loader/nonsfi/irt_interfaces.h',
- 'nacl/loader/nonsfi/irt_memory.cc',
- 'nacl/loader/nonsfi/irt_ppapi.cc',
- 'nacl/loader/nonsfi/irt_random.cc',
- 'nacl/loader/nonsfi/irt_resource_open.cc',
- 'nacl/loader/nonsfi/irt_thread.cc',
- 'nacl/loader/nonsfi/irt_util.h',
- 'nacl/loader/nonsfi/nonsfi_listener.cc',
- 'nacl/loader/nonsfi/nonsfi_listener.h',
- 'nacl/loader/nonsfi/nonsfi_main.cc',
- 'nacl/loader/nonsfi/nonsfi_main.h',
- 'nacl/loader/nonsfi/nonsfi_sandbox.cc',
- 'nacl/loader/nonsfi/nonsfi_sandbox.h',
'nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc',
'nacl/loader/sandbox_linux/nacl_sandbox_linux.cc',
],
@@ -290,10 +239,8 @@
'nacl',
'nacl_common',
'nacl_switches',
- '../components/tracing.gyp:tracing',
'../crypto/crypto.gyp:crypto',
'../sandbox/sandbox.gyp:sandbox',
- '../ppapi/ppapi_internal.gyp:ppapi_proxy',
],
'conditions': [
['use_glib == 1', {
« no previous file with comments | « no previous file | components/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698