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

Unified Diff: chrome/interactive_ui_tests.isolate

Issue 419973006: Update .isolate files for linux_chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore fr.pak Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/interactive_ui_tests.isolate
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate
index 492bcc2009d840f1a409ddeba51faa7dfbfc7450..88209c24320e642f6489e131bd4d3625fb54b94f 100644
--- a/chrome/interactive_ui_tests.isolate
+++ b/chrome/interactive_ui_tests.isolate
@@ -15,29 +15,26 @@
'../testing/xvfb.py',
'<(PRODUCT_DIR)/libffmpegsumo.so',
'<(PRODUCT_DIR)/libosmesa.so',
- '<(PRODUCT_DIR)/pyproto/google/__init__.py',
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/pyproto/',
+ ],
},
}],
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '../net/data/ssl/certificates/ok_cert.pem',
- '../net/data/ssl/certificates/root_ca_cert.pem',
- '../net/tools/testserver/asn1.py',
- '../net/tools/testserver/echo_message.py',
- '../net/tools/testserver/minica.py',
- '../net/tools/testserver/testserver.py',
- '../net/tools/testserver/testserver_base.py',
'../testing/test_env.py',
'<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/resources.pak',
],
'isolate_dependency_untracked': [
+ '../net/data/ssl/certificates/',
+ '../net/tools/testserver/',
'../third_party/pyftpdlib/',
- '../third_party/pywebsocket/src/mod_pywebsocket/',
- '../third_party/tlslite/tlslite/',
+ '../third_party/pywebsocket/',
+ '../third_party/tlslite/',
'test/data/',
],
'read_only': 1,
@@ -77,8 +74,6 @@
['OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der',
- '../net/data/ssl/certificates/mit.davidben.der',
'<(PRODUCT_DIR)/chrome_elf.dll',
'<(PRODUCT_DIR)/d3dcompiler_46.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
@@ -92,6 +87,18 @@
],
},
}],
+ ['chromeos==1', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/keyboard_resources.pak',
+ '<(PRODUCT_DIR)/libexif.so',
+ ],
+ 'isolate_dependency_untracked': [
+ '../google_apis/test/',
+ '<(PRODUCT_DIR)/resources/chromeos/',
+ ],
+ },
+ }],
],
'includes': [
'../third_party/icu/icu.isolate',
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698