| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 '../base/allocator/allocator.gyp:allocator', | 232 '../base/allocator/allocator.gyp:allocator', |
| 233 ], | 233 ], |
| 234 }], | 234 }], |
| 235 ], | 235 ], |
| 236 }], | 236 }], |
| 237 ['use_x11==1', { | 237 ['use_x11==1', { |
| 238 'dependencies': [ | 238 'dependencies': [ |
| 239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 240 ], | 240 ], |
| 241 }], | 241 }], |
| 242 ['toolkit_uses_gtk == 1', { | |
| 243 'sources': [ | |
| 244 'base/dragdrop/gtk_dnd_util_unittest.cc', | |
| 245 ], | |
| 246 'dependencies': [ | |
| 247 '../build/linux/system.gyp:gtk', | |
| 248 ], | |
| 249 }], | |
| 250 ['OS=="android" or OS=="ios"', { | 242 ['OS=="android" or OS=="ios"', { |
| 251 'sources!': [ | 243 'sources!': [ |
| 252 'gfx/render_text_unittest.cc', | 244 'gfx/render_text_unittest.cc', |
| 253 ], | 245 ], |
| 254 }], | 246 }], |
| 255 ['OS!="win" or use_aura==0', { | 247 ['OS!="win" or use_aura==0', { |
| 256 'sources!': [ | 248 'sources!': [ |
| 257 'base/view_prop_unittest.cc', | 249 'base/view_prop_unittest.cc', |
| 258 ], | 250 ], |
| 259 }], | 251 }], |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 'variables': { | 336 'variables': { |
| 345 'test_suite_name': 'ui_unittests', | 337 'test_suite_name': 'ui_unittests', |
| 346 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 338 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 347 }, | 339 }, |
| 348 'includes': [ '../build/apk_test.gypi' ], | 340 'includes': [ '../build/apk_test.gypi' ], |
| 349 }, | 341 }, |
| 350 ], | 342 ], |
| 351 }], | 343 }], |
| 352 ], | 344 ], |
| 353 } | 345 } |
| OLD | NEW |