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

Side by Side Diff: chrome/browser_tests.isolate

Issue 10496015: Remove extraneous directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « no previous file | 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 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../testing/test_env.py', 7 '../testing/test_env.py',
8 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 8 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
9 '<(PRODUCT_DIR)/resources.pak', 9 '<(PRODUCT_DIR)/resources.pak',
10 ], 10 ],
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 '../third_party/python_26/Lib/poplib.py', 285 '../third_party/python_26/Lib/poplib.py',
286 '../third_party/python_26/Lib/posixpath.py', 286 '../third_party/python_26/Lib/posixpath.py',
287 '../third_party/python_26/Lib/quopri.py', 287 '../third_party/python_26/Lib/quopri.py',
288 '../third_party/python_26/Lib/random.py', 288 '../third_party/python_26/Lib/random.py',
289 '../third_party/python_26/Lib/re.py', 289 '../third_party/python_26/Lib/re.py',
290 '../third_party/python_26/Lib/rfc822.py', 290 '../third_party/python_26/Lib/rfc822.py',
291 '../third_party/python_26/Lib/sgmllib.py', 291 '../third_party/python_26/Lib/sgmllib.py',
292 '../third_party/python_26/Lib/sha.py', 292 '../third_party/python_26/Lib/sha.py',
293 '../third_party/python_26/Lib/shlex.py', 293 '../third_party/python_26/Lib/shlex.py',
294 '../third_party/python_26/Lib/shutil.py', 294 '../third_party/python_26/Lib/shutil.py',
295 '../third_party/python_26/Lib/site-packages',
296 '../third_party/python_26/Lib/site-packages/google.pth', 295 '../third_party/python_26/Lib/site-packages/google.pth',
297 '../third_party/python_26/Lib/site-packages/pywin32.pth', 296 '../third_party/python_26/Lib/site-packages/pywin32.pth',
298 '../third_party/python_26/Lib/site-packages/win32',
299 '../third_party/python_26/Lib/site-packages/win32/pywintypes26.dll', 297 '../third_party/python_26/Lib/site-packages/win32/pywintypes26.dll',
300 '../third_party/python_26/Lib/site-packages/win32/win32file.pyd', 298 '../third_party/python_26/Lib/site-packages/win32/win32file.pyd',
301 '../third_party/python_26/Lib/site-packages/win32/win32pipe.pyd', 299 '../third_party/python_26/Lib/site-packages/win32/win32pipe.pyd',
302 '../third_party/python_26/Lib/site.py', 300 '../third_party/python_26/Lib/site.py',
303 '../third_party/python_26/Lib/smtplib.py', 301 '../third_party/python_26/Lib/smtplib.py',
304 '../third_party/python_26/Lib/socket.py', 302 '../third_party/python_26/Lib/socket.py',
305 '../third_party/python_26/Lib/sre_compile.py', 303 '../third_party/python_26/Lib/sre_compile.py',
306 '../third_party/python_26/Lib/sre_constants.py', 304 '../third_party/python_26/Lib/sre_constants.py',
307 '../third_party/python_26/Lib/sre_parse.py', 305 '../third_party/python_26/Lib/sre_parse.py',
308 '../third_party/python_26/Lib/ssl.py', 306 '../third_party/python_26/Lib/ssl.py',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 '../third_party/python_26/Lib/xml/parsers/', 590 '../third_party/python_26/Lib/xml/parsers/',
593 'test/data/extensions/api_test/content_scripts/css_l10n/_locales/', 591 'test/data/extensions/api_test/content_scripts/css_l10n/_locales/',
594 'test/data/extensions/api_test/content_scripts/existing_renderers/', 592 'test/data/extensions/api_test/content_scripts/existing_renderers/',
595 'test/data/extensions/api_test/i18n/_locales/', 593 'test/data/extensions/api_test/i18n/_locales/',
596 'test/data/extensions/api_test/incognito/content_scripts/', 594 'test/data/extensions/api_test/incognito/content_scripts/',
597 ], 595 ],
598 }, 596 },
599 }], 597 }],
600 ], 598 ],
601 } 599 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698