| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 ['use_allocator!="none"', { | 152 ['use_allocator!="none"', { |
| 153 'dependencies': [ | 153 'dependencies': [ |
| 154 '../base/allocator/allocator.gyp:allocator', | 154 '../base/allocator/allocator.gyp:allocator', |
| 155 ], | 155 ], |
| 156 }], | 156 }], |
| 157 ], | 157 ], |
| 158 }], | 158 }], |
| 159 ['use_x11==1', { | 159 ['use_x11==1', { |
| 160 'dependencies': [ | 160 'dependencies': [ |
| 161 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 161 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 162 'events/platform/x11/x11_events_platform.gyp:x11_events_platform', |
| 162 ], | 163 ], |
| 163 }], | 164 }], |
| 164 ['OS=="android" or OS=="ios"', { | 165 ['OS=="android" or OS=="ios"', { |
| 165 'sources!': [ | 166 'sources!': [ |
| 166 'gfx/render_text_unittest.cc', | 167 'gfx/render_text_unittest.cc', |
| 167 ], | 168 ], |
| 168 }], | 169 }], |
| 169 ['OS!="win" or use_aura==0', { | 170 ['OS!="win" or use_aura==0', { |
| 170 'sources!': [ | 171 'sources!': [ |
| 171 'base/view_prop_unittest.cc', | 172 'base/view_prop_unittest.cc', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 184 ], | 185 ], |
| 185 }], | 186 }], |
| 186 ['use_aura==1 or toolkit_views==1', { | 187 ['use_aura==1 or toolkit_views==1', { |
| 187 'sources': [ | 188 'sources': [ |
| 188 'base/dragdrop/os_exchange_data_unittest.cc', | 189 'base/dragdrop/os_exchange_data_unittest.cc', |
| 189 ], | 190 ], |
| 190 'dependencies': [ | 191 'dependencies': [ |
| 191 'events/events.gyp:events', | 192 'events/events.gyp:events', |
| 192 'events/events.gyp:events_base', | 193 'events/events.gyp:events_base', |
| 193 'events/events.gyp:events_test_support', | 194 'events/events.gyp:events_test_support', |
| 195 'events/platform/events_platform.gyp:events_platform', |
| 194 ], | 196 ], |
| 195 }], | 197 }], |
| 196 ['use_aura==1', { | 198 ['use_aura==1', { |
| 197 'sources!': [ | 199 'sources!': [ |
| 198 'base/dragdrop/os_exchange_data_win_unittest.cc', | 200 'base/dragdrop/os_exchange_data_win_unittest.cc', |
| 199 'gfx/screen_unittest.cc', | 201 'gfx/screen_unittest.cc', |
| 200 ], | 202 ], |
| 201 }], | 203 }], |
| 202 ['use_ozone==1', { | 204 ['use_ozone==1', { |
| 203 'dependencies': [ | 205 'dependencies': [ |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 ], | 267 ], |
| 266 'variables': { | 268 'variables': { |
| 267 'test_suite_name': 'ui_unittests', | 269 'test_suite_name': 'ui_unittests', |
| 268 }, | 270 }, |
| 269 'includes': [ '../build/apk_test.gypi' ], | 271 'includes': [ '../build/apk_test.gypi' ], |
| 270 }, | 272 }, |
| 271 ], | 273 ], |
| 272 }], | 274 }], |
| 273 ], | 275 ], |
| 274 } | 276 } |
| OLD | NEW |