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

Unified Diff: chrome/unit_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/sync_integration_tests.isolate ('k') | content/content_browsertests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/unit_tests.isolate
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 36e5af0b99a84c5766de6b2bc13175b82b97bad7..57a080382c06514cf2dbce400b6997d95db8ba58 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -70,7 +70,7 @@
'../third_party/pywebsocket/',
'../third_party/tlslite/',
'<(PRODUCT_DIR)/pyproto/',
- '<(PRODUCT_DIR)/test_data/chrome/renderer/resources/extensions/',
+ '<(PRODUCT_DIR)/test_data/',
],
},
}],
@@ -100,12 +100,6 @@
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
],
- 'isolate_dependency_untracked': [
- '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/',
- '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
- '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
- '<(PRODUCT_DIR)/test_data/ui/',
- ],
},
}],
['OS=="win"', {
@@ -123,6 +117,16 @@
],
},
}],
+ ['chromeos==1', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/libexif.so',
+ ],
+ 'isolate_dependency_untracked': [
+ '../chromeos/test/data/network/',
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',
« no previous file with comments | « chrome/sync_integration_tests.isolate ('k') | content/content_browsertests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698