| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 'gfx/text_elider_unittest.cc', | 272 'gfx/text_elider_unittest.cc', |
| 273 'gfx/font_unittest.cc', | 273 'gfx/font_unittest.cc', |
| 274 'gfx/font_list_unittest.cc', | 274 'gfx/font_list_unittest.cc', |
| 275 'gfx/render_text_unittest.cc', | 275 'gfx/render_text_unittest.cc', |
| 276 'gfx/canvas_unittest.cc', | 276 'gfx/canvas_unittest.cc', |
| 277 ], | 277 ], |
| 278 }], | 278 }], |
| 279 ['chromeos==1', { | 279 ['chromeos==1', { |
| 280 'dependencies': [ | 280 'dependencies': [ |
| 281 '../chromeos/chromeos.gyp:chromeos', | 281 '../chromeos/chromeos.gyp:chromeos', |
| 282 'aura/aura.gyp:aura_test_support', |
| 283 'chromeos/ui_chromeos.gyp:ui_chromeos', |
| 284 ], |
| 285 'sources': [ |
| 286 'chromeos/touch_exploration_controller_unittest.cc' |
| 282 ], | 287 ], |
| 283 'sources!': [ | 288 'sources!': [ |
| 284 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', | 289 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', |
| 285 ], | 290 ], |
| 286 }], | 291 }], |
| 287 ], | 292 ], |
| 288 'target_conditions': [ | 293 'target_conditions': [ |
| 289 ['OS == "ios"', { | 294 ['OS == "ios"', { |
| 290 'sources/': [ | 295 'sources/': [ |
| 291 # Pull in specific Mac files for iOS (which have been filtered out | 296 # Pull in specific Mac files for iOS (which have been filtered out |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 ], | 328 ], |
| 324 'variables': { | 329 'variables': { |
| 325 'test_suite_name': 'ui_unittests', | 330 'test_suite_name': 'ui_unittests', |
| 326 }, | 331 }, |
| 327 'includes': [ '../build/apk_test.gypi' ], | 332 'includes': [ '../build/apk_test.gypi' ], |
| 328 }, | 333 }, |
| 329 ], | 334 ], |
| 330 }], | 335 }], |
| 331 ], | 336 ], |
| 332 } | 337 } |
| OLD | NEW |