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

Side by Side Diff: chrome/unit_tests.isolate

Issue 14359005: Remove unnecessary files from unit_tests and browser_tests in windows/isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser_tests.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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)',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/', 80 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
81 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', 81 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
82 '<(PRODUCT_DIR)/test_data/ui/', 82 '<(PRODUCT_DIR)/test_data/ui/',
83 ], 83 ],
84 }, 84 },
85 }], 85 }],
86 ['OS=="win"', { 86 ['OS=="win"', {
87 'variables': { 87 'variables': {
88 'isolate_dependency_tracked': [ 88 'isolate_dependency_tracked': [
89 '<(PRODUCT_DIR)/ffmpegsumo.dll', 89 '<(PRODUCT_DIR)/ffmpegsumo.dll',
90 '<(PRODUCT_DIR)/gyp-win-tool',
91 '<(PRODUCT_DIR)/icudt.dll', 90 '<(PRODUCT_DIR)/icudt.dll',
92 ], 91 ],
93 'isolate_dependency_untracked': [ 92 'isolate_dependency_untracked': [
94 '../ppapi/lib/gl/include/KHR/', 93 '../ppapi/lib/gl/include/KHR/',
95 '../skia/ext/data/', 94 '../skia/ext/data/',
96 '../third_party/python_26/', 95 '../third_party/python_26/',
97 '../ui/base/glib/', 96 '../ui/base/glib/',
98 ], 97 ],
99 }, 98 },
100 }], 99 }],
101 ], 100 ],
102 } 101 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698