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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 '../sandbox/sandbox.gyp:*', | 82 '../sandbox/sandbox.gyp:*', |
83 ], | 83 ], |
84 'conditions': [ | 84 'conditions': [ |
85 ['branding=="Chrome"', { | 85 ['branding=="Chrome"', { |
86 'dependencies': [ | 86 'dependencies': [ |
87 '../chrome/chrome.gyp:linux_packages_<(channel)', | 87 '../chrome/chrome.gyp:linux_packages_<(channel)', |
88 ], | 88 ], |
89 }], | 89 }], |
90 ], | 90 ], |
91 }], | 91 }], |
| 92 ['use_wayland == 1', { |
| 93 'dependencies': [ |
| 94 '../ui/wayland/wayland.gyp:*', |
| 95 ], |
| 96 }], |
92 ['toolkit_uses_gtk==1', { | 97 ['toolkit_uses_gtk==1', { |
93 'dependencies': [ | 98 'dependencies': [ |
94 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 99 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
95 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', | 100 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', |
96 ], | 101 ], |
97 }], | 102 }], |
98 ['OS=="win"', { | 103 ['OS=="win"', { |
99 'conditions': [ | 104 'conditions': [ |
100 ['win_use_allocator_shim==1', { | 105 ['win_use_allocator_shim==1', { |
101 'dependencies': [ | 106 'dependencies': [ |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 581 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
577 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 582 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
578 '../views/views.gyp:views_unittests', | 583 '../views/views.gyp:views_unittests', |
579 'temp_gyp/googleurl.gyp:googleurl_unittests', | 584 'temp_gyp/googleurl.gyp:googleurl_unittests', |
580 ], | 585 ], |
581 }, | 586 }, |
582 ], # targets | 587 ], # targets |
583 }], # "chromeos==1" | 588 }], # "chromeos==1" |
584 ], # conditions | 589 ], # conditions |
585 } | 590 } |
OLD | NEW |