| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'ios_chrome.gyp:ios_chrome_browser', | 87 'ios_chrome.gyp:ios_chrome_browser', |
| 88 ], | 88 ], |
| 89 'sources': [ | 89 'sources': [ |
| 90 'browser/geolocation/location_manager+Testing.h', | 90 'browser/geolocation/location_manager+Testing.h', |
| 91 'browser/geolocation/test_location_manager.h', | 91 'browser/geolocation/test_location_manager.h', |
| 92 'browser/geolocation/test_location_manager.mm', | 92 'browser/geolocation/test_location_manager.mm', |
| 93 'browser/net/mock_image_fetcher.h', | 93 'browser/net/mock_image_fetcher.h', |
| 94 'browser/net/mock_image_fetcher.mm', | 94 'browser/net/mock_image_fetcher.mm', |
| 95 'browser/signin/fake_oauth2_token_service_builder.cc', | 95 'browser/signin/fake_oauth2_token_service_builder.cc', |
| 96 'browser/signin/fake_oauth2_token_service_builder.h', | 96 'browser/signin/fake_oauth2_token_service_builder.h', |
| 97 'browser/signin/fake_signin_manager_builder.cc', |
| 98 'browser/signin/fake_signin_manager_builder.h', |
| 97 'browser/sync/sync_setup_service_mock.cc', | 99 'browser/sync/sync_setup_service_mock.cc', |
| 98 'browser/sync/sync_setup_service_mock.h', | 100 'browser/sync/sync_setup_service_mock.h', |
| 99 'test/ios_chrome_unit_test_suite.cc', | 101 'test/ios_chrome_unit_test_suite.cc', |
| 100 'test/ios_chrome_unit_test_suite.h', | 102 'test/ios_chrome_unit_test_suite.h', |
| 101 'test/run_all_unittests.cc', | 103 'test/run_all_unittests.cc', |
| 102 'test/testing_application_context.cc', | 104 'test/testing_application_context.cc', |
| 103 'test/testing_application_context.h', | 105 'test/testing_application_context.h', |
| 104 ], | 106 ], |
| 105 }, | 107 }, |
| 106 ], | 108 ], |
| 107 } | 109 } |
| OLD | NEW |