| 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 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'nacl/browser/pnacl_translation_cache.h', | 112 'nacl/browser/pnacl_translation_cache.h', |
| 113 'nacl/common/nacl_debug_exception_handler_win.cc', | 113 'nacl/common/nacl_debug_exception_handler_win.cc', |
| 114 'nacl/common/nacl_debug_exception_handler_win.h', | 114 'nacl/common/nacl_debug_exception_handler_win.h', |
| 115 ], | 115 ], |
| 116 'include_dirs': [ | 116 'include_dirs': [ |
| 117 '..', | 117 '..', |
| 118 ], | 118 ], |
| 119 'dependencies': [ | 119 'dependencies': [ |
| 120 'nacl_common', | 120 'nacl_common', |
| 121 'nacl_switches', | 121 'nacl_switches', |
| 122 'url_formatter/url_formatter.gyp:url_formatter', |
| 122 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 123 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
| 123 '../content/content.gyp:content_browser', | 124 '../content/content.gyp:content_browser', |
| 124 ], | 125 ], |
| 125 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 126 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 126 'msvs_disabled_warnings': [4267, ], | 127 'msvs_disabled_warnings': [4267, ], |
| 127 'conditions': [ | 128 'conditions': [ |
| 128 ['OS=="linux"', { | 129 ['OS=="linux"', { |
| 129 'sources': [ | 130 'sources': [ |
| 130 '../components/nacl/zygote/nacl_fork_delegate_linux.cc', | 131 '../components/nacl/zygote/nacl_fork_delegate_linux.cc', |
| 131 '../components/nacl/zygote/nacl_fork_delegate_linux.h', | 132 '../components/nacl/zygote/nacl_fork_delegate_linux.h', |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 ], | 507 ], |
| 507 'include_dirs': [ | 508 'include_dirs': [ |
| 508 '..', | 509 '..', |
| 509 ], | 510 ], |
| 510 'dependencies': [ | 511 'dependencies': [ |
| 511 '../content/content.gyp:content_common', | 512 '../content/content.gyp:content_common', |
| 512 ], | 513 ], |
| 513 }, | 514 }, |
| 514 ] | 515 ] |
| 515 } | 516 } |
| OLD | NEW |