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

Side by Side Diff: trunk/src/chrome/unit_tests.isolate

Issue 18120007: Revert 209071 "components/webdata: Break the dependency on chrom..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/build/android/pylib/gtest/test_runner.py ('k') | trunk/src/components/webdata/DEPS » ('j') | 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 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/',
40 '../extensions/test/data/', 39 '../extensions/test/data/',
41 '../net/data/', 40 '../net/data/',
42 '../net/tools/testserver/', 41 '../net/tools/testserver/',
43 '../third_party/accessibility-developer-tools/gen/', 42 '../third_party/accessibility-developer-tools/gen/',
44 '../third_party/hunspell_dictionaries/', 43 '../third_party/hunspell_dictionaries/',
45 '../third_party/pyftpdlib/', 44 '../third_party/pyftpdlib/',
46 '../third_party/pywebsocket/', 45 '../third_party/pywebsocket/',
47 '../third_party/tlslite/', 46 '../third_party/tlslite/',
48 '../third_party/zlib/google/test/data/', 47 '../third_party/zlib/google/test/data/',
49 '../tools/swarm_client/', 48 '../tools/swarm_client/',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'isolate_dependency_untracked': [ 94 'isolate_dependency_untracked': [
96 '../ppapi/lib/gl/include/KHR/', 95 '../ppapi/lib/gl/include/KHR/',
97 '../skia/ext/data/', 96 '../skia/ext/data/',
98 '../third_party/python_26/', 97 '../third_party/python_26/',
99 '../ui/base/glib/', 98 '../ui/base/glib/',
100 ], 99 ],
101 }, 100 },
102 }], 101 }],
103 ], 102 ],
104 } 103 }
OLDNEW
« no previous file with comments | « trunk/src/build/android/pylib/gtest/test_runner.py ('k') | trunk/src/components/webdata/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698