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

Side by Side Diff: chrome/unit_tests.isolate

Issue 17788002: components/webdata: Break the dependency on chrome/test/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add entry to chrome/unit_tests.isolate to fix swarm build Created 7 years, 5 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 18 matching lines...) Expand all
29 ['OS=="linux" or OS=="mac" or OS=="win"', { 29 ['OS=="linux" or OS=="mac" or OS=="win"', {
30 'variables': { 30 'variables': {
31 'isolate_dependency_tracked': [ 31 'isolate_dependency_tracked': [
32 '../testing/test_env.py', 32 '../testing/test_env.py',
33 '<(PRODUCT_DIR)/resources.pak', 33 '<(PRODUCT_DIR)/resources.pak',
34 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 34 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
35 'browser/safe_browsing/two_phase_testserver.py', 35 'browser/safe_browsing/two_phase_testserver.py',
36 ], 36 ],
37 'isolate_dependency_untracked': [ 37 'isolate_dependency_untracked': [
38 '../base/test/data/', 38 '../base/test/data/',
39 '../components/test/data/',
39 '../extensions/test/data/', 40 '../extensions/test/data/',
40 '../net/data/', 41 '../net/data/',
41 '../net/tools/testserver/', 42 '../net/tools/testserver/',
42 '../third_party/accessibility-developer-tools/gen/', 43 '../third_party/accessibility-developer-tools/gen/',
43 '../third_party/hunspell_dictionaries/', 44 '../third_party/hunspell_dictionaries/',
44 '../third_party/pyftpdlib/', 45 '../third_party/pyftpdlib/',
45 '../third_party/pywebsocket/', 46 '../third_party/pywebsocket/',
46 '../third_party/tlslite/', 47 '../third_party/tlslite/',
47 '../third_party/zlib/google/test/data/', 48 '../third_party/zlib/google/test/data/',
48 '../tools/swarm_client/', 49 '../tools/swarm_client/',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'isolate_dependency_untracked': [ 94 'isolate_dependency_untracked': [
94 '../ppapi/lib/gl/include/KHR/', 95 '../ppapi/lib/gl/include/KHR/',
95 '../skia/ext/data/', 96 '../skia/ext/data/',
96 '../third_party/python_26/', 97 '../third_party/python_26/',
97 '../ui/base/glib/', 98 '../ui/base/glib/',
98 ], 99 ],
99 }, 100 },
100 }], 101 }],
101 ], 102 ],
102 } 103 }
OLDNEW
« no previous file with comments | « chrome/test/data/web_database/version_49.sql ('k') | components/test/data/web_database/version_22.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698