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

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

Issue 1989873002: Create Memory Helper for memory warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS Created 4 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
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # GN version: //ios/chrome:ios_chrome_unittests 10 # GN version: //ios/chrome:ios_chrome_unittests
(...skipping 24 matching lines...) Expand all
35 '../web/ios_web.gyp:ios_web_test_support', 35 '../web/ios_web.gyp:ios_web_test_support',
36 'ios_chrome.gyp:ios_chrome_app', 36 'ios_chrome.gyp:ios_chrome_app',
37 'ios_chrome.gyp:ios_chrome_browser', 37 'ios_chrome.gyp:ios_chrome_browser',
38 'ios_chrome.gyp:ios_chrome_common', 38 'ios_chrome.gyp:ios_chrome_common',
39 'ios_chrome_test_support', 39 'ios_chrome_test_support',
40 ], 40 ],
41 'mac_bundle_resources': [ 41 'mac_bundle_resources': [
42 'browser/ui/native_content_controller_test.xib' 42 'browser/ui/native_content_controller_test.xib'
43 ], 43 ],
44 'sources': [ 44 'sources': [
45 'app/application_delegate/memory_warning_helper_unittest.mm',
45 'app/safe_mode_util_unittest.cc', 46 'app/safe_mode_util_unittest.cc',
46 'browser/chrome_url_util_unittest.mm', 47 'browser/chrome_url_util_unittest.mm',
47 'browser/crash_loop_detection_util_unittest.mm', 48 'browser/crash_loop_detection_util_unittest.mm',
48 'browser/favicon/large_icon_cache_unittest.cc', 49 'browser/favicon/large_icon_cache_unittest.cc',
49 'browser/geolocation/CLLocation+XGeoHeaderTest.mm', 50 'browser/geolocation/CLLocation+XGeoHeaderTest.mm',
50 'browser/geolocation/location_manager_unittest.mm', 51 'browser/geolocation/location_manager_unittest.mm',
51 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm', 52 'browser/geolocation/omnibox_geolocation_local_state_unittest.mm',
52 'browser/install_time_util_unittest.mm', 53 'browser/install_time_util_unittest.mm',
53 'browser/installation_notifier_unittest.mm', 54 'browser/installation_notifier_unittest.mm',
54 'browser/metrics/ios_chrome_metrics_service_accessor_unittest.cc', 55 'browser/metrics/ios_chrome_metrics_service_accessor_unittest.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'test/ios_chrome_scoped_testing_local_state.h', 145 'test/ios_chrome_scoped_testing_local_state.h',
145 'test/ios_chrome_unit_test_suite.h', 146 'test/ios_chrome_unit_test_suite.h',
146 'test/ios_chrome_unit_test_suite.mm', 147 'test/ios_chrome_unit_test_suite.mm',
147 'test/run_all_unittests.cc', 148 'test/run_all_unittests.cc',
148 'test/testing_application_context.h', 149 'test/testing_application_context.h',
149 'test/testing_application_context.mm', 150 'test/testing_application_context.mm',
150 ], 151 ],
151 }, 152 },
152 ], 153 ],
153 } 154 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698