| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'nacl_target': 0, | 8 'nacl_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'type': 'static_library', | 62 'type': 'static_library', |
| 63 'variables': { | 63 'variables': { |
| 64 'nacl_target': 1, | 64 'nacl_target': 1, |
| 65 'irt_build_cmd': [ | 65 'irt_build_cmd': [ |
| 66 'python', 'build_nacl_irt.py', '--outdir', '<(PRODUCT_DIR)', | 66 'python', 'build_nacl_irt.py', '--outdir', '<(PRODUCT_DIR)', |
| 67 ], | 67 ], |
| 68 'irt_inputs_cmd': | 68 'irt_inputs_cmd': |
| 69 'python build_nacl_irt.py --inputs', | 69 'python build_nacl_irt.py --inputs', |
| 70 }, | 70 }, |
| 71 'dependencies': [ | 71 'dependencies': [ |
| 72 'chrome_resources', | 72 'chrome_resources.gyp:chrome_resources', |
| 73 'chrome_strings', | 73 'chrome_resources.gyp:chrome_strings', |
| 74 'common', | 74 'common', |
| 75 '../webkit/support/webkit_support.gyp:glue', | 75 '../webkit/support/webkit_support.gyp:glue', |
| 76 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl
uginChrome', | 76 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl
uginChrome', |
| 77 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 77 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
| 78 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:
platform_qual_lib', | 78 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:
platform_qual_lib', |
| 79 ], | 79 ], |
| 80 'direct_dependent_settings': { | 80 'direct_dependent_settings': { |
| 81 'defines': [ | 81 'defines': [ |
| 82 'NACL_BLOCK_SHIFT=5', | 82 'NACL_BLOCK_SHIFT=5', |
| 83 'NACL_BLOCK_SIZE=32', | 83 'NACL_BLOCK_SIZE=32', |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 'target_name': 'nacl_win64', | 405 'target_name': 'nacl_win64', |
| 406 'type': 'none', | 406 'type': 'none', |
| 407 'sources': [], | 407 'sources': [], |
| 408 }, | 408 }, |
| 409 ], | 409 ], |
| 410 }], | 410 }], |
| 411 ], | 411 ], |
| 412 }], | 412 }], |
| 413 ], | 413 ], |
| 414 } | 414 } |
| OLD | NEW |