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

Side by Side Diff: chrome/unit_tests.isolate

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update unit_tests.isolate for new test data location 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
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 26 matching lines...) Expand all
37 'isolate_dependency_untracked': [ 37 'isolate_dependency_untracked': [
38 '../base/test/data/', 38 '../base/test/data/',
39 '../extensions/test/data/', 39 '../extensions/test/data/',
40 '../net/data/', 40 '../net/data/',
41 '../net/tools/testserver/', 41 '../net/tools/testserver/',
42 '../third_party/accessibility-developer-tools/gen/', 42 '../third_party/accessibility-developer-tools/gen/',
43 '../third_party/hunspell_dictionaries/', 43 '../third_party/hunspell_dictionaries/',
44 '../third_party/pyftpdlib/', 44 '../third_party/pyftpdlib/',
45 '../third_party/pywebsocket/', 45 '../third_party/pywebsocket/',
46 '../third_party/tlslite/', 46 '../third_party/tlslite/',
47 '../third_party/zlib/google/test/data/',
47 '../tools/swarm_client/', 48 '../tools/swarm_client/',
48 '<(PRODUCT_DIR)/pyproto/', 49 '<(PRODUCT_DIR)/pyproto/',
49 'test/data/', 50 'test/data/',
50 'third_party/mock4js/', 51 'third_party/mock4js/',
51 ], 52 ],
52 }, 53 },
53 }], 54 }],
54 ['OS=="linux" or OS=="win"', { 55 ['OS=="linux" or OS=="win"', {
55 'variables': { 56 'variables': {
56 'isolate_dependency_tracked': [ 57 'isolate_dependency_tracked': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'isolate_dependency_untracked': [ 93 'isolate_dependency_untracked': [
93 '../ppapi/lib/gl/include/KHR/', 94 '../ppapi/lib/gl/include/KHR/',
94 '../skia/ext/data/', 95 '../skia/ext/data/',
95 '../third_party/python_26/', 96 '../third_party/python_26/',
96 '../ui/base/glib/', 97 '../ui/base/glib/',
97 ], 98 ],
98 }, 99 },
99 }], 100 }],
100 ], 101 ],
101 } 102 }
OLDNEW
« no previous file with comments | « chrome/test/webdriver/webdriver_util.cc ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698