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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 '../../testing/gtest.gyp:gtest', | 55 '../../testing/gtest.gyp:gtest', |
56 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', | 56 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', |
57 'ios_chrome.gyp:ios_chrome_browser', | 57 'ios_chrome.gyp:ios_chrome_browser', |
58 ], | 58 ], |
59 'sources': [ | 59 'sources': [ |
60 'browser/geolocation/location_manager+Testing.h', | 60 'browser/geolocation/location_manager+Testing.h', |
61 'browser/geolocation/test_location_manager.h', | 61 'browser/geolocation/test_location_manager.h', |
62 'browser/geolocation/test_location_manager.mm', | 62 'browser/geolocation/test_location_manager.mm', |
63 'browser/net/mock_image_fetcher.h', | 63 'browser/net/mock_image_fetcher.h', |
64 'browser/net/mock_image_fetcher.mm', | 64 'browser/net/mock_image_fetcher.mm', |
| 65 'browser/sync/sync_setup_service_mock.cc', |
| 66 'browser/sync/sync_setup_service_mock.h', |
65 'test/ios_chrome_unit_test_suite.cc', | 67 'test/ios_chrome_unit_test_suite.cc', |
66 'test/ios_chrome_unit_test_suite.h', | 68 'test/ios_chrome_unit_test_suite.h', |
67 'test/run_all_unittests.cc', | 69 'test/run_all_unittests.cc', |
68 'test/testing_application_context.cc', | 70 'test/testing_application_context.cc', |
69 'test/testing_application_context.h', | 71 'test/testing_application_context.h', |
70 ], | 72 ], |
71 }, | 73 }, |
72 ], | 74 ], |
73 } | 75 } |
OLD | NEW |