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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 '../sandbox/sandbox.gyp:*', | 83 '../sandbox/sandbox.gyp:*', |
84 ], | 84 ], |
85 'conditions': [ | 85 'conditions': [ |
86 ['branding=="Chrome"', { | 86 ['branding=="Chrome"', { |
87 'dependencies': [ | 87 'dependencies': [ |
88 '../chrome/chrome.gyp:linux_packages_<(channel)', | 88 '../chrome/chrome.gyp:linux_packages_<(channel)', |
89 ], | 89 ], |
90 }], | 90 }], |
91 ], | 91 ], |
92 }], | 92 }], |
93 ['use_wayland == 1', { | 93 ['use_wayland==1', { |
94 'dependencies': [ | 94 'dependencies': [ |
95 '../ui/wayland/wayland.gyp:*', | 95 '../ui/wayland/wayland.gyp:*', |
96 ], | 96 ], |
97 }], | 97 }], |
98 ['toolkit_uses_gtk==1', { | 98 ['toolkit_uses_gtk==1', { |
99 'dependencies': [ | 99 'dependencies': [ |
100 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 100 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
101 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 101 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
102 ], | 102 ], |
103 }], | 103 }], |
(...skipping 10 matching lines...) Expand all Loading... |
114 '../chrome_frame/chrome_frame.gyp:*', | 114 '../chrome_frame/chrome_frame.gyp:*', |
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:*', | |
125 ], | 124 ], |
126 }, { | 125 }, { |
127 'dependencies': [ | 126 'dependencies': [ |
128 '../third_party/libevent/libevent.gyp:*', | 127 '../third_party/libevent/libevent.gyp:*', |
129 ], | 128 ], |
130 }], | 129 }], |
131 ['toolkit_views==1', { | 130 ['toolkit_views==1', { |
132 'dependencies': [ | 131 'dependencies': [ |
133 '../views/views.gyp:*', | 132 '../views/views.gyp:*', |
134 ], | 133 ], |
135 }], | 134 }], |
| 135 ['use_aura==1', { |
| 136 'dependencies': [ |
| 137 '../ui/aura/aura.gyp:*', |
| 138 '../ui/aura_shell/aura_shell.gyp:*', |
| 139 ], |
| 140 }], |
136 ['remoting==1', { | 141 ['remoting==1', { |
137 'dependencies': [ | 142 'dependencies': [ |
138 '../remoting/remoting.gyp:*', | 143 '../remoting/remoting.gyp:*', |
139 ], | 144 ], |
140 }], | 145 }], |
141 ['use_openssl==0', { | 146 ['use_openssl==0', { |
142 'dependencies': [ | 147 'dependencies': [ |
143 '../net/third_party/nss/ssl.gyp:*', | 148 '../net/third_party/nss/ssl.gyp:*', |
144 ], | 149 ], |
145 }], | 150 }], |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 588 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
584 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 589 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
585 '../views/views.gyp:views_unittests', | 590 '../views/views.gyp:views_unittests', |
586 'temp_gyp/googleurl.gyp:googleurl_unittests', | 591 'temp_gyp/googleurl.gyp:googleurl_unittests', |
587 ], | 592 ], |
588 }, | 593 }, |
589 ], # targets | 594 ], # targets |
590 }], # "chromeos==1" | 595 }], # "chromeos==1" |
591 ], # conditions | 596 ], # conditions |
592 } | 597 } |
OLD | NEW |