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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2157 }], 2157 }],
2158 ['os_posix == 1 and OS != "mac"', { 2158 ['os_posix == 1 and OS != "mac"', {
2159 'conditions': [ 2159 'conditions': [
2160 ['linux_use_tcmalloc==1', { 2160 ['linux_use_tcmalloc==1', {
2161 'dependencies': [ 2161 'dependencies': [
2162 '../base/allocator/allocator.gyp:allocator', 2162 '../base/allocator/allocator.gyp:allocator',
2163 ], 2163 ],
2164 }], 2164 }],
2165 ], 2165 ],
2166 }], 2166 }],
2167 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
2168 'dependencies': [
2169 'packed_resources',
2170 ],
2171 }],
2172 ['OS=="mac"', { 2167 ['OS=="mac"', {
2173 # The test fetches resources which means Mac need the app bundle to 2168 # The test fetches resources which means Mac need the app bundle to
2174 # exist on disk so it can pull from it. 2169 # exist on disk so it can pull from it.
2175 'dependencies': [ 2170 'dependencies': [
2176 'chrome', 2171 'chrome',
2177 'closure_blocks_leopard_compat', 2172 'closure_blocks_leopard_compat',
2178 '../third_party/ocmock/ocmock.gyp:ocmock', 2173 '../third_party/ocmock/ocmock.gyp:ocmock',
2179 ], 2174 ],
2180 'include_dirs': [ 2175 'include_dirs': [
2181 '../third_party/GTM', 2176 '../third_party/GTM',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2214 # 2209 #
2215 # Enough pluses to make get this target prepended to the target's 2210 # Enough pluses to make get this target prepended to the target's
2216 # list of dependencies. 2211 # list of dependencies.
2217 'dependencies+++': [ 2212 'dependencies+++': [
2218 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e', 2213 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
2219 ], 2214 ],
2220 }, { # OS != "mac" 2215 }, { # OS != "mac"
2221 'dependencies': [ 2216 'dependencies': [
2222 'convert_dict_lib', 2217 'convert_dict_lib',
2223 'packed_extra_resources', 2218 'packed_extra_resources',
2219 'packed_resources',
2224 '../third_party/hunspell/hunspell.gyp:hunspell', 2220 '../third_party/hunspell/hunspell.gyp:hunspell',
2225 ], 2221 ],
2226 'sources!': [ 2222 'sources!': [
2227 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', 2223 'browser/spellchecker/spellchecker_platform_engine_unittest.cc',
2228 ], 2224 ],
2229 }], 2225 }],
2230 ['OS=="win"', { 2226 ['OS=="win"', {
2231 'dependencies': [ 2227 'dependencies': [
2232 'chrome_version_resources', 2228 'chrome_version_resources',
2233 'installer_util_strings', 2229 'installer_util_strings',
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 }, 3205 },
3210 }, { # else: OS != "win" 3206 }, { # else: OS != "win"
3211 'sources!': [ 3207 'sources!': [
3212 'browser/sync/util/data_encryption_unittest.cc', 3208 'browser/sync/util/data_encryption_unittest.cc',
3213 ], 3209 ],
3214 }], 3210 }],
3215 ['toolkit_uses_gtk == 1', { 3211 ['toolkit_uses_gtk == 1', {
3216 'dependencies': [ 3212 'dependencies': [
3217 '../build/linux/system.gyp:gtk', 3213 '../build/linux/system.gyp:gtk',
3218 '../build/linux/system.gyp:ssl', 3214 '../build/linux/system.gyp:ssl',
3219 'packed_resources'
3220 ], 3215 ],
3221 }], 3216 }],
3222 ['OS=="mac"', { 3217 ['OS=="mac"', {
3223 # See the comment in this section of the unit_tests target for an 3218 # See the comment in this section of the unit_tests target for an
3224 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). 3219 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
3225 'dependencies+++': [ 3220 'dependencies+++': [
3226 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e', 3221 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
3227 ], 3222 ],
3228 'dependencies': [ 3223 'dependencies': [
3229 'helper_app' 3224 'helper_app'
3230 ], 3225 ],
3231 },{ # OS!="mac" 3226 },{ # OS!="mac"
3232 'dependencies': [ 3227 'dependencies': [
3233 'packed_extra_resources', 3228 'packed_extra_resources',
3229 'packed_resources'
3234 ], 3230 ],
3235 }], 3231 }],
3236 ['OS=="linux" and chromeos==1', { 3232 ['OS=="linux" and chromeos==1', {
3237 'include_dirs': [ 3233 'include_dirs': [
3238 '<(grit_out_dir)', 3234 '<(grit_out_dir)',
3239 ], 3235 ],
3240 }], 3236 }],
3241 ], 3237 ],
3242 }, 3238 },
3243 { 3239 {
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
4128 # Use outputs of this action as inputs for the main target build. 4124 # Use outputs of this action as inputs for the main target build.
4129 # Seems as a misnomer but makes this happy on Linux (scons). 4125 # Seems as a misnomer but makes this happy on Linux (scons).
4130 'process_outputs_as_sources': 1, 4126 'process_outputs_as_sources': 1,
4131 }, 4127 },
4132 ], # 'actions' 4128 ], # 'actions'
4133 }, 4129 },
4134 ] 4130 ]
4135 }], # 'coverage!=0' 4131 }], # 'coverage!=0'
4136 ], # 'conditions' 4132 ], # 'conditions'
4137 } 4133 }
OLDNEW
« 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