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

Side by Side Diff: content/content_unittests.isolate

Issue 15094006: Change gpu blacklists from json resource to const string. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « content/content_resources.grd ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
11 '../tools/swarm_client/run_test_cases.py', 11 '../tools/swarm_client/run_test_cases.py',
12 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 12 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
13 ], 13 ],
14 'isolate_dependency_untracked': [ 14 'isolate_dependency_untracked': [
15 '<(PRODUCT_DIR)/libffmpegsumo.so', 15 '<(PRODUCT_DIR)/libffmpegsumo.so',
16 '<(PRODUCT_DIR)/test_data/', 16 '<(PRODUCT_DIR)/test_data/',
17 ], 17 ],
18 }, 18 },
19 }], 19 }],
20 ['OS=="linux" or OS=="mac" or OS=="win"', { 20 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': { 21 'variables': {
22 'isolate_dependency_tracked': [ 22 'isolate_dependency_tracked': [
23 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 23 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
24 ], 24 ],
25 'isolate_dependency_untracked': [ 25 'isolate_dependency_untracked': [
26 '../third_party/hyphen/hyph_en_US.dic', 26 '../third_party/hyphen/hyph_en_US.dic',
27 '../webkit/data/', 27 '../webkit/data/',
28 'browser/gpu/gpu_driver_bug_list.json',
29 'browser/gpu/gpu_switching_list.json',
30 'browser/gpu/software_rendering_list.json',
31 'test/data/', 28 'test/data/',
32 ], 29 ],
33 }, 30 },
34 }], 31 }],
35 ['OS=="mac"', { 32 ['OS=="mac"', {
36 'variables': { 33 'variables': {
37 'isolate_dependency_untracked': [ 34 'isolate_dependency_untracked': [
38 '<(PRODUCT_DIR)/content_resources.pak', 35 '<(PRODUCT_DIR)/content_resources.pak',
39 '<(PRODUCT_DIR)/ffmpegsumo.so', 36 '<(PRODUCT_DIR)/ffmpegsumo.so',
40 ], 37 ],
(...skipping 11 matching lines...) Expand all
52 ['OS=="win"', { 49 ['OS=="win"', {
53 'variables': { 50 'variables': {
54 'isolate_dependency_untracked': [ 51 'isolate_dependency_untracked': [
55 '<(PRODUCT_DIR)/ffmpegsumo.dll', 52 '<(PRODUCT_DIR)/ffmpegsumo.dll',
56 '<(PRODUCT_DIR)/icudt.dll', 53 '<(PRODUCT_DIR)/icudt.dll',
57 ], 54 ],
58 }, 55 },
59 }], 56 }],
60 ], 57 ],
61 } 58 }
OLDNEW
« no previous file with comments | « content/content_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698