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

Side by Side Diff: chrome/unit_tests.isolate

Issue 13198003: Remove the chrome include in extensions\DEPS by creating a test data directory for extensions. (Closed) Base URL: svn://chrome-svn/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/test/base/chrome_test_suite.cc ('k') | extensions/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 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '<(PRODUCT_DIR)/resources.pak', 7 '<(PRODUCT_DIR)/resources.pak',
8 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 8 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
9 'browser/safe_browsing/two_phase_testserver.py', 9 'browser/safe_browsing/two_phase_testserver.py',
10 ], 10 ],
11 'isolate_dependency_untracked': [ 11 'isolate_dependency_untracked': [
12 '../base/prefs/test/data/', 12 '../base/prefs/test/data/',
13 '../extensions/test/data/',
13 '../net/data/', 14 '../net/data/',
14 '../net/tools/testserver/', 15 '../net/tools/testserver/',
15 '../testing/test_env.py', 16 '../testing/test_env.py',
16 '../third_party/hunspell_dictionaries/', 17 '../third_party/hunspell_dictionaries/',
17 '../third_party/pyftpdlib/', 18 '../third_party/pyftpdlib/',
18 '../third_party/pywebsocket/', 19 '../third_party/pywebsocket/',
19 '../third_party/tlslite/', 20 '../third_party/tlslite/',
20 '../tools/swarm_client/', 21 '../tools/swarm_client/',
21 'third_party/mock4js/', 22 'third_party/mock4js/',
22 'test/data/', 23 'test/data/',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 '../ppapi/lib/gl/include/KHR/', 91 '../ppapi/lib/gl/include/KHR/',
91 '../skia/ext/data/', 92 '../skia/ext/data/',
92 '../third_party/python_26/', 93 '../third_party/python_26/',
93 '../ui/base/glib/', 94 '../ui/base/glib/',
94 '<(PRODUCT_DIR)/test_data/ui/', 95 '<(PRODUCT_DIR)/test_data/ui/',
95 ], 96 ],
96 }, 97 },
97 }], 98 }],
98 ], 99 ],
99 } 100 }
OLDNEW
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698