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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark review Created 7 years 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_tests.gypi ('k') | chrome/common/mac/launchd.mm » ('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 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2406 'dependencies': [ 2406 'dependencies': [
2407 '../base/allocator/allocator.gyp:allocator', 2407 '../base/allocator/allocator.gyp:allocator',
2408 ], 2408 ],
2409 }], 2409 }],
2410 ], 2410 ],
2411 }], 2411 }],
2412 ['OS=="mac"', { 2412 ['OS=="mac"', {
2413 # The test fetches resources which means Mac need the app bundle to 2413 # The test fetches resources which means Mac need the app bundle to
2414 # exist on disk so it can pull from it. 2414 # exist on disk so it can pull from it.
2415 'dependencies': [ 2415 'dependencies': [
2416 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
2417 '../third_party/ocmock/ocmock.gyp:ocmock',
2416 'chrome', 2418 'chrome',
2417 '../third_party/ocmock/ocmock.gyp:ocmock',
2418 ],
2419 'include_dirs': [
2420 '../third_party/GTM',
2421 '../third_party/GTM/AppKit',
2422 ], 2419 ],
2423 'sources!': [ 2420 'sources!': [
2424 'browser/ui/tabs/dock_info_unittest.cc', 2421 'browser/ui/tabs/dock_info_unittest.cc',
2425 'browser/ui/tests/ui_gfx_image_unittest.cc', 2422 'browser/ui/tests/ui_gfx_image_unittest.cc',
2426 'browser/ui/gtk/reload_button_gtk_unittest.cc', 2423 'browser/ui/gtk/reload_button_gtk_unittest.cc',
2427 'browser/password_manager/password_store_default_unittest.cc', 2424 'browser/password_manager/password_store_default_unittest.cc',
2428 'tools/convert_dict/convert_dict_unittest.cc', 2425 'tools/convert_dict/convert_dict_unittest.cc',
2429 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2426 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2430 ], 2427 ],
2431 # TODO(mark): We really want this for all non-static library targets, 2428 # TODO(mark): We really want this for all non-static library targets,
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
2905 'browser/ui/app_list/test/fake_profile_store.h', 2902 'browser/ui/app_list/test/fake_profile_store.h',
2906 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2903 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2907 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2904 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2908 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2905 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2909 ], 2906 ],
2910 }, 2907 },
2911 ], 2908 ],
2912 }], 2909 }],
2913 ], # 'conditions' 2910 ], # 'conditions'
2914 } 2911 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/mac/launchd.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698