| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |