| 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 # GN version: //ui/base:unittests | 11 # GN version: //ui/base:unittests |
| 12 'target_name': 'ui_base_unittests', | 12 'target_name': 'ui_base_unittests', |
| 13 'type': '<(gtest_target_type)', | 13 'type': '<(gtest_target_type)', |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../../base/base.gyp:base', | 15 '../../base/base.gyp:base', |
| 16 '../../base/base.gyp:test_support_base', | 16 '../../base/base.gyp:test_support_base', |
| 17 '../../net/net.gyp:net', | 17 '../../net/net.gyp:net', |
| 18 '../../skia/skia.gyp:skia', | 18 '../../skia/skia.gyp:skia', |
| 19 '../../testing/gmock.gyp:gmock', | 19 '../../testing/gmock.gyp:gmock', |
| 20 '../../testing/gtest.gyp:gtest', | 20 '../../testing/gtest.gyp:gtest', |
| 21 '../../third_party/icu/icu.gyp:icui18n', | 21 '../../third_party/icu/icu.gyp:icui18n', |
| 22 '../../third_party/icu/icu.gyp:icuuc', | 22 '../../third_party/icu/icu.gyp:icuuc', |
| 23 '../../url/url.gyp:url_lib', | 23 '../../url/url.gyp:url_lib', |
| 24 '../events/events.gyp:events_base', | 24 '../events/events.gyp:events_base', |
| 25 '../gfx/gfx.gyp:gfx_test_support', | 25 '../gfx/gfx.gyp:gfx_test_support', |
| 26 '../resources/ui_resources.gyp:ui_resources', | 26 '../resources/ui_resources.gyp:ui_resources', |
| 27 '../resources/ui_resources.gyp:ui_test_pak', | 27 '../resources/ui_resources.gyp:ui_test_pak', |
| 28 '../strings/ui_strings.gyp:ui_strings', | 28 '../strings/ui_strings.gyp:ui_strings', |
| 29 'ime/ui_base_ime.gyp:ui_base_ime', | |
| 30 'ui_base.gyp:ui_base', | 29 'ui_base.gyp:ui_base', |
| 31 'ui_base.gyp:ui_base_test_support', | 30 'ui_base.gyp:ui_base_test_support', |
| 32 ], | 31 ], |
| 33 # iOS uses a small subset of ui. common_sources are the only files that | 32 # iOS uses a small subset of ui. common_sources are the only files that |
| 34 # are built on iOS. | 33 # are built on iOS. |
| 35 'common_sources' : [ | 34 'common_sources' : [ |
| 36 # Note: file list duplicated in GN build. | 35 # Note: file list duplicated in GN build. |
| 37 'layout_unittest.cc', | 36 'layout_unittest.cc', |
| 38 'l10n/l10n_util_mac_unittest.mm', | 37 'l10n/l10n_util_mac_unittest.mm', |
| 39 'l10n/l10n_util_unittest.cc', | 38 'l10n/l10n_util_unittest.cc', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 'dependencies': [ | 294 'dependencies': [ |
| 296 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 295 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 297 ], | 296 ], |
| 298 }], | 297 }], |
| 299 ], | 298 ], |
| 300 }, | 299 }, |
| 301 ], | 300 ], |
| 302 }], | 301 }], |
| 303 ], | 302 ], |
| 304 } | 303 } |
| OLD | NEW |