| 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 | |
| 5 { | 4 { |
| 6 'variables': { | 5 'variables': { |
| 7 'chromium_code': 1, | 6 'chromium_code': 1, |
| 8 }, | 7 }, |
| 9 'targets': [ | 8 'targets': [ |
| 10 { | 9 { |
| 11 'target_name': 'ui_ios_unittests', | 10 'target_name': 'ios_chrome_unittests', |
| 12 'type': '<(gtest_target_type)', | 11 'type': '<(gtest_target_type)', |
| 13 'dependencies': [ | 12 'dependencies': [ |
| 14 '../../base/base.gyp:base', | 13 '../../base/base.gyp:base', |
| 15 '../../base/base.gyp:run_all_unittests', | 14 '../../base/base.gyp:run_all_unittests', |
| 16 '../../base/base.gyp:test_support_base', | 15 '../../base/base.gyp:test_support_base', |
| 16 '../../net/net.gyp:net_test_support', |
| 17 '../../testing/gtest.gyp:gtest', | 17 '../../testing/gtest.gyp:gtest', |
| 18 'ui_ios.gyp:ui_ios', | 18 '../web/ios_web.gyp:ios_web', |
| 19 '../web/ios_web.gyp:test_support_ios_web', |
| 20 'ios_chrome.gyp:ios_chrome_browser', |
| 19 ], | 21 ], |
| 20 'sources' : [ | 22 'sources': [ |
| 21 'NSString+CrStringDrawing_unittest.mm', | 23 'browser/net/image_fetcher_unittest.mm', |
| 22 'uikit_util_unittest.mm', | |
| 23 ], | 24 ], |
| 24 }, | 25 }, |
| 25 ], | 26 ], |
| 26 } | 27 } |
| OLD | NEW |