Chromium Code Reviews| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 525 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ', | 525 '../cloud_print/virtual_driver/virtual_driver.gyp:virtual_driver ', |
| 526 '../remoting/remoting.gyp:remoting_webapp', | 526 '../remoting/remoting.gyp:remoting_webapp', |
| 527 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 527 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
| 528 ], | 528 ], |
| 529 'conditions': [ | 529 'conditions': [ |
| 530 ['internal_pdf', { | 530 ['internal_pdf', { |
| 531 'dependencies': [ | 531 'dependencies': [ |
| 532 '../pdf/pdf.gyp:pdf', | 532 '../pdf/pdf.gyp:pdf', |
| 533 ], | 533 ], |
| 534 }], # internal_pdf | 534 }], # internal_pdf |
| 535 ['component != "shared_library" and wix_exists == "True" and pla tformsdk_exists == "True"', { | |
|
Sergey Ulanov
2012/04/11 18:15:37
this can be wrapped to fit 80-chars
alexeypa (please no reviews)
2012/04/11 20:54:28
Done.
| |
| 536 'dependencies': [ | |
| 537 '../remoting/remoting.gyp:remoting_host_installation', | |
| 538 ], | |
| 539 }], # component != "shared_library" | |
| 535 ] | 540 ] |
| 536 }, | 541 }, |
| 537 ], # targets | 542 ], # targets |
| 538 }], # branding=="Chrome" | 543 }], # branding=="Chrome" |
| 539 ], # conditions | 544 ], # conditions |
| 540 }], # OS="win" | 545 }], # OS="win" |
| 541 ['use_aura==1', { | 546 ['use_aura==1', { |
| 542 'targets': [ | 547 'targets': [ |
| 543 { | 548 { |
| 544 'target_name': 'aura_builder', | 549 'target_name': 'aura_builder', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 597 'dependencies': [ | 602 'dependencies': [ |
| 598 '../chromeos/chromeos.gyp:chromeos_unittests', | 603 '../chromeos/chromeos.gyp:chromeos_unittests', |
| 599 ], | 604 ], |
| 600 }], | 605 }], |
| 601 ], | 606 ], |
| 602 }, | 607 }, |
| 603 ], # targets | 608 ], # targets |
| 604 }], # "use_aura==1" | 609 }], # "use_aura==1" |
| 605 ], # conditions | 610 ], # conditions |
| 606 } | 611 } |
| OLD | NEW |