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

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

Issue 787903003: Upstream image_fetcher::ImageFetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@436897
Patch Set: Fix compilation with Xcode 5.1 by adding ugly casts Created 6 years 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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698