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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 190663012: Run ContentMain in a browser_test's browser process. This removes duplication of code in the browse… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: try to fix android by restoring old path just for it Created 6 years, 9 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
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'sources': [ 416 'sources': [
417 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc', 417 'common/extensions/api/networking_private/networking_private_crypto_ unittest.cc',
418 'common/media_galleries/picasa_test_util.cc', 418 'common/media_galleries/picasa_test_util.cc',
419 'common/media_galleries/picasa_test_util.cc', 419 'common/media_galleries/picasa_test_util.cc',
420 'common/media_galleries/pmp_test_util.cc', 420 'common/media_galleries/pmp_test_util.cc',
421 'common/media_galleries/pmp_test_util.h', 421 'common/media_galleries/pmp_test_util.h',
422 ], 422 ],
423 }], 423 }],
424 ['OS=="mac"', { 424 ['OS=="mac"', {
425 'dependencies': [ 425 'dependencies': [
426 '../components/components.gyp:breakpad_stubs', 426 '../breakpad/breakpad.gyp:breakpad',
427 '../components/components.gyp:breakpad_component',
428 ],
429 'sources': [
430 'app/chrome_breakpad_client.cc',
431 'app/chrome_breakpad_client_mac.mm',
432 'app/chrome_main_mac.mm',
427 ], 433 ],
428 }], 434 }],
429 ['enable_mdns == 1', { 435 ['enable_mdns == 1', {
430 'sources': [ 436 'sources': [
431 'browser/local_discovery/test_service_discovery_client.cc', 437 'browser/local_discovery/test_service_discovery_client.cc',
432 'browser/local_discovery/test_service_discovery_client.h', 438 'browser/local_discovery/test_service_discovery_client.h',
433 ] 439 ]
434 }], 440 }],
435 ['enable_app_list==0', { 441 ['enable_app_list==0', {
436 'sources/': [ 442 'sources/': [
(...skipping 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2899 'browser/ui/app_list/test/fake_profile_store.h', 2905 'browser/ui/app_list/test/fake_profile_store.h',
2900 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2906 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2901 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2907 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2902 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2908 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2903 ], 2909 ],
2904 }, 2910 },
2905 ], 2911 ],
2906 }], 2912 }],
2907 ], # 'conditions' 2913 ], # 'conditions'
2908 } 2914 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698