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

Unified Diff: components/components_unittests.isolate

Issue 856163002: Eliminate components_unittests' dependence on chrome resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable one failing test on android and ios 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 da4e0e694e16f36e73a9c5df26789a5c2d02aee9..331cafb5de162551148d158691eedc816ba8c81a 100644
--- a/components/components_unittests.isolate
+++ b/components/components_unittests.isolate
@@ -7,7 +7,7 @@
'variables': {
'files': [
'test/data/',
- '<(PRODUCT_DIR)/resources.pak',
+ '<(PRODUCT_DIR)/components_unittests_resources.pak',
],
},
}],
@@ -22,8 +22,6 @@
['OS=="android" or OS=="linux" or OS=="win"', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/chrome_100_percent.pak',
- '<(PRODUCT_DIR)/locales/en-US.pak',
],
},
}],
Nico 2015/01/21 05:57:57 remove this block
jam 2015/01/21 06:00:05 yeah this was bugging me too, although at this poi
« 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