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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 2767010: Second try of building a version of base with -fPIC for internal plugin. Cre... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: another try just for the trybots Created 10 years, 6 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 | « build/common.gypi ('k') | no next file » | 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 '../sandbox/sandbox.gyp:sandbox', 430 '../sandbox/sandbox.gyp:sandbox',
431 'app/locales/locales.gyp:*', 431 'app/locales/locales.gyp:*',
432 ], 432 ],
433 'msvs_settings': { 433 'msvs_settings': {
434 'VCLinkerTool': { 434 'VCLinkerTool': {
435 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib', 435 'ImportLibrary': '$(OutDir)\\lib\\chrome_exe.lib',
436 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb', 436 'ProgramDatabaseFile': '$(OutDir)\\chrome_exe.pdb',
437 }, 437 },
438 }, 438 },
439 }], 439 }],
440 ['internal_pdf', {
441 'dependencies': [
442 '../pdf/pdf.gyp:pdf',
443 ],
444 }],
440 ], 445 ],
441 }, 446 },
442 { 447 {
443 'target_name': 'chrome_version_info', 448 'target_name': 'chrome_version_info',
444 'type': '<(library)', 449 'type': '<(library)',
445 'sources': [ 450 'sources': [
446 'app/chrome_version_info.cc', 451 'app/chrome_version_info.cc',
447 'app/chrome_version_info.h', 452 'app/chrome_version_info.h',
448 ], 453 ],
449 'include_dirs': [ 454 'include_dirs': [
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'configurations': { 546 'configurations': {
542 'Common_Base': { 547 'Common_Base': {
543 'msvs_target_platform': 'x64', 548 'msvs_target_platform': 'x64',
544 }, 549 },
545 }, 550 },
546 }, 551 },
547 ], 552 ],
548 }], 553 }],
549 ], 554 ],
550 } 555 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698