| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'sandbox_windows_target': 1, | 186 'sandbox_windows_target': 1, |
| 187 }, | 187 }, |
| 188 'dependencies': [ | 188 'dependencies': [ |
| 189 '../testing/gtest.gyp:gtest', | 189 '../testing/gtest.gyp:gtest', |
| 190 '../base/base.gyp:base', | 190 '../base/base.gyp:base', |
| 191 '../base/base.gyp:base_static', | 191 '../base/base.gyp:base_static', |
| 192 ], | 192 ], |
| 193 'export_dependent_settings': [ | 193 'export_dependent_settings': [ |
| 194 '../base/base.gyp:base', | 194 '../base/base.gyp:base', |
| 195 ], | 195 ], |
| 196 'msvs_guid': '881F6A97-D539-4C48-B401-DF04385B2343', | |
| 197 'sources': [ | 196 'sources': [ |
| 198 # Files that are used by the 32-bit version of Windows sandbox only. | 197 # Files that are used by the 32-bit version of Windows sandbox only. |
| 199 'src/resolver_32.cc', | 198 'src/resolver_32.cc', |
| 200 'src/service_resolver_32.cc', | 199 'src/service_resolver_32.cc', |
| 201 'src/sidestep_resolver.cc', | 200 'src/sidestep_resolver.cc', |
| 202 'src/sidestep_resolver.h', | 201 'src/sidestep_resolver.h', |
| 203 'src/sidestep\ia32_modrm_map.cpp', | 202 'src/sidestep\ia32_modrm_map.cpp', |
| 204 'src/sidestep\ia32_opcode_map.cpp', | 203 'src/sidestep\ia32_opcode_map.cpp', |
| 205 'src/sidestep\mini_disassembler_types.h', | 204 'src/sidestep\mini_disassembler_types.h', |
| 206 'src/sidestep\mini_disassembler.cpp', | 205 'src/sidestep\mini_disassembler.cpp', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 237 }, | 236 }, |
| 238 'dependencies': [ | 237 'dependencies': [ |
| 239 '../testing/gtest.gyp:gtest', | 238 '../testing/gtest.gyp:gtest', |
| 240 '../base/base.gyp:base_nacl_win64', | 239 '../base/base.gyp:base_nacl_win64', |
| 241 ], | 240 ], |
| 242 'configurations': { | 241 'configurations': { |
| 243 'Common_Base': { | 242 'Common_Base': { |
| 244 'msvs_target_platform': 'x64', | 243 'msvs_target_platform': 'x64', |
| 245 }, | 244 }, |
| 246 }, | 245 }, |
| 247 'msvs_guid': 'BE3468E6-B314-4310-B449-6FC0C52EE155', | |
| 248 'sources': [ | 246 'sources': [ |
| 249 # Files that are used by the 64-bit version of Windows sandbox only. | 247 # Files that are used by the 64-bit version of Windows sandbox only. |
| 250 'src/interceptors_64.cc', | 248 'src/interceptors_64.cc', |
| 251 'src/interceptors_64.h', | 249 'src/interceptors_64.h', |
| 252 'src/resolver_64.cc', | 250 'src/resolver_64.cc', |
| 253 'src/service_resolver_64.cc', | 251 'src/service_resolver_64.cc', |
| 254 'src/Wow64_64.cc', | 252 'src/Wow64_64.cc', |
| 255 ], | 253 ], |
| 256 'include_dirs': [ | 254 'include_dirs': [ |
| 257 '..', | 255 '..', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 ], | 382 ], |
| 385 }], | 383 }], |
| 386 ], | 384 ], |
| 387 } | 385 } |
| 388 | 386 |
| 389 # Local Variables: | 387 # Local Variables: |
| 390 # tab-width:2 | 388 # tab-width:2 |
| 391 # indent-tabs-mode:nil | 389 # indent-tabs-mode:nil |
| 392 # End: | 390 # End: |
| 393 # vim: set expandtab tabstop=2 shiftwidth=2: | 391 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |