| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 '../base/base.gyp:base', | 63 '../base/base.gyp:base', |
| 64 '../base/base.gyp:test_support_base', | 64 '../base/base.gyp:test_support_base', |
| 65 '../skia/skia.gyp:skia', | 65 '../skia/skia.gyp:skia', |
| 66 '../testing/gmock.gyp:gmock', | 66 '../testing/gmock.gyp:gmock', |
| 67 '../testing/gtest.gyp:gtest', | 67 '../testing/gtest.gyp:gtest', |
| 68 '../third_party/icu/icu.gyp:icui18n', | 68 '../third_party/icu/icu.gyp:icui18n', |
| 69 '../third_party/icu/icu.gyp:icuuc', | 69 '../third_party/icu/icu.gyp:icuuc', |
| 70 '../third_party/libpng/libpng.gyp:libpng', | 70 '../third_party/libpng/libpng.gyp:libpng', |
| 71 '../url/url.gyp:url_lib', | 71 '../url/url.gyp:url_lib', |
| 72 'base/strings/ui_strings.gyp:ui_strings', | 72 'base/strings/ui_strings.gyp:ui_strings', |
| 73 'base/ui_base.gyp:ui_base', |
| 73 'events/events.gyp:events_base', | 74 'events/events.gyp:events_base', |
| 74 'gfx/gfx.gyp:gfx_test_support', | 75 'gfx/gfx.gyp:gfx_test_support', |
| 75 'resources/ui_resources.gyp:ui_resources', | 76 'resources/ui_resources.gyp:ui_resources', |
| 76 'resources/ui_resources.gyp:ui_test_pak', | 77 'resources/ui_resources.gyp:ui_test_pak', |
| 77 'ui.gyp:ui', | |
| 78 'ui_test_support', | 78 'ui_test_support', |
| 79 ], | 79 ], |
| 80 # iOS uses a small subset of ui. common_sources are the only files that | 80 # iOS uses a small subset of ui. common_sources are the only files that |
| 81 # are built on iOS. | 81 # are built on iOS. |
| 82 'common_sources' : [ | 82 'common_sources' : [ |
| 83 'base/layout_unittest.cc', | 83 'base/layout_unittest.cc', |
| 84 'base/l10n/l10n_util_mac_unittest.mm', | 84 'base/l10n/l10n_util_mac_unittest.mm', |
| 85 'base/l10n/l10n_util_unittest.cc', | 85 'base/l10n/l10n_util_unittest.cc', |
| 86 'base/l10n/l10n_util_win_unittest.cc', | 86 'base/l10n/l10n_util_win_unittest.cc', |
| 87 'base/l10n/time_format_unittest.cc', | 87 'base/l10n/time_format_unittest.cc', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'variables': { | 367 'variables': { |
| 368 'test_suite_name': 'ui_unittests', | 368 'test_suite_name': 'ui_unittests', |
| 369 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', | 369 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte
sts<(SHARED_LIB_SUFFIX)', |
| 370 }, | 370 }, |
| 371 'includes': [ '../build/apk_test.gypi' ], | 371 'includes': [ '../build/apk_test.gypi' ], |
| 372 }, | 372 }, |
| 373 ], | 373 ], |
| 374 }], | 374 }], |
| 375 ], | 375 ], |
| 376 } | 376 } |
| OLD | NEW |