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

Side by Side Diff: chrome/unit_tests.isolate

Issue 10559009: Update unit_tests.isolate on linux. (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 '../net/data/ssl/certificates/expired_cert.pem', 7 '../net/data/ssl/certificates/expired_cert.pem',
8 '../net/data/ssl/certificates/test_mail_google_com.pem', 8 '../net/data/ssl/certificates/test_mail_google_com.pem',
9 '../net/data/ssl/certificates/unittest.originbound.der', 9 '../net/data/ssl/certificates/unittest.originbound.der',
10 '../net/data/ssl/certificates/unittest.originbound.key.der', 10 '../net/data/ssl/certificates/unittest.originbound.key.der',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'conditions': [ 485 'conditions': [
486 ['OS=="linux"', { 486 ['OS=="linux"', {
487 'variables': { 487 'variables': {
488 'command': [ 488 'command': [
489 '../testing/xvfb.py', 489 '../testing/xvfb.py',
490 '<(PRODUCT_DIR)', 490 '<(PRODUCT_DIR)',
491 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 491 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
492 ], 492 ],
493 'isolate_dependency_tracked': [ 493 'isolate_dependency_tracked': [
494 '../net/data/ssl/certificates/google.single.der', 494 '../net/data/ssl/certificates/google.single.der',
495 '../net/data/ssl/certificates/ndn.ca.crt',
495 '../net/data/ssl/certificates/root_ca_cert.crt', 496 '../net/data/ssl/certificates/root_ca_cert.crt',
496 '../testing/xvfb.py', 497 '../testing/xvfb.py',
498 '../third_party/hunspell_dictionaries/af-ZA-2-3.bdic',
499 '../third_party/hunspell_dictionaries/ca-ES-2-3.bdic',
500 '../third_party/hunspell_dictionaries/en-AU-2-3.bdic',
501 '../third_party/hunspell_dictionaries/en-CA-2-3.bdic',
502 '../third_party/hunspell_dictionaries/en-GB-2-3.bdic',
503 '../third_party/hunspell_dictionaries/en-US-2-3.bdic',
504 '../third_party/hunspell_dictionaries/fo-FO-2-3.bdic',
497 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', 505 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
498 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', 506 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
499 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', 507 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
500 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py', 508 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
501 '../third_party/tlslite/tlslite/utils/TripleDES.py', 509 '../third_party/tlslite/tlslite/utils/TripleDES.py',
502 '<(PRODUCT_DIR)/chrome.pak', 510 '<(PRODUCT_DIR)/chrome.pak',
503 '<(PRODUCT_DIR)/pyproto/google/__init__.py', 511 '<(PRODUCT_DIR)/pyproto/google/__init__.py',
512 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print _preview_utils.js',
504 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 513 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
514 'test/data/extensions/manifest_tests/command_allow_numbers.json',
515 'test/data/extensions/manifest_tests/command_reject_just_shift.json',
516 'test/data/extensions/manifest_tests/command_simple.json',
517 'test/data/extensions/manifest_tests/command_too_many.json',
518 'test/data/extensions/manifest_tests/init_invalid_platform_app_4.json' ,
519 'test/data/extensions/manifest_tests/init_invalid_platform_app_5.json' ,
520 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_1.json',
521 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json',
522 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json',
523 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json',
524 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json',
525 'test/data/extensions/manifest_tests/sandboxed_pages_valid_1.json',
526 'test/data/extensions/manifest_tests/sandboxed_pages_valid_2.json',
527 'test/data/extensions/manifest_tests/sandboxed_pages_valid_3.json',
528 'test/data/extensions/unpacked/manifest_no_key.json',
529 'test/data/extensions/unpacked/manifest_with_key.json',
530 'test/data/extensions/unpacked/symlinks_allowed/manifest.json',
531 'test/data/firefox3_pref.js',
532 'test/data/firefox3_pref_pac_url.js',
505 ], 533 ],
506 'isolate_dependency_untracked': [ 534 'isolate_dependency_untracked': [
535 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/',
536 'browser/resources/software_rendering_list/',
507 'test/data/components/flapper/linux_x64/', 537 'test/data/components/flapper/linux_x64/',
538 'test/data/extensions/bad/',
539 'test/data/extensions/good/',
540 'test/data/extensions/l10n/',
541 'test/data/extensions/manifest_tests/_locales/',
542 'test/data/extensions/permissions/',
543 'test/data/extensions/storage_quota/',
544 'test/data/extensions/theme_i18n/',
545 'test/data/extensions/ui/',
546 'test/data/firefox2_profile/',
547 'test/data/firefox2_searchplugins/',
548 'test/data/firefox3_profile/',
549 'test/data/firefox3_searchplugins/',
550 'test/data/osdd/',
551 'test/data/value_store_db/',
552 'test/data/zip/',
508 ], 553 ],
509 }, 554 },
510 }, { 555 }, {
511 'variables': { 556 'variables': {
512 'command': [ 557 'command': [
513 '../testing/test_env.py', 558 '../testing/test_env.py',
514 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', 559 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
515 ], 560 ],
516 }, 561 },
517 }], 562 }],
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'test/data/extensions/unpacker/invalid_messages_file.crx', 806 'test/data/extensions/unpacker/invalid_messages_file.crx',
762 'test/data/extensions/unpacker/missing_default_data.crx', 807 'test/data/extensions/unpacker/missing_default_data.crx',
763 'test/data/extensions/unpacker/missing_default_has_locales.crx', 808 'test/data/extensions/unpacker/missing_default_has_locales.crx',
764 'test/data/extensions/unpacker/missing_messages_file.crx', 809 'test/data/extensions/unpacker/missing_messages_file.crx',
765 'test/data/extensions/unpacker/no_locale_data.crx', 810 'test/data/extensions/unpacker/no_locale_data.crx',
766 ], 811 ],
767 }, 812 },
768 }], 813 }],
769 ], 814 ],
770 } 815 }
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