| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 '../cloud_print/virtual_driver/virtual_driver.gyp:*', | 115 '../cloud_print/virtual_driver/virtual_driver.gyp:*', |
| 116 '../courgette/courgette.gyp:*', | 116 '../courgette/courgette.gyp:*', |
| 117 '../rlz/rlz.gyp:*', | 117 '../rlz/rlz.gyp:*', |
| 118 '../sandbox/sandbox.gyp:*', | 118 '../sandbox/sandbox.gyp:*', |
| 119 '../third_party/angle/src/build_angle.gyp:*', | 119 '../third_party/angle/src/build_angle.gyp:*', |
| 120 '../third_party/bsdiff/bsdiff.gyp:*', | 120 '../third_party/bsdiff/bsdiff.gyp:*', |
| 121 '../third_party/bspatch/bspatch.gyp:*', | 121 '../third_party/bspatch/bspatch.gyp:*', |
| 122 '../third_party/gles2_book/gles2_book.gyp:*', | 122 '../third_party/gles2_book/gles2_book.gyp:*', |
| 123 '../tools/memory_watcher/memory_watcher.gyp:*', | 123 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 124 '../ui/aura/aura.gyp:*', | 124 '../ui/aura/aura.gyp:*', |
| 125 '../ui/aura_shell/aura_shell.gyp:*', |
| 125 ], | 126 ], |
| 126 }, { | 127 }, { |
| 127 'dependencies': [ | 128 'dependencies': [ |
| 128 '../third_party/libevent/libevent.gyp:*', | 129 '../third_party/libevent/libevent.gyp:*', |
| 129 ], | 130 ], |
| 130 }], | 131 }], |
| 131 ['toolkit_views==1', { | 132 ['toolkit_views==1', { |
| 132 'dependencies': [ | 133 'dependencies': [ |
| 133 '../views/views.gyp:*', | 134 '../views/views.gyp:*', |
| 134 ], | 135 ], |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 583 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 584 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 584 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 585 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 585 '../views/views.gyp:views_unittests', | 586 '../views/views.gyp:views_unittests', |
| 586 'temp_gyp/googleurl.gyp:googleurl_unittests', | 587 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 587 ], | 588 ], |
| 588 }, | 589 }, |
| 589 ], # targets | 590 ], # targets |
| 590 }], # "chromeos==1" | 591 }], # "chromeos==1" |
| 591 ], # conditions | 592 ], # conditions |
| 592 } | 593 } |
| OLD | NEW |