| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'ios_chrome_unittests', | 10 'target_name': 'ios_chrome_unittests', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 'browser/net/metrics_network_client_unittest.mm', | 38 'browser/net/metrics_network_client_unittest.mm', |
| 39 'browser/net/retryable_url_fetcher_unittest.mm', | 39 'browser/net/retryable_url_fetcher_unittest.mm', |
| 40 'browser/snapshots/snapshot_cache_unittest.mm', | 40 'browser/snapshots/snapshot_cache_unittest.mm', |
| 41 'browser/snapshots/snapshots_util_unittest.mm', | 41 'browser/snapshots/snapshots_util_unittest.mm', |
| 42 'browser/translate/translate_service_ios_unittest.cc', | 42 'browser/translate/translate_service_ios_unittest.cc', |
| 43 'browser/ui/commands/set_up_for_testing_command_unittest.mm', | 43 'browser/ui/commands/set_up_for_testing_command_unittest.mm', |
| 44 'browser/ui/ui_util_unittest.mm', | 44 'browser/ui/ui_util_unittest.mm', |
| 45 'browser/ui/uikit_ui_util_unittest.mm', | 45 'browser/ui/uikit_ui_util_unittest.mm', |
| 46 'common/string_util_unittest.mm', | 46 'common/string_util_unittest.mm', |
| 47 ], | 47 ], |
| 48 'includes': ['ios_chrome_bundle_resources.gypi'], |
| 48 }, | 49 }, |
| 49 { | 50 { |
| 50 'target_name': 'ios_chrome_test_support', | 51 'target_name': 'ios_chrome_test_support', |
| 51 'type': 'static_library', | 52 'type': 'static_library', |
| 52 'dependencies': [ | 53 'dependencies': [ |
| 53 '../../base/base.gyp:base', | 54 '../../base/base.gyp:base', |
| 54 '../../testing/gmock.gyp:gmock', | 55 '../../testing/gmock.gyp:gmock', |
| 55 '../../testing/gtest.gyp:gtest', | 56 '../../testing/gtest.gyp:gtest', |
| 56 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 57 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
| 57 'ios_chrome.gyp:ios_chrome_browser', | 58 'ios_chrome.gyp:ios_chrome_browser', |
| 58 ], | 59 ], |
| 59 'sources': [ | 60 'sources': [ |
| 60 'browser/geolocation/location_manager+Testing.h', | 61 'browser/geolocation/location_manager+Testing.h', |
| 61 'browser/geolocation/test_location_manager.h', | 62 'browser/geolocation/test_location_manager.h', |
| 62 'browser/geolocation/test_location_manager.mm', | 63 'browser/geolocation/test_location_manager.mm', |
| 63 'browser/net/mock_image_fetcher.h', | 64 'browser/net/mock_image_fetcher.h', |
| 64 'browser/net/mock_image_fetcher.mm', | 65 'browser/net/mock_image_fetcher.mm', |
| 65 'browser/sync/sync_setup_service_mock.cc', | 66 'browser/sync/sync_setup_service_mock.cc', |
| 66 'browser/sync/sync_setup_service_mock.h', | 67 'browser/sync/sync_setup_service_mock.h', |
| 67 'test/ios_chrome_unit_test_suite.cc', | 68 'test/ios_chrome_unit_test_suite.cc', |
| 68 'test/ios_chrome_unit_test_suite.h', | 69 'test/ios_chrome_unit_test_suite.h', |
| 69 'test/run_all_unittests.cc', | 70 'test/run_all_unittests.cc', |
| 70 'test/testing_application_context.cc', | 71 'test/testing_application_context.cc', |
| 71 'test/testing_application_context.h', | 72 'test/testing_application_context.h', |
| 72 ], | 73 ], |
| 73 }, | 74 }, |
| 74 ], | 75 ], |
| 75 } | 76 } |
| OLD | NEW |