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

Side by Side Diff: ui/gfx/gfx_tests.gyp

Issue 574663003: Enables 300P support for iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Save and restore. Created 6 years, 3 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
« no previous file with comments | « ui/base/resource/resource_bundle_ios.mm ('k') | ui/gfx/image/image_ios_unittest.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'gfx_unittests', 11 'target_name': 'gfx_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 # iOS uses a small subset of ui. common_sources are the only files that 13 # iOS uses a small subset of ui. common_sources are the only files that
14 # are built on iOS. 14 # are built on iOS.
15 'common_sources' : [ 15 'common_sources' : [
16 'font_unittest.cc', 16 'font_unittest.cc',
17 'image/image_family_unittest.cc', 17 'image/image_family_unittest.cc',
18 'image/image_ios_unittest.mm',
18 'image/image_skia_unittest.cc', 19 'image/image_skia_unittest.cc',
19 'image/image_unittest.cc', 20 'image/image_unittest.cc',
20 'image/image_unittest_util.cc', 21 'image/image_unittest_util.cc',
21 'image/image_unittest_util.h', 22 'image/image_unittest_util.h',
22 'image/image_unittest_util_ios.mm', 23 'image/image_unittest_util_ios.mm',
23 'image/image_unittest_util_mac.mm', 24 'image/image_unittest_util_mac.mm',
24 'screen_unittest.cc', 25 'screen_unittest.cc',
25 'test/run_all_unittests.cc', 26 'test/run_all_unittests.cc',
26 'text_elider_unittest.cc', 27 'text_elider_unittest.cc',
27 'text_utils_unittest.cc', 28 'text_utils_unittest.cc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 ], 187 ],
187 'variables': { 188 'variables': {
188 'test_suite_name': 'gfx_unittests', 189 'test_suite_name': 'gfx_unittests',
189 }, 190 },
190 'includes': [ '../../build/apk_test.gypi' ], 191 'includes': [ '../../build/apk_test.gypi' ],
191 }, 192 },
192 ], 193 ],
193 }], 194 }],
194 ], 195 ],
195 } 196 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_bundle_ios.mm ('k') | ui/gfx/image/image_ios_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698