| 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 12 matching lines...) Expand all Loading... |
| 23 'base/test/ui_cocoa_test_helper.mm', | 23 'base/test/ui_cocoa_test_helper.mm', |
| 24 'base/test/ui_controls.h', | 24 'base/test/ui_controls.h', |
| 25 'base/test/ui_controls_aura.cc', | 25 'base/test/ui_controls_aura.cc', |
| 26 'base/test/ui_controls_gtk.cc', | 26 'base/test/ui_controls_gtk.cc', |
| 27 'base/test/ui_controls_internal_win.cc', | 27 'base/test/ui_controls_internal_win.cc', |
| 28 'base/test/ui_controls_internal_win.h', | 28 'base/test/ui_controls_internal_win.h', |
| 29 'base/test/ui_controls_mac.mm', | 29 'base/test/ui_controls_mac.mm', |
| 30 'base/test/ui_controls_win.cc', | 30 'base/test/ui_controls_win.cc', |
| 31 'gfx/test/color_util.cc', | 31 'gfx/test/color_util.cc', |
| 32 'gfx/test/color_util.h', | 32 'gfx/test/color_util.h', |
| 33 'test/ui_test_initializer.cc', |
| 34 'test/ui_test_initializer.h', |
| 33 ], | 35 ], |
| 34 'include_dirs': [ | 36 'include_dirs': [ |
| 35 '../', | 37 '../', |
| 36 ], | 38 ], |
| 37 'conditions': [ | 39 'conditions': [ |
| 38 ['OS!="ios"', { | 40 ['OS!="ios"', { |
| 39 'type': 'static_library', | 41 'type': 'static_library', |
| 40 'includes': [ 'base/ime/ime_test_support.gypi' ], | 42 'includes': [ 'base/ime/ime_test_support.gypi' ], |
| 41 }, { # OS=="ios" | 43 }, { # OS=="ios" |
| 42 # None of the sources in this target are built on iOS, resulting in | 44 # None of the sources in this target are built on iOS, resulting in |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 'variables': { | 378 'variables': { |
| 377 'test_suite_name': 'ui_unittests', | 379 'test_suite_name': 'ui_unittests', |
| 378 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 380 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 379 }, | 381 }, |
| 380 'includes': [ '../build/apk_test.gypi' ], | 382 'includes': [ '../build/apk_test.gypi' ], |
| 381 }, | 383 }, |
| 382 ], | 384 ], |
| 383 }], | 385 }], |
| 384 ], | 386 ], |
| 385 } | 387 } |
| OLD | NEW |