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

Side by Side Diff: ios/web/ios_web_unittests.gyp

Issue 1043263003: Implemented AddAllocWithZoneMethod to override allocWithZone: on demand. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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_web_unittests', 10 'target_name': 'ios_web_unittests',
11 'type': '<(gtest_target_type)', 11 'type': '<(gtest_target_type)',
12 'dependencies': [ 12 'dependencies': [
13 '../../base/base.gyp:base', 13 '../../base/base.gyp:base',
14 '../../base/base.gyp:run_all_unittests', 14 '../../base/base.gyp:run_all_unittests',
15 '../../base/base.gyp:test_support_base', 15 '../../base/base.gyp:test_support_base',
16 '../../testing/gmock.gyp:gmock', 16 '../../testing/gmock.gyp:gmock',
17 '../../testing/gtest.gyp:gtest', 17 '../../testing/gtest.gyp:gtest',
18 'ios_web.gyp:ios_web', 18 'ios_web.gyp:ios_web',
19 'ios_web.gyp:test_support_ios_web', 19 'ios_web.gyp:test_support_ios_web',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'alloc_with_zone_interceptor_unittest.mm',
22 'browser_state_unittest.cc', 23 'browser_state_unittest.cc',
23 'crw_network_activity_indicator_manager_unittest.mm', 24 'crw_network_activity_indicator_manager_unittest.mm',
24 'history_state_util_unittest.mm', 25 'history_state_util_unittest.mm',
25 'navigation/navigation_item_impl_unittest.mm', 26 'navigation/navigation_item_impl_unittest.mm',
26 'navigation/nscoder_util_unittest.mm', 27 'navigation/nscoder_util_unittest.mm',
27 'net/cert_policy_unittest.cc', 28 'net/cert_policy_unittest.cc',
28 'net/request_group_util_unittest.mm', 29 'net/request_group_util_unittest.mm',
29 'public/referrer_util_unittest.cc', 30 'public/referrer_util_unittest.cc',
30 'string_util_unittest.cc', 31 'string_util_unittest.cc',
31 'url_scheme_util_unittest.mm', 32 'url_scheme_util_unittest.mm',
32 'url_util_unittest.cc', 33 'url_util_unittest.cc',
33 'weak_nsobject_counter_unittest.mm', 34 'weak_nsobject_counter_unittest.mm',
34 ], 35 ],
35 }, 36 },
36 ], 37 ],
37 } 38 }
OLDNEW
« ios/web/alloc_with_zone_interceptor_unittest.mm ('K') | « ios/web/ios_web.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698