OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../../build/common_untrusted.gypi', | 7 '../../build/common_untrusted.gypi', |
8 ], | 8 ], |
9 'conditions': [ | 9 'conditions': [ |
10 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 10 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
442 'dependencies': [ | 442 'dependencies': [ |
443 '../ppapi_ipc_proxy_untrusted.gyp:ppapi_proxy_untrusted', | 443 '../ppapi_ipc_proxy_untrusted.gyp:ppapi_proxy_untrusted', |
444 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted', | 444 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted', |
445 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', | 445 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', |
446 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u
ntrusted', | 446 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u
ntrusted', |
447 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', | 447 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', |
448 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted', | 448 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted', |
449 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted', | 449 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted', |
450 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted', | 450 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted', |
451 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', | 451 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', |
452 '../../content/content_components_tracing_untrusted.gyp:tracing_untr
usted', | 452 '../../components/components_tracing_untrusted.gyp:tracing_untrusted
', |
453 '../../ipc/ipc_untrusted.gyp:ipc_untrusted', | 453 '../../ipc/ipc_untrusted.gyp:ipc_untrusted', |
454 '../../base/base_untrusted.gyp:base_untrusted', | 454 '../../base/base_untrusted.gyp:base_untrusted', |
455 '../../media/media_untrusted.gyp:shared_memory_support_untrusted', | 455 '../../media/media_untrusted.gyp:shared_memory_support_untrusted', |
456 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', | 456 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', |
457 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', | 457 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
458 '../../native_client/src/shared/platform/platform.gyp:platform_lib', | 458 '../../native_client/src/shared/platform/platform.gyp:platform_lib', |
459 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | 459 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', |
460 '../../native_client/src/shared/gio/gio.gyp:gio_lib', | 460 '../../native_client/src/shared/gio/gio.gyp:gio_lib', |
461 ], | 461 ], |
462 }, | 462 }, |
463 ], | 463 ], |
464 }], | 464 }], |
465 ], | 465 ], |
466 } | 466 } |
OLD | NEW |