Chromium Code Reviews| Index: components/nacl.gyp |
| diff --git a/components/nacl.gyp b/components/nacl.gyp |
| index 30ee7437dc869ab45f85b17cc611b0c9154f3516..bf24e55939cc6f0e99c32f63dab43ca337abc1e0 100644 |
| --- a/components/nacl.gyp |
| +++ b/components/nacl.gyp |
| @@ -194,16 +194,6 @@ |
| ], |
| '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', |
|
Mark Seaborn
2015/10/15 18:10:10
You might want to check whether these 2 dependenci
hidehiko
2015/10/19 04:39:17
Done.
|
| '../sandbox/sandbox.gyp:sandbox_linux_test_utils', |
| @@ -250,39 +240,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 +247,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', { |