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

Side by Side Diff: content/content_unittests.isolate

Issue 12976004: Generalzie GpuBlacklist to GpuControlList. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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_tests.gypi ('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 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', 7 '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
8 ], 8 ],
9 'isolate_dependency_untracked': [ 9 'isolate_dependency_untracked': [
10 'browser/gpu/gpu_driver_bug_list.json',
11 'browser/gpu/gpu_switching_list.json',
10 'browser/gpu/software_rendering_list.json', 12 'browser/gpu/software_rendering_list.json',
11 'test/data/', 13 'test/data/',
12 '../third_party/hyphen/hyph_en_US.dic', 14 '../third_party/hyphen/hyph_en_US.dic',
13 '../webkit/data/', 15 '../webkit/data/',
14 ], 16 ],
15 }, 17 },
16 'conditions': [ 18 'conditions': [
17 ['OS=="linux"', { 19 ['OS=="linux"', {
18 'variables': { 20 'variables': {
19 'command': [ 21 'command': [
(...skipping 27 matching lines...) Expand all
47 ['OS=="win"', { 49 ['OS=="win"', {
48 'variables': { 50 'variables': {
49 'isolate_dependency_untracked': [ 51 'isolate_dependency_untracked': [
50 '<(PRODUCT_DIR)/ffmpegsumo.dll', 52 '<(PRODUCT_DIR)/ffmpegsumo.dll',
51 '<(PRODUCT_DIR)/icudt.dll', 53 '<(PRODUCT_DIR)/icudt.dll',
52 ], 54 ],
53 }, 55 },
54 }], 56 }],
55 ], 57 ],
56 } 58 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698