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

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

Issue 400193004: Unify desktop Linux and Chrome OS font rendering params. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update some comments Created 6 years, 5 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 | Annotate | Revision Log
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 {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'transform_util_unittest.cc', 68 'transform_util_unittest.cc',
69 'utf16_indexing_unittest.cc', 69 'utf16_indexing_unittest.cc',
70 ], 70 ],
71 'dependencies': [ 71 'dependencies': [
72 '../../base/base.gyp:base', 72 '../../base/base.gyp:base',
73 '../../base/base.gyp:test_support_base', 73 '../../base/base.gyp:test_support_base',
74 '../../skia/skia.gyp:skia', 74 '../../skia/skia.gyp:skia',
75 '../../testing/gtest.gyp:gtest', 75 '../../testing/gtest.gyp:gtest',
76 '../../third_party/libpng/libpng.gyp:libpng', 76 '../../third_party/libpng/libpng.gyp:libpng',
77 '../base/ui_base.gyp:ui_base', 77 '../base/ui_base.gyp:ui_base',
78 '../resources/ui_resources.gyp:ui_test_pak',
78 'gfx.gyp:gfx', 79 'gfx.gyp:gfx',
79 'gfx.gyp:gfx_geometry', 80 'gfx.gyp:gfx_geometry',
80 'gfx.gyp:gfx_test_support', 81 'gfx.gyp:gfx_test_support',
81 ], 82 ],
82 'conditions': [ 83 'conditions': [
83 ['OS == "ios"', { 84 ['OS == "ios"', {
84 'sources': ['<@(_common_sources)'], 85 'sources': ['<@(_common_sources)'],
85 }, { # OS != "ios" 86 }, { # OS != "ios"
86 'sources': ['<@(_all_sources)'], 87 'sources': ['<@(_all_sources)'],
87 }], 88 }],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 ], 146 ],
146 'variables': { 147 'variables': {
147 'test_suite_name': 'gfx_unittests', 148 'test_suite_name': 'gfx_unittests',
148 }, 149 },
149 'includes': [ '../../build/apk_test.gypi' ], 150 'includes': [ '../../build/apk_test.gypi' ],
150 }, 151 },
151 ], 152 ],
152 }], 153 }],
153 ], 154 ],
154 } 155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698