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

Unified Diff: chrome/browser_tests.isolate

Issue 10900003: browser_tests.isolate on linux: Add chrome_100_percent.pak. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index c33fc5f01ad309cc67970db245657fbad5c72e14..e4baa68e67944492802c90e94000e02395630351 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -77,10 +77,6 @@
'<(PRODUCT_DIR)/test_data/chrome/',
'test/data/extensions/api_test/accessibility/',
],
- 'isolate_dependency_touched': [
- '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
- 'test/data/title2.html',
- ],
},
'conditions': [
['OS=="linux"', {
@@ -114,6 +110,7 @@
'<(PRODUCT_DIR)/DumpRenderTree<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/chrome.pak',
'<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
'<(PRODUCT_DIR)/libffmpegsumo.so',
'<(PRODUCT_DIR)/libosmesa.so',
'<(PRODUCT_DIR)/libppapi_tests.so',
@@ -910,8 +907,6 @@
'test/data/viewsource/',
],
'isolate_dependency_touched': [
- '<(PRODUCT_DIR)/DumpRenderTree<(EXECUTABLE_SUFFIX)',
- '<(PRODUCT_DIR)/libppapi_tests.so',
'<(PRODUCT_DIR)/plugins/libTestNetscapePlugIn.so',
'<(PRODUCT_DIR)/plugins/libnpapi_test_plugin.so',
],
@@ -935,6 +930,9 @@
'<(PRODUCT_DIR)/Chromium.app/',
'test/data/extensions/api_test/bookmark_manager/standard/',
],
+ 'isolate_dependency_touched': [
+ 'test/data/title2.html',
+ ],
},
}, {
'variables': {
@@ -1668,7 +1666,6 @@
'test/data/extensions/api_test/window_update/show_state/',
],
'isolate_dependency_touched': [
- '../third_party/python_26/Lib/email/mime/__init__.py',
'test/data/download-test3.gif',
'test/data/empty.html',
'test/data/extensions/api_test/window_update/focus/blank.html',
« 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