| OLD | NEW |
| 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 'browser_state_unittest.cc', | 22 'browser_state_unittest.cc', |
| 23 'crw_network_activity_indicator_manager_unittest.mm', |
| 24 'history_state_util_unittest.mm', |
| 23 'navigation/navigation_item_impl_unittest.mm', | 25 'navigation/navigation_item_impl_unittest.mm', |
| 26 'navigation/nscoder_util_unittest.mm', |
| 24 'net/cert_policy_unittest.cc', | 27 'net/cert_policy_unittest.cc', |
| 28 'net/request_group_util_unittest.mm', |
| 25 'public/referrer_util_unittest.cc', | 29 'public/referrer_util_unittest.cc', |
| 26 'string_util_unittest.cc', | 30 'string_util_unittest.cc', |
| 27 'url_scheme_util_unittest.mm', | 31 'url_scheme_util_unittest.mm', |
| 28 'url_util_unittest.cc', | 32 'url_util_unittest.cc', |
| 33 'weak_nsobject_counter_unittest.mm', |
| 29 ], | 34 ], |
| 30 }, | 35 }, |
| 31 ], | 36 ], |
| 32 } | 37 } |
| OLD | NEW |