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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 48623008: Extract convert_dict target from chrome.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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.gyp ('k') | chrome/tools/convert_dict/convert_dict.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after
2434 'tools/convert_dict/convert_dict_unittest.cc', 2434 'tools/convert_dict/convert_dict_unittest.cc',
2435 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2435 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2436 ], 2436 ],
2437 # TODO(mark): We really want this for all non-static library targets, 2437 # TODO(mark): We really want this for all non-static library targets,
2438 # but when we tried to pull it up to the common.gypi level, it broke 2438 # but when we tried to pull it up to the common.gypi level, it broke
2439 # other things like the ui and startup tests. *shrug* 2439 # other things like the ui and startup tests. *shrug*
2440 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2440 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2441 }], 2441 }],
2442 ['OS!="mac" and OS!="ios"', { 2442 ['OS!="mac" and OS!="ios"', {
2443 'dependencies': [ 2443 'dependencies': [
2444 '../third_party/hunspell/hunspell.gyp:hunspell',
2444 'chrome_resources.gyp:packed_extra_resources', 2445 'chrome_resources.gyp:packed_extra_resources',
2445 'chrome_resources.gyp:packed_resources', 2446 'chrome_resources.gyp:packed_resources',
2446 'convert_dict_lib', 2447 'tools/convert_dict/convert_dict.gyp:convert_dict_lib',
2447 '../third_party/hunspell/hunspell.gyp:hunspell',
2448 ], 2448 ],
2449 }], 2449 }],
2450 ['OS!="win" and OS!="mac"', { 2450 ['OS!="win" and OS!="mac"', {
2451 'sources!': [ 2451 'sources!': [
2452 '../skia/ext/platform_canvas_unittest.cc', 2452 '../skia/ext/platform_canvas_unittest.cc',
2453 ], 2453 ],
2454 }], 2454 }],
2455 ['OS=="win" or OS=="mac"', { 2455 ['OS=="win" or OS=="mac"', {
2456 'sources': [ 2456 'sources': [
2457 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc', 2457 'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
2922 'browser/ui/app_list/test/fake_browser_context.cc', 2922 'browser/ui/app_list/test/fake_browser_context.cc',
2923 'browser/ui/app_list/test/fake_browser_context.h', 2923 'browser/ui/app_list/test/fake_browser_context.h',
2924 'browser/ui/app_list/test/fake_keep_alive_service.cc', 2924 'browser/ui/app_list/test/fake_keep_alive_service.cc',
2925 'browser/ui/app_list/test/fake_keep_alive_service.h', 2925 'browser/ui/app_list/test/fake_keep_alive_service.h',
2926 ], 2926 ],
2927 }, 2927 },
2928 ], 2928 ],
2929 }], 2929 }],
2930 ], # 'conditions' 2930 ], # 'conditions'
2931 } 2931 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/convert_dict/convert_dict.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698