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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'chrome_exe_target': 0, | 8 'chrome_exe_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 }, { | 426 }, { |
427 'dependencies': ['chrome_dll',] | 427 'dependencies': ['chrome_dll',] |
428 }], | 428 }], |
429 ], | 429 ], |
430 }], | 430 }], |
431 ['OS=="win"', { | 431 ['OS=="win"', { |
432 'dependencies': [ | 432 'dependencies': [ |
433 'chrome_version_resources', | 433 'chrome_version_resources', |
434 'installer_util', | 434 'installer_util', |
435 'installer_util_strings', | 435 'installer_util_strings', |
436 'packed_resources', | |
437 '../base/base.gyp:base', | 436 '../base/base.gyp:base', |
438 '../breakpad/breakpad.gyp:breakpad_handler', | 437 '../breakpad/breakpad.gyp:breakpad_handler', |
439 '../breakpad/breakpad.gyp:breakpad_sender', | 438 '../breakpad/breakpad.gyp:breakpad_sender', |
440 '../sandbox/sandbox.gyp:sandbox', | 439 '../sandbox/sandbox.gyp:sandbox', |
| 440 'app/locales/locales.gyp:*', |
441 'app/policy/cloud_policy_codegen.gyp:policy', | 441 'app/policy/cloud_policy_codegen.gyp:policy', |
442 ], | 442 ], |
443 'sources': [ | 443 'sources': [ |
444 'app/chrome_exe.rc', | 444 'app/chrome_exe.rc', |
445 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', | 445 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_exe_version.rc', |
446 ], | 446 ], |
447 'msvs_settings': { | 447 'msvs_settings': { |
448 'VCLinkerTool': { | 448 'VCLinkerTool': { |
449 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', | 449 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', |
450 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', | 450 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 'configurations': { | 497 'configurations': { |
498 'Common_Base': { | 498 'Common_Base': { |
499 'msvs_target_platform': 'x64', | 499 'msvs_target_platform': 'x64', |
500 }, | 500 }, |
501 }, | 501 }, |
502 }, | 502 }, |
503 ], | 503 ], |
504 }], | 504 }], |
505 ], | 505 ], |
506 } | 506 } |
OLD | NEW |