| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 '../third_party/bsdiff/bsdiff.gyp:*', | 99 '../third_party/bsdiff/bsdiff.gyp:*', |
| 100 '../third_party/bspatch/bspatch.gyp:*', | 100 '../third_party/bspatch/bspatch.gyp:*', |
| 101 '../third_party/gles2_book/gles2_book.gyp:*', | 101 '../third_party/gles2_book/gles2_book.gyp:*', |
| 102 '../tools/memory_watcher/memory_watcher.gyp:*', | 102 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 103 ], | 103 ], |
| 104 }, { | 104 }, { |
| 105 'dependencies': [ | 105 'dependencies': [ |
| 106 '../third_party/libevent/libevent.gyp:*', | 106 '../third_party/libevent/libevent.gyp:*', |
| 107 ], | 107 ], |
| 108 }], | 108 }], |
| 109 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 109 ['toolkit_views==1', { |
| 110 'dependencies': [ | 110 'dependencies': [ |
| 111 '../views/views.gyp:*', | 111 '../views/views.gyp:*', |
| 112 ], | 112 ], |
| 113 }], | 113 }], |
| 114 ['chromeos==1', { | 114 ['chromeos==1', { |
| 115 'dependencies': [ | 115 'dependencies': [ |
| 116 '../chrome/browser/chromeos/text_input/text_input.gyp:*', | 116 '../chrome/browser/chromeos/text_input/text_input.gyp:*', |
| 117 ], | 117 ], |
| 118 }], | 118 }], |
| 119 ], | 119 ], |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 ], # targets | 294 ], # targets |
| 295 }], # "chromeos==1" | 295 }], # "chromeos==1" |
| 296 ], # conditions | 296 ], # conditions |
| 297 } | 297 } |
| 298 | 298 |
| 299 # Local Variables: | 299 # Local Variables: |
| 300 # tab-width:2 | 300 # tab-width:2 |
| 301 # indent-tabs-mode:nil | 301 # indent-tabs-mode:nil |
| 302 # End: | 302 # End: |
| 303 # vim: set expandtab tabstop=2 shiftwidth=2: | 303 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |