| 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': 'All', | 8 'target_name': 'All', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'xcode_create_dependents_test_runner': 1, | 10 'xcode_create_dependents_test_runner': 1, |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 'conditions': [ | 541 'conditions': [ |
| 542 ['internal_pdf', { | 542 ['internal_pdf', { |
| 543 'dependencies': [ | 543 'dependencies': [ |
| 544 '../pdf/pdf.gyp:pdf', | 544 '../pdf/pdf.gyp:pdf', |
| 545 ], | 545 ], |
| 546 }], # internal_pdf | 546 }], # internal_pdf |
| 547 ['component != "shared_library" and wix_exists == "True" and \ | 547 ['component != "shared_library" and wix_exists == "True" and \ |
| 548 platformsdk_exists == "True"', { | 548 platformsdk_exists == "True"', { |
| 549 'dependencies': [ | 549 'dependencies': [ |
| 550 '../remoting/remoting.gyp:remoting_host_installation', | 550 '../remoting/remoting.gyp:remoting_host_installation', |
| 551 '../remoting/remoting.gyp:remoting_host_installation_unittes
t', |
| 551 ], | 552 ], |
| 552 }], # component != "shared_library" | 553 }], # component != "shared_library" |
| 553 ] | 554 ] |
| 554 }, | 555 }, |
| 555 ], # targets | 556 ], # targets |
| 556 }], # branding=="Chrome" | 557 }], # branding=="Chrome" |
| 557 ], # conditions | 558 ], # conditions |
| 558 }], # OS="win" | 559 }], # OS="win" |
| 559 ['use_aura==1', { | 560 ['use_aura==1', { |
| 560 'targets': [ | 561 'targets': [ |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'dependencies': [ | 618 'dependencies': [ |
| 618 '../chromeos/chromeos.gyp:chromeos_unittests', | 619 '../chromeos/chromeos.gyp:chromeos_unittests', |
| 619 ], | 620 ], |
| 620 }], | 621 }], |
| 621 ], | 622 ], |
| 622 }, | 623 }, |
| 623 ], # targets | 624 ], # targets |
| 624 }], # "use_aura==1" | 625 }], # "use_aura==1" |
| 625 ], # conditions | 626 ], # conditions |
| 626 } | 627 } |
| OLD | NEW |