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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 ], | 58 ], |
59 }], | 59 }], |
60 ], | 60 ], |
61 }, | 61 }, |
62 { | 62 { |
63 'target_name': 'run_ui_unittests', | 63 'target_name': 'run_ui_unittests', |
64 'type': 'static_library', | 64 'type': 'static_library', |
65 'dependencies': [ | 65 'dependencies': [ |
66 '../base/base.gyp:base', | 66 '../base/base.gyp:base', |
67 '../base/base.gyp:test_support_base', | 67 '../base/base.gyp:test_support_base', |
| 68 '../chrome/chrome_resources.gyp:packed_resources', |
68 'ui.gyp:ui', | 69 'ui.gyp:ui', |
69 ], | 70 ], |
70 'sources': [ | 71 'sources': [ |
71 'test/test_suite.cc', | 72 'test/test_suite.cc', |
72 'test/test_suite.h', | 73 'test/test_suite.h', |
73 'test/run_all_unittests.cc', | 74 'test/run_all_unittests.cc', |
74 ], | 75 ], |
75 }, | 76 }, |
76 { | 77 { |
77 'target_name': 'ui_unittests', | 78 'target_name': 'ui_unittests', |
(...skipping 284 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 |