OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 '../remoting/remoting.gyp:remoting_unittests', | 591 '../remoting/remoting.gyp:remoting_unittests', |
592 '../sql/sql.gyp:sql_unittests', | 592 '../sql/sql.gyp:sql_unittests', |
593 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 593 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
594 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 594 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
595 '../views/views.gyp:views_unittests', | 595 '../views/views.gyp:views_unittests', |
596 'temp_gyp/googleurl.gyp:googleurl_unittests', | 596 'temp_gyp/googleurl.gyp:googleurl_unittests', |
597 ], | 597 ], |
598 }, | 598 }, |
599 ], # targets | 599 ], # targets |
600 }], # "chromeos==1" | 600 }], # "chromeos==1" |
| 601 ['use_aura==1', { |
| 602 'targets': [ |
| 603 { |
| 604 'target_name': 'aura_builder', |
| 605 'type': 'none', |
| 606 'dependencies': [ |
| 607 '../ui/aura_shell/aura_shell.gyp:aura_shell_exe', |
| 608 '../ui/aura/aura.gyp:*', |
| 609 '../ui/gfx/compositor/compositor.gyp:*', |
| 610 '../views/views.gyp:views', |
| 611 '../views/views.gyp:views_aura_desktop', |
| 612 '../views/views.gyp:views_desktop', |
| 613 '../views/views.gyp:views_desktop_lib', |
| 614 '../views/views.gyp:views_unittests', |
| 615 ], |
| 616 }, |
| 617 ], # targets |
| 618 }], # "use_aura==1" |
601 ], # conditions | 619 ], # conditions |
602 } | 620 } |
OLD | NEW |