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

Unified Diff: chrome/chrome_tests.gypi

Issue 7759001: Revert 98426 - Revert 98103 - Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 98426)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2164,11 +2164,6 @@
}],
],
}],
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
- 'dependencies': [
- 'packed_resources',
- ],
- }],
['OS=="mac"', {
# The test fetches resources which means Mac need the app bundle to
# exist on disk so it can pull from it.
@@ -2221,6 +2216,7 @@
'dependencies': [
'convert_dict_lib',
'packed_extra_resources',
+ 'packed_resources',
'../third_party/hunspell/hunspell.gyp:hunspell',
],
'sources!': [
@@ -3216,7 +3212,6 @@
'dependencies': [
'../build/linux/system.gyp:gtk',
'../build/linux/system.gyp:ssl',
- 'packed_resources'
],
}],
['OS=="mac"', {
@@ -3231,6 +3226,7 @@
},{ # OS!="mac"
'dependencies': [
'packed_extra_resources',
+ 'packed_resources'
],
}],
['OS=="linux" and chromeos==1', {
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698