Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: ios/chrome/ios_chrome_tests.gyp

Issue 1148573002: [iOS] Upstream SyncSetupService (and mock) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« ios/chrome/browser/sync/sync_setup_service.cc ('K') | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698