| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 ], | 244 ], |
| 244 'variables': { | 245 'variables': { |
| 245 'test_suite_name': 'ui_unittests', | 246 'test_suite_name': 'ui_unittests', |
| 246 }, | 247 }, |
| 247 'includes': [ '../build/apk_test.gypi' ], | 248 'includes': [ '../build/apk_test.gypi' ], |
| 248 }, | 249 }, |
| 249 ], | 250 ], |
| 250 }], | 251 }], |
| 251 ], | 252 ], |
| 252 } | 253 } |
| OLD | NEW |