OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', | 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', |
9 | 9 |
10 'variables': { | 10 'variables': { |
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 }, | 491 }, |
492 'msvs_settings': { | 492 'msvs_settings': { |
493 'VCLinkerTool': { | 493 'VCLinkerTool': { |
494 'DelayLoadDLLs': ['prntvpt.dll'], | 494 'DelayLoadDLLs': ['prntvpt.dll'], |
495 }, | 495 }, |
496 }, | 496 }, |
497 'dependencies': [ | 497 'dependencies': [ |
498 '../breakpad/breakpad.gyp:breakpad_handler', | 498 '../breakpad/breakpad.gyp:breakpad_handler', |
499 '../chrome/chrome.gyp:automation', | 499 '../chrome/chrome.gyp:automation', |
500 '../chrome/chrome.gyp:crash_service', | 500 '../chrome/chrome.gyp:crash_service', |
501 '../chrome/chrome.gyp:chrome_dll_version', | 501 '../chrome/chrome.gyp:chrome_version_header', |
502 '../chrome/chrome.gyp:installer_util', | 502 '../chrome/chrome.gyp:installer_util', |
503 '../google_update/google_update.gyp:google_update', | 503 '../google_update/google_update.gyp:google_update', |
504 ], | 504 ], |
505 'configurations': { | 505 'configurations': { |
506 'Debug_Base': { | 506 'Debug_Base': { |
507 'msvs_settings': { | 507 'msvs_settings': { |
508 'VCLinkerTool': { | 508 'VCLinkerTool': { |
509 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 509 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
510 }, | 510 }, |
511 }, | 511 }, |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1075 ], # 'conditions' | 1075 ], # 'conditions' |
1076 } | 1076 } |
1077 | 1077 |
1078 # vim: shiftwidth=2:et:ai:tabstop=2 | 1078 # vim: shiftwidth=2:et:ai:tabstop=2 |
1079 | 1079 |
1080 # Local Variables: | 1080 # Local Variables: |
1081 # tab-width:2 | 1081 # tab-width:2 |
1082 # indent-tabs-mode:nil | 1082 # indent-tabs-mode:nil |
1083 # End: | 1083 # End: |
1084 # vim: set expandtab tabstop=2 shiftwidth=2: | 1084 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |