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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 11184012: delegate_execute should build on 2012 too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | win8/metro_driver/metro_driver.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 508 },
509 ], 509 ],
510 }, { # 'OS!="win" 510 }, { # 'OS!="win"
511 'sources!': [ 511 'sources!': [
512 'app/client_util.cc', 512 'app/client_util.cc',
513 ], 513 ],
514 }], 514 }],
515 ['OS=="win" and component=="shared_library"', { 515 ['OS=="win" and component=="shared_library"', {
516 'defines': ['COMPILE_CONTENT_STATICALLY'], 516 'defines': ['COMPILE_CONTENT_STATICALLY'],
517 }], 517 }],
518 ['OS=="win" and (MSVS_VERSION=="2010" or MSVS_VERSION=="2010e")', { 518 ['OS=="win"', {
519 'dependencies': [ 519 'dependencies': [
520 '../win8/metro_driver/metro_driver.gyp:*', 520 '../win8/metro_driver/metro_driver.gyp:*',
521 '../win8/delegate_execute/delegate_execute.gyp:*', 521 '../win8/delegate_execute/delegate_execute.gyp:*',
522 ], 522 ],
523 }], 523 }],
524 ], 524 ],
525 }, 525 },
526 ], 526 ],
527 'conditions': [ 527 'conditions': [
528 ['OS=="win"', { 528 ['OS=="win"', {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'target_name': 'chrome_nacl_win64', 601 'target_name': 'chrome_nacl_win64',
602 'type': 'none', 602 'type': 'none',
603 'sources': [], 603 'sources': [],
604 }, 604 },
605 ], 605 ],
606 }], 606 }],
607 ], 607 ],
608 }], 608 }],
609 ], 609 ],
610 } 610 }
OLDNEW
« no previous file with comments | « no previous file | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698