| 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 'message': 'Copy first run complete sentinel file', | 501 'message': 'Copy first run complete sentinel file', |
| 502 }, | 502 }, |
| 503 ], | 503 ], |
| 504 }, { # 'OS!="win" | 504 }, { # 'OS!="win" |
| 505 'sources!': [ | 505 'sources!': [ |
| 506 'app/client_util.cc', | 506 'app/client_util.cc', |
| 507 ], | 507 ], |
| 508 }], | 508 }], |
| 509 ['OS=="win" and component=="shared_library"', { | 509 ['OS=="win" and component=="shared_library"', { |
| 510 'defines': ['COMPILE_CONTENT_STATICALLY'], | 510 'defines': ['COMPILE_CONTENT_STATICALLY'], |
| 511 }] | 511 }], |
| 512 ['OS=="win" and (MSVS_VERSION=="2010" or MSVS_VERSION=="2010e")', { |
| 513 'dependencies': [ |
| 514 '../win8/metro_driver/metro_driver.gyp:*', |
| 515 '../win8/delegate_execute/delegate_execute.gyp:*', |
| 516 ], |
| 517 }], |
| 512 ], | 518 ], |
| 513 }, | 519 }, |
| 514 ], | 520 ], |
| 515 'conditions': [ | 521 'conditions': [ |
| 516 ['OS=="win"', { | 522 ['OS=="win"', { |
| 517 'targets': [ | 523 'targets': [ |
| 518 { | 524 { |
| 519 'target_name': 'image_pre_reader', | 525 'target_name': 'image_pre_reader', |
| 520 'type': 'static_library', | 526 'type': 'static_library', |
| 521 'sources': [ | 527 'sources': [ |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 'target_name': 'chrome_nacl_win64', | 594 'target_name': 'chrome_nacl_win64', |
| 589 'type': 'none', | 595 'type': 'none', |
| 590 'sources': [], | 596 'sources': [], |
| 591 }, | 597 }, |
| 592 ], | 598 ], |
| 593 }], | 599 }], |
| 594 ], | 600 ], |
| 595 }], | 601 }], |
| 596 ], | 602 ], |
| 597 } | 603 } |
| OLD | NEW |