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

Side by Side Diff: third_party/WebKit/Source/web/webkit_unit_tests.isolate

Issue 1407543003: Preliminary paint property walk implementation for SPv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert forAllFrameViews change in FrameView.cpp. I don't know what I was thinking. Created 5 years, 2 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 | « third_party/WebKit/Source/web/WebKitUnitTests.isolate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '<(PRODUCT_DIR)/content_shell.pak', 7 '<(PRODUCT_DIR)/content_shell.pak',
8 'tests/data/', 8 'tests/data/',
9 '../core/paint/test_data/',
9 # Required by some image decoder tests. 10 # Required by some image decoder tests.
10 '../platform/image-decoders/testing/', 11 '../platform/image-decoders/testing/',
11 '../../LayoutTests/fast/images/resources/', 12 '../../LayoutTests/fast/images/resources/',
12 # Required by some font tests. 13 # Required by some font tests.
13 '../platform/testing/data/', 14 '../platform/testing/data/',
14 ], 15 ],
15 }, 16 },
16 'conditions': [ 17 'conditions': [
17 ['OS=="linux" or OS=="mac" or OS=="win"', { 18 ['OS=="linux" or OS=="mac" or OS=="win"', {
18 'variables': { 19 'variables': {
(...skipping 13 matching lines...) Expand all
32 }, 33 },
33 }], 34 }],
34 ], 35 ],
35 'includes': [ 36 'includes': [
36 '../../../../base/base.isolate', 37 '../../../../base/base.isolate',
37 '../../../../gin/v8.isolate', 38 '../../../../gin/v8.isolate',
38 # Required on Android to copy icudtl.dat to a device. 39 # Required on Android to copy icudtl.dat to a device.
39 '../../../icu/icu.isolate', 40 '../../../icu/icu.isolate',
40 ], 41 ],
41 } 42 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebKitUnitTests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698