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