Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: installer/installer.gyp

Issue 5673404602515456: Close and reopen IE and engine during intallation (Closed)
Patch Set: Created Feb. 10, 2014, 12:55 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « installer/adblockplusie.wxs ('k') | installer/msibuild.cmd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Expects command line definition for variable 'target_arch' 2 # Expects command line definition for variable 'target_arch'
3 # Must be either 'ia32' or 'x64' 3 # Must be either 'ia32' or 'x64'
4 # 4 #
5 # This .gyp file sits in directory 'installer'. 5 # This .gyp file sits in directory 'installer'.
6 # When gyp translates files locations, base them here. 6 # When gyp translates files locations, base them here.
7 # 7 #
8 # The solution file from this .gyp source lands in 'installer/build/<(target_arc h)'. 8 # The solution file from this .gyp source lands in 'installer/build/<(target_arc h)'.
9 # When gyp does not translate file locations, base them here. 9 # When gyp does not translate file locations, base them here.
10 # 10 #
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 ############# 474 #############
475 { 475 {
476 'target_name': 'MSI ms 62 (Malay - generic)', 476 'target_name': 'MSI ms 62 (Malay - generic)',
477 'type': 'none', 477 'type': 'none',
478 'dependencies' : [ 'MSI mr-IN 1102 (Marathi - India)' ], 478 'dependencies' : [ 'MSI mr-IN 1102 (Marathi - India)' ],
479 'variables': { 'locale_id': '62' }, 479 'variables': { 'locale_id': '62' },
480 'sources': [ 'src/msi/locale/ms.wxl' ], 480 'sources': [ 'src/msi/locale/ms.wxl' ],
481 }, 481 },
482 482
483 ############# 483 #############
484 # MSI nb-NO 1044 (Norwegian - Bokmål, Norway) 484 # MSI nb-NO 1044 (Norwegian - Bokmal, Norway)
485 # Target name has a vowel change to work around a character encoding problem in gyp/MSVS. 485 # Target name has a vowel change to work around a character encoding problem in gyp/MSVS.
486 ############# 486 #############
487 { 487 {
488 'target_name': 'MSI nb-NO 1044 (Norwegian - Bokmal, Norway)', 488 'target_name': 'MSI nb-NO 1044 (Norwegian - Bokmal, Norway)',
489 'type': 'none', 489 'type': 'none',
490 'dependencies' : [ 'MSI ms 62 (Malay - generic)' ], 490 'dependencies' : [ 'MSI ms 62 (Malay - generic)' ],
491 'variables': { 'locale_id': '1044' }, 491 'variables': { 'locale_id': '1044' },
492 'sources': [ 'src/msi/locale/nb-NO.wxl' ], 492 'sources': [ 'src/msi/locale/nb-NO.wxl' ],
493 }, 493 },
494 494
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 { 710 {
711 'libraries': [ 'user32.lib', 'Shell32.lib', 'advapi32.lib', 'msi.lib', 'Ve rsion.lib' ] 711 'libraries': [ 'user32.lib', 'Shell32.lib', 'advapi32.lib', 'msi.lib', 'Ve rsion.lib' ]
712 }, 712 },
713 'msvs_settings': 713 'msvs_settings':
714 { 714 {
715 'VCLinkerTool': {} 715 'VCLinkerTool': {}
716 } 716 }
717 }, 717 },
718 ] 718 ]
719 } 719 }
OLDNEW
« no previous file with comments | « installer/adblockplusie.wxs ('k') | installer/msibuild.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld