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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 '../base/allocator/allocator.gyp:*', | 96 '../base/allocator/allocator.gyp:*', |
97 ], | 97 ], |
98 }], | 98 }], |
99 ], | 99 ], |
100 'dependencies': [ | 100 'dependencies': [ |
101 '../breakpad/breakpad.gyp:*', | 101 '../breakpad/breakpad.gyp:*', |
102 '../chrome/app/locales/locales.gyp:*', | 102 '../chrome/app/locales/locales.gyp:*', |
103 '../chrome_frame/chrome_frame.gyp:*', | 103 '../chrome_frame/chrome_frame.gyp:*', |
104 '../courgette/courgette.gyp:*', | 104 '../courgette/courgette.gyp:*', |
105 '../gears/gears.gyp:*', | 105 '../gears/gears.gyp:*', |
106 # '../rlz/rlz.gyp:*', // temporary, back with open source rlz | 106 '../rlz/rlz.gyp:*', |
107 '../sandbox/sandbox.gyp:*', | 107 '../sandbox/sandbox.gyp:*', |
108 '../third_party/bsdiff/bsdiff.gyp:*', | 108 '../third_party/bsdiff/bsdiff.gyp:*', |
109 '../third_party/bspatch/bspatch.gyp:*', | 109 '../third_party/bspatch/bspatch.gyp:*', |
110 '../third_party/gles2_book/gles2_book.gyp:*', | 110 '../third_party/gles2_book/gles2_book.gyp:*', |
111 '../tools/memory_watcher/memory_watcher.gyp:*', | 111 '../tools/memory_watcher/memory_watcher.gyp:*', |
112 ], | 112 ], |
113 }, { | 113 }, { |
114 'dependencies': [ | 114 'dependencies': [ |
115 '../third_party/libevent/libevent.gyp:*', | 115 '../third_party/libevent/libevent.gyp:*', |
116 ], | 116 ], |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 ], # targets | 322 ], # targets |
323 }], # "chromeos==1" | 323 }], # "chromeos==1" |
324 ], # conditions | 324 ], # conditions |
325 } | 325 } |
326 | 326 |
327 # Local Variables: | 327 # Local Variables: |
328 # tab-width:2 | 328 # tab-width:2 |
329 # indent-tabs-mode:nil | 329 # indent-tabs-mode:nil |
330 # End: | 330 # End: |
331 # vim: set expandtab tabstop=2 shiftwidth=2: | 331 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |