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

Unified Diff: components/components_unittests.isolate

Issue 867473002: Revert of Eliminate components_unittests' dependence on chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « components/components_tests.gyp ('k') | components/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_unittests.isolate
diff --git a/components/components_unittests.isolate b/components/components_unittests.isolate
index 84d0fd1379fe83b6103d6646b4199dd8f3522796..da4e0e694e16f36e73a9c5df26789a5c2d02aee9 100644
--- a/components/components_unittests.isolate
+++ b/components/components_unittests.isolate
@@ -7,7 +7,7 @@
'variables': {
'files': [
'test/data/',
- '<(PRODUCT_DIR)/components_unittests_resources.pak',
+ '<(PRODUCT_DIR)/resources.pak',
],
},
}],
@@ -16,6 +16,14 @@
'files': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/components_unittests<(EXECUTABLE_SUFFIX)',
+ ],
+ },
+ }],
+ ['OS=="android" or OS=="linux" or OS=="win"', {
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
+ '<(PRODUCT_DIR)/locales/en-US.pak',
],
},
}],
@@ -49,6 +57,7 @@
'--lsan=<(lsan)',
],
'files': [
+ '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
'<(PRODUCT_DIR)/ffmpegsumo.so',
'<(PRODUCT_DIR)/osmesa.so',
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698