| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 '../third_party/libevent/libevent.gyp:*', | 107 '../third_party/libevent/libevent.gyp:*', |
| 108 ], | 108 ], |
| 109 }], | 109 }], |
| 110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { |
| 111 'dependencies': [ | 111 'dependencies': [ |
| 112 '../views/views.gyp:*', | 112 '../views/views.gyp:*', |
| 113 ], | 113 ], |
| 114 }], | 114 }], |
| 115 ['chromeos==1', { | 115 ['chromeos==1', { |
| 116 'dependencies': [ | 116 'dependencies': [ |
| 117 '../third_party/chromeos_text_input/text_input.gyp:*', | 117 '../chrome/browser/chromeos/text_input/text_input.gyp:*', |
| 118 ], | 118 ], |
| 119 }], | 119 }], |
| 120 ], | 120 ], |
| 121 }, | 121 }, |
| 122 ], | 122 ], |
| 123 'conditions': [ | 123 'conditions': [ |
| 124 ['OS=="mac"', { | 124 ['OS=="mac"', { |
| 125 'targets': [ | 125 'targets': [ |
| 126 { | 126 { |
| 127 # Target to build everything plus the dmg. We don't put the dmg | 127 # Target to build everything plus the dmg. We don't put the dmg |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 ], # targets | 251 ], # targets |
| 252 }], # OS="win" | 252 }], # OS="win" |
| 253 ], # conditions | 253 ], # conditions |
| 254 } | 254 } |
| 255 | 255 |
| 256 # Local Variables: | 256 # Local Variables: |
| 257 # tab-width:2 | 257 # tab-width:2 |
| 258 # indent-tabs-mode:nil | 258 # indent-tabs-mode:nil |
| 259 # End: | 259 # End: |
| 260 # vim: set expandtab tabstop=2 shiftwidth=2: | 260 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |