OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 }], | 62 }], |
63 ['OS=="mac" or OS=="linux"', { | 63 ['OS=="mac" or OS=="linux"', { |
64 'dependencies': [ | 64 'dependencies': [ |
65 '../third_party/yasm/yasm.gyp:*#host', | 65 '../third_party/yasm/yasm.gyp:*#host', |
66 ], | 66 ], |
67 }], | 67 }], |
68 ['OS=="mac" or OS=="win"', { | 68 ['OS=="mac" or OS=="win"', { |
69 'dependencies': [ | 69 'dependencies': [ |
70 '../third_party/nss/nss.gyp:*', | 70 '../third_party/nss/nss.gyp:*', |
71 ], | 71 ], |
| 72 }, { |
| 73 'dependencies': [ |
| 74 '../third_party/libevent/libevent.gyp:*', |
| 75 ], |
72 }], | 76 }], |
73 ['OS=="mac"', { | 77 ['OS=="mac"', { |
74 'dependencies': [ | 78 'dependencies': [ |
75 '../third_party/ocmock/ocmock.gyp:*', | 79 '../third_party/ocmock/ocmock.gyp:*', |
76 ], | 80 ], |
77 }], | 81 }], |
78 ['OS=="linux"', { | 82 ['OS=="linux"', { |
79 'dependencies': [ | 83 'dependencies': [ |
80 '../breakpad/breakpad.gyp:*', | 84 '../breakpad/breakpad.gyp:*', |
81 '../courgette/courgette.gyp:*', | 85 '../courgette/courgette.gyp:*', |
(...skipping 28 matching lines...) Expand all Loading... |
110 '../cloud_print/virtual_driver/virtual_driver.gyp:*', | 114 '../cloud_print/virtual_driver/virtual_driver.gyp:*', |
111 '../courgette/courgette.gyp:*', | 115 '../courgette/courgette.gyp:*', |
112 '../rlz/rlz.gyp:*', | 116 '../rlz/rlz.gyp:*', |
113 '../sandbox/sandbox.gyp:*', | 117 '../sandbox/sandbox.gyp:*', |
114 '../third_party/angle/src/build_angle.gyp:*', | 118 '../third_party/angle/src/build_angle.gyp:*', |
115 '../third_party/bsdiff/bsdiff.gyp:*', | 119 '../third_party/bsdiff/bsdiff.gyp:*', |
116 '../third_party/bspatch/bspatch.gyp:*', | 120 '../third_party/bspatch/bspatch.gyp:*', |
117 '../third_party/gles2_book/gles2_book.gyp:*', | 121 '../third_party/gles2_book/gles2_book.gyp:*', |
118 '../tools/memory_watcher/memory_watcher.gyp:*', | 122 '../tools/memory_watcher/memory_watcher.gyp:*', |
119 ], | 123 ], |
120 }, { | |
121 'dependencies': [ | |
122 '../third_party/libevent/libevent.gyp:*', | |
123 ], | |
124 }], | 124 }], |
125 ['toolkit_views==1', { | 125 ['toolkit_views==1', { |
126 'dependencies': [ | 126 'dependencies': [ |
127 '../views/views.gyp:*', | 127 '../views/views.gyp:*', |
128 ], | 128 ], |
129 }], | 129 }], |
130 ['remoting==1', { | 130 ['remoting==1', { |
131 'dependencies': [ | 131 'dependencies': [ |
132 '../remoting/remoting.gyp:*', | 132 '../remoting/remoting.gyp:*', |
133 ], | 133 ], |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 ], # targets | 565 ], # targets |
566 }], # "chromeos==1" | 566 }], # "chromeos==1" |
567 ], # conditions | 567 ], # conditions |
568 } | 568 } |
569 | 569 |
570 # Local Variables: | 570 # Local Variables: |
571 # tab-width:2 | 571 # tab-width:2 |
572 # indent-tabs-mode:nil | 572 # indent-tabs-mode:nil |
573 # End: | 573 # End: |
574 # vim: set expandtab tabstop=2 shiftwidth=2: | 574 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |