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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform_unittests.isolate

Issue 1882063002: Add OpenTypeCapsSupport class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@caseMapHbBufferFillerLand
Patch Set: Adding used font files to .isolate recipe, now with trailing slashes Created 4 years, 8 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 (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 'files': [ 6 'files': [
7 # Required by some font tests. 7 # Required by some font tests.
8 'testing/data/', 8 'testing/data/',
9 '../../LayoutTests/third_party/Libertine/',
10 '../../LayoutTests/third_party/MEgalopolis/',
9 # Required by some image decoder tests. 11 # Required by some image decoder tests.
10 'image-decoders/testing/', 12 'image-decoders/testing/',
11 '../../LayoutTests/fast/images/resources/', 13 '../../LayoutTests/fast/images/resources/',
12 ], 14 ],
13 }, 15 },
14 'conditions': [ 16 'conditions': [
15 ['OS=="linux" or OS=="mac" or OS=="win"', { 17 ['OS=="linux" or OS=="mac" or OS=="win"', {
16 'variables': { 18 'variables': {
17 'command': [ 19 'command': [
18 '<(DEPTH)/testing/test_env.py', 20 '<(DEPTH)/testing/test_env.py',
(...skipping 10 matching lines...) Expand all
29 ], 31 ],
30 }, 32 },
31 }], 33 }],
32 ], 34 ],
33 'includes': [ 35 'includes': [
34 '../../../../base/base.isolate', 36 '../../../../base/base.isolate',
35 # Required on Android to copy icudtl.dat to a device. 37 # Required on Android to copy icudtl.dat to a device.
36 '../../../icu/icu.isolate', 38 '../../../icu/icu.isolate',
37 ], 39 ],
38 } 40 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gypi ('k') | third_party/WebKit/Source/platform/fonts/FontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698