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

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

Issue 1891613002: Revert of Add OpenTypeCapsSupport class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@caseMapHbBufferFillerLand
Patch Set: 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/',
11 # Required by some image decoder tests. 9 # Required by some image decoder tests.
12 'image-decoders/testing/', 10 'image-decoders/testing/',
13 '../../LayoutTests/fast/images/resources/', 11 '../../LayoutTests/fast/images/resources/',
14 ], 12 ],
15 }, 13 },
16 'conditions': [ 14 'conditions': [
17 ['OS=="linux" or OS=="mac" or OS=="win"', { 15 ['OS=="linux" or OS=="mac" or OS=="win"', {
18 'variables': { 16 'variables': {
19 'command': [ 17 'command': [
20 '<(DEPTH)/testing/test_env.py', 18 '<(DEPTH)/testing/test_env.py',
(...skipping 10 matching lines...) Expand all
31 ], 29 ],
32 }, 30 },
33 }], 31 }],
34 ], 32 ],
35 'includes': [ 33 'includes': [
36 '../../../../base/base.isolate', 34 '../../../../base/base.isolate',
37 # Required on Android to copy icudtl.dat to a device. 35 # Required on Android to copy icudtl.dat to a device.
38 '../../../icu/icu.isolate', 36 '../../../icu/icu.isolate',
39 ], 37 ],
40 } 38 }
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