| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'sources/': [['exclude', 'cocoa']], | 47 'sources/': [['exclude', 'cocoa']], |
| 48 }], | 48 }], |
| 49 ['chromeos==1', { | 49 ['chromeos==1', { |
| 50 'dependencies': [ | 50 'dependencies': [ |
| 51 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', | 51 '../chromeos/chromeos.gyp:chromeos_test_support_without_gmock', |
| 52 '../skia/skia.gyp:skia', | 52 '../skia/skia.gyp:skia', |
| 53 ], | 53 ], |
| 54 }], | 54 }], |
| 55 ['use_aura==1', { | 55 ['use_aura==1', { |
| 56 'sources!': [ | 56 'sources!': [ |
| 57 'base/test/ui_controls_mac.mm', |
| 57 'base/test/ui_controls_win.cc', | 58 'base/test/ui_controls_win.cc', |
| 58 ], | 59 ], |
| 59 }], | 60 }], |
| 60 ], | 61 ], |
| 61 }, | 62 }, |
| 62 { | 63 { |
| 63 'target_name': 'run_ui_unittests', | 64 'target_name': 'run_ui_unittests', |
| 64 'type': 'static_library', | 65 'type': 'static_library', |
| 65 'dependencies': [ | 66 'dependencies': [ |
| 66 '../base/base.gyp:base', | 67 '../base/base.gyp:base', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 'variables': { | 363 'variables': { |
| 363 'test_suite_name': 'ui_unittests', | 364 'test_suite_name': 'ui_unittests', |
| 364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 365 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 365 }, | 366 }, |
| 366 'includes': [ '../build/apk_test.gypi' ], | 367 'includes': [ '../build/apk_test.gypi' ], |
| 367 }, | 368 }, |
| 368 ], | 369 ], |
| 369 }], | 370 }], |
| 370 ], | 371 ], |
| 371 } | 372 } |
| OLD | NEW |