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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7714028: Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more deps 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 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 }], 2164 }],
2165 ['os_posix == 1 and OS != "mac"', { 2165 ['os_posix == 1 and OS != "mac"', {
2166 'conditions': [ 2166 'conditions': [
2167 ['linux_use_tcmalloc==1', { 2167 ['linux_use_tcmalloc==1', {
2168 'dependencies': [ 2168 'dependencies': [
2169 '../base/allocator/allocator.gyp:allocator', 2169 '../base/allocator/allocator.gyp:allocator',
2170 ], 2170 ],
2171 }], 2171 }],
2172 ], 2172 ],
2173 }], 2173 }],
2174 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
2175 'dependencies': [
2176 'packed_resources',
2177 ],
2178 }],
2179 ['OS=="mac"', { 2174 ['OS=="mac"', {
2180 # The test fetches resources which means Mac need the app bundle to 2175 # The test fetches resources which means Mac need the app bundle to
2181 # exist on disk so it can pull from it. 2176 # exist on disk so it can pull from it.
2182 'dependencies': [ 2177 'dependencies': [
2183 'chrome', 2178 'chrome',
2184 'closure_blocks_leopard_compat', 2179 'closure_blocks_leopard_compat',
2185 '../third_party/ocmock/ocmock.gyp:ocmock', 2180 '../third_party/ocmock/ocmock.gyp:ocmock',
2186 ], 2181 ],
2187 'include_dirs': [ 2182 'include_dirs': [
2188 '../third_party/GTM', 2183 '../third_party/GTM',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2221 # 2216 #
2222 # Enough pluses to make get this target prepended to the target's 2217 # Enough pluses to make get this target prepended to the target's
2223 # list of dependencies. 2218 # list of dependencies.
2224 'dependencies+++': [ 2219 'dependencies+++': [
2225 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e', 2220 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
2226 ], 2221 ],
2227 }, { # OS != "mac" 2222 }, { # OS != "mac"
2228 'dependencies': [ 2223 'dependencies': [
2229 'convert_dict_lib', 2224 'convert_dict_lib',
2230 'packed_extra_resources', 2225 'packed_extra_resources',
2226 'packed_resources',
2231 '../third_party/hunspell/hunspell.gyp:hunspell', 2227 '../third_party/hunspell/hunspell.gyp:hunspell',
2232 ], 2228 ],
2233 'sources!': [ 2229 'sources!': [
2234 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', 2230 'browser/spellchecker/spellchecker_platform_engine_unittest.cc',
2235 ], 2231 ],
2236 }], 2232 }],
2237 ['OS=="win"', { 2233 ['OS=="win"', {
2238 'dependencies': [ 2234 'dependencies': [
2239 'chrome_version_resources', 2235 'chrome_version_resources',
2240 'installer_util_strings', 2236 'installer_util_strings',
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 }, 3204 },
3209 }, { # else: OS != "win" 3205 }, { # else: OS != "win"
3210 'sources!': [ 3206 'sources!': [
3211 'browser/sync/util/data_encryption_unittest.cc', 3207 'browser/sync/util/data_encryption_unittest.cc',
3212 ], 3208 ],
3213 }], 3209 }],
3214 ['toolkit_uses_gtk == 1', { 3210 ['toolkit_uses_gtk == 1', {
3215 'dependencies': [ 3211 'dependencies': [
3216 '../build/linux/system.gyp:gtk', 3212 '../build/linux/system.gyp:gtk',
3217 '../build/linux/system.gyp:ssl', 3213 '../build/linux/system.gyp:ssl',
3218 'packed_resources'
3219 ], 3214 ],
3220 }], 3215 }],
3221 ['OS=="mac"', { 3216 ['OS=="mac"', {
3222 # See the comment in this section of the unit_tests target for an 3217 # See the comment in this section of the unit_tests target for an
3223 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). 3218 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
3224 'dependencies+++': [ 3219 'dependencies+++': [
3225 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e', 3220 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor e',
3226 ], 3221 ],
3227 'dependencies': [ 3222 'dependencies': [
3228 'helper_app' 3223 'helper_app'
3229 ], 3224 ],
3230 },{ # OS!="mac" 3225 },{ # OS!="mac"
3231 'dependencies': [ 3226 'dependencies': [
3232 'packed_extra_resources', 3227 'packed_extra_resources',
3228 'packed_resources'
3233 ], 3229 ],
3234 }], 3230 }],
3235 ['OS=="linux" and chromeos==1', { 3231 ['OS=="linux" and chromeos==1', {
3236 'include_dirs': [ 3232 'include_dirs': [
3237 '<(grit_out_dir)', 3233 '<(grit_out_dir)',
3238 ], 3234 ],
3239 }], 3235 }],
3240 ], 3236 ],
3241 }, 3237 },
3242 { 3238 {
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 # Use outputs of this action as inputs for the main target build. 4123 # Use outputs of this action as inputs for the main target build.
4128 # Seems as a misnomer but makes this happy on Linux (scons). 4124 # Seems as a misnomer but makes this happy on Linux (scons).
4129 'process_outputs_as_sources': 1, 4125 'process_outputs_as_sources': 1,
4130 }, 4126 },
4131 ], # 'actions' 4127 ], # 'actions'
4132 }, 4128 },
4133 ] 4129 ]
4134 }], # 'coverage!=0' 4130 }], # 'coverage!=0'
4135 ], # 'conditions' 4131 ], # 'conditions'
4136 } 4132 }
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