| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 'target_name': 'sandbox_win64', | 234 'target_name': 'sandbox_win64', |
| 235 'type': 'static_library', | 235 'type': 'static_library', |
| 236 'variables': { | 236 'variables': { |
| 237 'sandbox_windows_target': 1, | 237 'sandbox_windows_target': 1, |
| 238 }, | 238 }, |
| 239 'dependencies': [ | 239 'dependencies': [ |
| 240 '../testing/gtest.gyp:gtest', | 240 '../testing/gtest.gyp:gtest', |
| 241 '../base/base.gyp:base_nacl_win64', | 241 '../base/base.gyp:base_nacl_win64', |
| 242 '../base/base.gyp:base_static_win64', | |
| 243 ], | 242 ], |
| 244 'configurations': { | 243 'configurations': { |
| 245 'Common_Base': { | 244 'Common_Base': { |
| 246 'msvs_target_platform': 'x64', | 245 'msvs_target_platform': 'x64', |
| 247 }, | 246 }, |
| 248 }, | 247 }, |
| 249 'sources': [ | 248 'sources': [ |
| 250 # Files that are used by the 64-bit version of Windows sandbox only. | 249 # Files that are used by the 64-bit version of Windows sandbox only. |
| 251 'src/interceptors_64.cc', | 250 'src/interceptors_64.cc', |
| 252 'src/interceptors_64.h', | 251 'src/interceptors_64.h', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 'POCDLL_EXPORTS', | 379 'POCDLL_EXPORTS', |
| 381 ], | 380 ], |
| 382 'include_dirs': [ | 381 'include_dirs': [ |
| 383 '..', | 382 '..', |
| 384 ], | 383 ], |
| 385 }, | 384 }, |
| 386 ], | 385 ], |
| 387 }], | 386 }], |
| 388 ], | 387 ], |
| 389 } | 388 } |
| OLD | NEW |