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

Unified Diff: chrome/unit_tests.isolate

Issue 1491773002: MD Downloads: add a JS unit test for search term splitting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-dl-data
Patch Set: exclude some dirs from Android's watchful isolate eyes Created 4 years, 11 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/test/BUILD.gn ('k') | no next file » | 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 4146ee9e4cb4f40381828c15ca370585a285be51..b76c4e172f0c16881ef5d1c7c3b25159eebf643f 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -34,17 +34,6 @@
],
},
}],
- ['OS=="android" or OS=="linux" or OS=="win" or OS=="mac"', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/',
- '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
- '<(PRODUCT_DIR)/test_data/chrome/renderer/resources/extensions/',
- '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
- '<(PRODUCT_DIR)/test_data/ui/webui/',
- ],
- },
- }],
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'files': [
@@ -89,6 +78,12 @@
'../third_party/pywebsocket/',
'../third_party/tlslite/',
'<(PRODUCT_DIR)/pyproto/google/',
+ '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/',
+ '<(PRODUCT_DIR)/test_data/chrome/browser/resources/md_downloads/',
+ '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/',
+ '<(PRODUCT_DIR)/test_data/chrome/renderer/resources/extensions/',
+ '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
+ '<(PRODUCT_DIR)/test_data/ui/webui/',
],
},
}],
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698