| Index: chrome/browser_tests.isolate
|
| diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
|
| deleted file mode 100644
|
| index 5926b2500f6cffa307600b6af72c045242993da5..0000000000000000000000000000000000000000
|
| --- a/chrome/browser_tests.isolate
|
| +++ /dev/null
|
| @@ -1,304 +0,0 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -{
|
| - 'conditions': [
|
| - ['use_x11==0', {
|
| - 'variables': {
|
| - 'command': [
|
| - '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
|
| - '--test-launcher-bot-mode',
|
| - '--asan=<(asan)',
|
| - '--msan=<(msan)',
|
| - '--tsan=<(tsan)',
|
| - ],
|
| - },
|
| - }],
|
| - ['use_x11==1', {
|
| - 'variables': {
|
| - 'command': [
|
| - '../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)',
|
| - '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
|
| - '--test-launcher-bot-mode',
|
| - '--asan=<(asan)',
|
| - '--msan=<(msan)',
|
| - '--tsan=<(tsan)',
|
| - ],
|
| - 'files': [
|
| - '../testing/xvfb.py',
|
| - '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="linux"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/libclearkeycdm.so',
|
| - '<(PRODUCT_DIR)/libclearkeycdmadapter.so',
|
| - '<(PRODUCT_DIR)/libpower_saver_test_plugin.so',
|
| - '<(PRODUCT_DIR)/libppapi_tests.so',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="linux" and branding=="Chrome" and enable_pepper_cdms==1', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/libwidevinecdm.so',
|
| - '<(PRODUCT_DIR)/libwidevinecdmadapter.so',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '../content/test/data/',
|
| - '../google_apis/test/',
|
| - '../media/test/data/',
|
| - '../media/test/data/',
|
| - '../net/data/',
|
| - '../net/tools/testserver/',
|
| - '../ppapi/tests/test_case.html',
|
| - '../ppapi/tests/test_case.html.mock-http-headers',
|
| - '../ppapi/tests/test_page.css',
|
| - '../ppapi/tests/test_page.css.mock-http-headers',
|
| - '../testing/test_env.py',
|
| - '../third_party/accessibility-audit/axs_testing.js',
|
| - '../third_party/chaijs/chai.js',
|
| - '../third_party/mocha/mocha.js',
|
| - '../third_party/pyftpdlib/',
|
| - '../third_party/pywebsocket/',
|
| - '../third_party/simplejson/',
|
| - '../third_party/tlslite/',
|
| - '../ui/webui/resources/js/',
|
| - '<(PRODUCT_DIR)/browser_tests.pak',
|
| - '<(PRODUCT_DIR)/pseudo_locales/',
|
| - '<(PRODUCT_DIR)/pyproto/',
|
| - # TODO(jam): above is directory for GYP. GN uses:
|
| - #'<(SHARED_INTERMEDIATE_DIR)/google/',
|
| - #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/',
|
| - '<(PRODUCT_DIR)/remoting/unittests/',
|
| - '<(PRODUCT_DIR)/test_case.html',
|
| - '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
|
| - '<(PRODUCT_DIR)/test_data/',
|
| - '<(PRODUCT_DIR)/test_page.css',
|
| - '<(PRODUCT_DIR)/test_page.css.mock-http-headers',
|
| - '<(PRODUCT_DIR)/test_url_loader_data/',
|
| - 'browser/policy/test/asn1der.py',
|
| - 'browser/policy/test/policy_testserver.py',
|
| - 'common/extensions/docs/examples/apps/calculator/',
|
| - 'test/data/',
|
| - 'third_party/mock4js/',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="linux" or OS=="win"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/chrome_100_percent.pak',
|
| - '<(PRODUCT_DIR)/chrome_200_percent.pak',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win")', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/nacl_test_data/',
|
| - '<(PRODUCT_DIR)/pnacl/',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl.nmf',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="linux" or OS=="win"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '../third_party/bidichecker/',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and (OS=="linux" or OS=="win")', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win") and (target_arch=="x64" or target_arch=="ia32" or target_arch=="arm")', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and OS=="linux" and (target_arch=="ia32" or target_arch=="x64" or target_arch=="arm")', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_nonsfi.nmf',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and OS=="linux" and target_arch=="arm"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/libarm/',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_arm.nexe',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_arm.nexe',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_arm.nexe',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_arm_nonsfi.nexe',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and (OS=="win" or ((OS=="linux" or OS=="mac") and target_arch=="x64"))', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/lib64/',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x64.nexe',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and target_arch=="ia32" and (OS=="mac" or OS=="linux" or OS=="win")', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/lib32/',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x32.nexe',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x32.nexe',
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32.nexe',
|
| - ],
|
| - },
|
| - }],
|
| - ['disable_nacl==0 and OS=="linux" and (target_arch=="x64" or target_arch=="ia32")', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="mac"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/content_shell.pak',
|
| - '<(PRODUCT_DIR)/osmesa.so',
|
| - '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_saver_test_plugin',
|
| - '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
|
| - ],
|
| - },
|
| - }],
|
| - # We don't support ia32 target for mac. Still check arch for completeness.
|
| - ['OS=="mac" and target_arch=="x64"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/clearkeycdmadapter.plugin',
|
| - '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/libclearkeycdm.dylib',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="mac" and target_arch=="x64" and branding=="Chrome" and enable_pepper_cdms==1', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/WidevineCdm/manifest.json',
|
| - '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/libwidevinecdm.dylib',
|
| - '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/widevinecdmadapter.plugin',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '../native_client/build/build_nexe.py',
|
| - '<(PRODUCT_DIR)/chrome_elf.dll',
|
| - '<(PRODUCT_DIR)/crashpad_handler.exe',
|
| - '<(PRODUCT_DIR)/power_saver_test_plugin.dll',
|
| - '<(PRODUCT_DIR)/ppapi_tests.dll',
|
| - 'tools/build/repack_locales.py',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win" and target_arch=="ia32"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdm.dll',
|
| - '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdmadapter.dll',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win" and target_arch=="x64"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x64/clearkeycdm.dll',
|
| - '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x64/clearkeycdmadapter.dll',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win" and target_arch=="ia32" and branding=="Chrome" and enable_pepper_cdms==1', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/WidevineCdm/manifest.json',
|
| - '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/widevinecdm.dll',
|
| - '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/widevinecdmadapter.dll',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win" and target_arch=="x64" and branding=="Chrome" and enable_pepper_cdms==1', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/WidevineCdm/manifest.json',
|
| - '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/widevinecdm.dll',
|
| - '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/widevinecdmadapter.dll',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win" and target_arch=="ia32"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/wow_helper.exe',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/browser_tests.exe.pdb',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="mac" and asan==1 and fastbuild==0', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/browser_tests.dSYM/',
|
| - ],
|
| - },
|
| - }],
|
| - ['chromeos==1', {
|
| - 'variables': {
|
| - 'files': [
|
| - '../chromeos/test/data/',
|
| - '../components/chrome_apps/webstore_widget/cws_widget/',
|
| - '../ui/file_manager/file_manager/',
|
| - '../ui/file_manager/gallery/',
|
| - '../ui/file_manager/image_loader/',
|
| - '../ui/file_manager/integration_tests/',
|
| - '../ui/webui/resources/js/',
|
| - '../third_party/analytics/',
|
| - '../third_party/polymer/v1_0/components-chromium/polymer/',
|
| - '../chrome/browser/resources/chromeos/wallpaper_manager/',
|
| - '<(PRODUCT_DIR)/chromevox_test_data/',
|
| - '<(PRODUCT_DIR)/content_shell.pak',
|
| - '<(PRODUCT_DIR)/keyboard_resources.pak',
|
| - '<(PRODUCT_DIR)/locales/',
|
| - '<(PRODUCT_DIR)/nacl_helper',
|
| - '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
|
| - '<(PRODUCT_DIR)/resources/chromeos/',
|
| - 'browser/chromeos/login/test/https_forwarder.py',
|
| - ],
|
| - },
|
| - }],
|
| - ],
|
| - 'includes': [
|
| - '../base/base.isolate',
|
| - 'chrome.isolate',
|
| - ],
|
| -}
|
|
|