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

Unified Diff: components/components_unittests.isolate

Issue 858203002: 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 331cafb5de162551148d158691eedc816ba8c81a..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',
],
},
}],
@@ -22,6 +22,8 @@
['OS=="android" or OS=="linux" or OS=="win"', {
'variables': {
'files': [
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
+ '<(PRODUCT_DIR)/locales/en-US.pak',
],
},
}],
« 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