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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1360003: Revert 42719 - Adding the cobwerks plugin piecemeal... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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 | « no previous file | third_party/adobe/flash/flash_player.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) 2009-2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009-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 '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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'chrome_dll', 462 'chrome_dll',
463 ], 463 ],
464 }], 464 }],
465 ['OS=="win"', { 465 ['OS=="win"', {
466 'dependencies': [ 466 'dependencies': [
467 'installer/installer.gyp:installer_util', 467 'installer/installer.gyp:installer_util',
468 'installer/installer.gyp:installer_util_strings', 468 'installer/installer.gyp:installer_util_strings',
469 '../breakpad/breakpad.gyp:breakpad_handler', 469 '../breakpad/breakpad.gyp:breakpad_handler',
470 '../breakpad/breakpad.gyp:breakpad_sender', 470 '../breakpad/breakpad.gyp:breakpad_sender',
471 '../sandbox/sandbox.gyp:sandbox', 471 '../sandbox/sandbox.gyp:sandbox',
472 '../third_party/adobe/flash/flash_player.gyp:flash_player',
473 'app/locales/locales.gyp:*', 472 'app/locales/locales.gyp:*',
474 ], 473 ],
475 'msvs_settings': { 474 'msvs_settings': {
476 'VCLinkerTool': { 475 'VCLinkerTool': {
477 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', 476 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib',
478 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', 477 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb',
479 }, 478 },
480 }, 479 },
481 }], 480 }],
482 ], 481 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'configurations': { 520 'configurations': {
522 'Common_Base': { 521 'Common_Base': {
523 'msvs_target_platform': 'x64', 522 'msvs_target_platform': 'x64',
524 }, 523 },
525 }, 524 },
526 }, 525 },
527 ], 526 ],
528 }], 527 }],
529 ], 528 ],
530 } 529 }
OLDNEW
« no previous file with comments | « no previous file | third_party/adobe/flash/flash_player.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698