Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Side by Side Diff: chrome/chrome_exe.gypi

Issue 7677004: Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/locales/locales.gyp ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
436 '../base/base.gyp:base', 437 '../base/base.gyp:base',
437 '../breakpad/breakpad.gyp:breakpad_handler', 438 '../breakpad/breakpad.gyp:breakpad_handler',
438 '../breakpad/breakpad.gyp:breakpad_sender', 439 '../breakpad/breakpad.gyp:breakpad_sender',
439 '../sandbox/sandbox.gyp:sandbox', 440 '../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
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 }
OLDNEW
« no previous file with comments | « chrome/app/locales/locales.gyp ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698