| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 'dependencies': [ | 312 'dependencies': [ |
| 313 '../ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', | 313 '../ppapi_proxy_untrusted.gyp:ppapi_proxy_untrusted', |
| 314 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted', | 314 '../ppapi_ipc_untrusted.gyp:ppapi_ipc_untrusted', |
| 315 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', | 315 '../ppapi_shared_untrusted.gyp:ppapi_shared_untrusted', |
| 316 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u
ntrusted', | 316 '../../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_u
ntrusted', |
| 317 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', | 317 '../../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted', |
| 318 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted', | 318 '../../gpu/gpu_untrusted.gyp:command_buffer_common_untrusted', |
| 319 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted', | 319 '../../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted', |
| 320 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted', | 320 '../../gpu/gpu_untrusted.gyp:gles2_cmd_helper_untrusted', |
| 321 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', | 321 '../../gpu/gpu_untrusted.gyp:gpu_ipc_untrusted', |
| 322 '../../components/components_tracing_untrusted.gyp:tracing_untrusted
', | 322 '../../components/tracing_untrusted.gyp:tracing_untrusted', |
| 323 '../../ipc/ipc_untrusted.gyp:ipc_untrusted', | 323 '../../ipc/ipc_untrusted.gyp:ipc_untrusted', |
| 324 '../../base/base_untrusted.gyp:base_untrusted', | 324 '../../base/base_untrusted.gyp:base_untrusted', |
| 325 '../../media/media_untrusted.gyp:shared_memory_support_untrusted', | 325 '../../media/media_untrusted.gyp:shared_memory_support_untrusted', |
| 326 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', | 326 '../../native_client/src/untrusted/irt/irt.gyp:irt_browser_lib', |
| 327 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', | 327 '../../native_client/src/shared/srpc/srpc.gyp:srpc_lib', |
| 328 '../../native_client/src/shared/platform/platform.gyp:platform_lib', | 328 '../../native_client/src/shared/platform/platform.gyp:platform_lib', |
| 329 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', | 329 '../../native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib', |
| 330 '../../native_client/src/shared/gio/gio.gyp:gio_lib', | 330 '../../native_client/src/shared/gio/gio.gyp:gio_lib', |
| 331 ], | 331 ], |
| 332 }, | 332 }, |
| 333 ], | 333 ], |
| 334 }], | 334 }], |
| 335 ], | 335 ], |
| 336 } | 336 } |
| OLD | NEW |