OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ui_test_support', | 8 'target_name': 'ui_test_support', |
9 'dependencies': [ | 9 'dependencies': [ |
10 '../base/base.gyp:base', | 10 '../base/base.gyp:base', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 '../base/base.gyp:base', | 75 '../base/base.gyp:base', |
76 '../base/base.gyp:test_support_base', | 76 '../base/base.gyp:test_support_base', |
77 '../skia/skia.gyp:skia', | 77 '../skia/skia.gyp:skia', |
78 '../testing/gmock.gyp:gmock', | 78 '../testing/gmock.gyp:gmock', |
79 '../testing/gtest.gyp:gtest', | 79 '../testing/gtest.gyp:gtest', |
80 '../third_party/icu/icu.gyp:icui18n', | 80 '../third_party/icu/icu.gyp:icui18n', |
81 '../third_party/icu/icu.gyp:icuuc', | 81 '../third_party/icu/icu.gyp:icuuc', |
82 '../third_party/libpng/libpng.gyp:libpng', | 82 '../third_party/libpng/libpng.gyp:libpng', |
83 '../url/url.gyp:url_lib', | 83 '../url/url.gyp:url_lib', |
84 'base/strings/ui_strings.gyp:ui_strings', | 84 'base/strings/ui_strings.gyp:ui_strings', |
| 85 'events/events.gyp:events', |
85 'keycode_converter', | 86 'keycode_converter', |
86 'run_ui_unittests', | 87 'run_ui_unittests', |
87 'shell_dialogs', | 88 'shell_dialogs', |
88 'ui', | 89 'ui', |
89 'ui_resources', | 90 'ui_resources', |
90 'ui_test_support', | 91 'ui_test_support', |
91 ], | 92 ], |
92 # iOS uses a small subset of ui. common_sources are the only files that | 93 # iOS uses a small subset of ui. common_sources are the only files that |
93 # are built on iOS. | 94 # are built on iOS. |
94 'common_sources' : [ | 95 'common_sources' : [ |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'variables': { | 359 'variables': { |
359 'test_suite_name': 'ui_unittests', | 360 'test_suite_name': 'ui_unittests', |
360 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 361 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
361 }, | 362 }, |
362 'includes': [ '../build/apk_test.gypi' ], | 363 'includes': [ '../build/apk_test.gypi' ], |
363 }, | 364 }, |
364 ], | 365 ], |
365 }], | 366 }], |
366 ], | 367 ], |
367 } | 368 } |
OLD | NEW |