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 { |
11 'target_name': 'ui_unittests', | 11 'target_name': 'ui_unittests', |
12 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../base/base.gyp:base', | 14 '../base/base.gyp:base', |
15 '../base/base.gyp:test_support_base', | 15 '../base/base.gyp:test_support_base', |
| 16 '../net/net.gyp:net', |
16 '../skia/skia.gyp:skia', | 17 '../skia/skia.gyp:skia', |
17 '../testing/gmock.gyp:gmock', | 18 '../testing/gmock.gyp:gmock', |
18 '../testing/gtest.gyp:gtest', | 19 '../testing/gtest.gyp:gtest', |
19 '../third_party/icu/icu.gyp:icui18n', | 20 '../third_party/icu/icu.gyp:icui18n', |
20 '../third_party/icu/icu.gyp:icuuc', | 21 '../third_party/icu/icu.gyp:icuuc', |
21 '../url/url.gyp:url_lib', | 22 '../url/url.gyp:url_lib', |
22 'base/ui_base.gyp:ui_base', | 23 'base/ui_base.gyp:ui_base', |
23 'base/ui_base.gyp:ui_base_test_support', | 24 'base/ui_base.gyp:ui_base_test_support', |
24 'events/events.gyp:events_base', | 25 'events/events.gyp:events_base', |
25 'gfx/gfx.gyp:gfx_test_support', | 26 'gfx/gfx.gyp:gfx_test_support', |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 ], | 251 ], |
251 'variables': { | 252 'variables': { |
252 'test_suite_name': 'ui_unittests', | 253 'test_suite_name': 'ui_unittests', |
253 }, | 254 }, |
254 'includes': [ '../build/apk_test.gypi' ], | 255 'includes': [ '../build/apk_test.gypi' ], |
255 }, | 256 }, |
256 ], | 257 ], |
257 }], | 258 }], |
258 ], | 259 ], |
259 } | 260 } |
OLD | NEW |