| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'nacl/nacl_defines.gypi', | 10 'nacl/nacl_defines.gypi', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 '../ipc/ipc.gyp:ipc', | 79 '../ipc/ipc.gyp:ipc', |
| 80 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl
uginChrome', | 80 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl
uginChrome', |
| 81 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 81 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 82 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 82 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 83 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l_main_chrome', | 83 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l_main_chrome', |
| 84 ], | 84 ], |
| 85 'conditions': [ | 85 'conditions': [ |
| 86 ['disable_nacl_untrusted==0', { | 86 ['disable_nacl_untrusted==0', { |
| 87 'dependencies': [ | 87 'dependencies': [ |
| 88 '../ppapi/native_client/native_client.gyp:nacl_irt', | 88 '../ppapi/native_client/native_client.gyp:nacl_irt', |
| 89 '../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_s
him.gyp:pnacl_irt_shim', | |
| 90 '../ppapi/native_client/src/untrusted/pnacl_support_extension/pn
acl_support_extension.gyp:pnacl_support_extension', | 89 '../ppapi/native_client/src/untrusted/pnacl_support_extension/pn
acl_support_extension.gyp:pnacl_support_extension', |
| 91 ], | 90 ], |
| 92 }], | 91 }], |
| 93 ], | 92 ], |
| 94 'direct_dependent_settings': { | 93 'direct_dependent_settings': { |
| 95 'defines': [ | 94 'defines': [ |
| 96 '<@(nacl_defines)', | 95 '<@(nacl_defines)', |
| 97 ], | 96 ], |
| 98 }, | 97 }, |
| 99 }, | 98 }, |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 'nacl/common/nacl_types.h', | 385 'nacl/common/nacl_types.h', |
| 387 'nacl/common/pnacl_types.cc', | 386 'nacl/common/pnacl_types.cc', |
| 388 'nacl/common/pnacl_types.h', | 387 'nacl/common/pnacl_types.h', |
| 389 ], | 388 ], |
| 390 'include_dirs': [ | 389 'include_dirs': [ |
| 391 '..', | 390 '..', |
| 392 ], | 391 ], |
| 393 }, | 392 }, |
| 394 ] | 393 ] |
| 395 } | 394 } |
| OLD | NEW |