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

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

Issue 809333003: Upstream //ios/chrome/browser/translate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 11 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',
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 '../../net/net.gyp:net_test_support', 16 '../../net/net.gyp:net_test_support',
17 '../../testing/gtest.gyp:gtest', 17 '../../testing/gtest.gyp:gtest',
18 '../ios_tests.gyp:test_support_ios',
18 '../web/ios_web.gyp:ios_web', 19 '../web/ios_web.gyp:ios_web',
19 '../web/ios_web.gyp:test_support_ios_web', 20 '../web/ios_web.gyp:test_support_ios_web',
20 'ios_chrome.gyp:ios_chrome_browser', 21 'ios_chrome.gyp:ios_chrome_browser',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 'browser/net/image_fetcher_unittest.mm', 24 'browser/net/image_fetcher_unittest.mm',
25 'browser/translate/translate_service_ios_unittest.cc',
24 ], 26 ],
25 }, 27 },
26 { 28 {
27 'target_name': 'ios_chrome_test_support', 29 'target_name': 'ios_chrome_test_support',
28 'type': 'static_library', 30 'type': 'static_library',
29 'dependencies': [ 31 'dependencies': [
30 '../../base/base.gyp:base', 32 '../../base/base.gyp:base',
31 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser', 33 '../provider/ios_provider_chrome.gyp:ios_provider_chrome_browser',
32 'ios_chrome.gyp:ios_chrome_browser', 34 'ios_chrome.gyp:ios_chrome_browser',
33 ], 35 ],
34 'sources': [ 36 'sources': [
35 'test/testing_application_context.cc', 37 'test/testing_application_context.cc',
36 'test/testing_application_context.h', 38 'test/testing_application_context.h',
37 ], 39 ],
38 }, 40 },
39 ], 41 ],
40 } 42 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698