OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
(...skipping 4046 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4057 '../testing/gmock.gyp:gmock', | 4057 '../testing/gmock.gyp:gmock', |
4058 '../testing/gtest.gyp:gtest', | 4058 '../testing/gtest.gyp:gtest', |
4059 ], | 4059 ], |
4060 'export_dependent_settings': [ | 4060 'export_dependent_settings': [ |
4061 'renderer', | 4061 'renderer', |
4062 ], | 4062 ], |
4063 'include_dirs': [ | 4063 'include_dirs': [ |
4064 '..', | 4064 '..', |
4065 ], | 4065 ], |
4066 'sources': [ | 4066 'sources': [ |
| 4067 'app/breakpad_mac_stubs.mm', |
4067 # The only thing used from browser is Browser::Type. | 4068 # The only thing used from browser is Browser::Type. |
4068 'browser/browser.h', | 4069 'browser/browser.h', |
4069 # TODO: these should live here but are currently used by | 4070 # TODO: these should live here but are currently used by |
4070 # production code code in libbrowser (above). | 4071 # production code code in libbrowser (above). |
4071 #'browser/net/url_request_mock_http_job.cc', | 4072 #'browser/net/url_request_mock_http_job.cc', |
4072 #'browser/net/url_request_mock_http_job.h', | 4073 #'browser/net/url_request_mock_http_job.h', |
4073 'browser/net/url_request_mock_net_error_job.cc', | 4074 'browser/net/url_request_mock_net_error_job.cc', |
4074 'browser/net/url_request_mock_net_error_job.h', | 4075 'browser/net/url_request_mock_net_error_job.h', |
4075 'browser/renderer_host/mock_render_process_host.cc', | 4076 'browser/renderer_host/mock_render_process_host.cc', |
4076 'browser/renderer_host/mock_render_process_host.h', | 4077 'browser/renderer_host/mock_render_process_host.h', |
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4328 'sources!': [ | 4329 'sources!': [ |
4329 'browser/process_singleton_linux_uitest.cc', | 4330 'browser/process_singleton_linux_uitest.cc', |
4330 ], | 4331 ], |
4331 }], | 4332 }], |
4332 ['OS=="linux" and toolkit_views==1', { | 4333 ['OS=="linux" and toolkit_views==1', { |
4333 'dependencies': [ | 4334 'dependencies': [ |
4334 '../views/views.gyp:views', | 4335 '../views/views.gyp:views', |
4335 ], | 4336 ], |
4336 }], | 4337 }], |
4337 ['OS=="mac"', { | 4338 ['OS=="mac"', { |
4338 'sources': [ | |
4339 'app/breakpad_mac_stubs.mm', | |
4340 ], | |
4341 'sources!': [ | 4339 'sources!': [ |
4342 # TODO(port) | 4340 # TODO(port) |
4343 'app/chrome_main_uitest.cc', | 4341 'app/chrome_main_uitest.cc', |
4344 'browser/login_prompt_uitest.cc', | 4342 'browser/login_prompt_uitest.cc', |
4345 'browser/metrics/metrics_service_uitest.cc', | 4343 'browser/metrics/metrics_service_uitest.cc', |
4346 # leaves an extra window on screen after test completes. | 4344 # leaves an extra window on screen after test completes. |
4347 'browser/sessions/session_restore_uitest.cc', | 4345 'browser/sessions/session_restore_uitest.cc', |
4348 # puts up modal dialogs. | 4346 # puts up modal dialogs. |
4349 'browser/unload_uitest.cc', | 4347 'browser/unload_uitest.cc', |
4350 'test/ui/fast_shutdown_uitest.cc', | 4348 'test/ui/fast_shutdown_uitest.cc', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4491 ], | 4489 ], |
4492 'defines': [ | 4490 'defines': [ |
4493 'CLD_WINDOWS', | 4491 'CLD_WINDOWS', |
4494 ], | 4492 ], |
4495 'direct_dependent_settings': { | 4493 'direct_dependent_settings': { |
4496 'defines': [ | 4494 'defines': [ |
4497 'CLD_WINDOWS', | 4495 'CLD_WINDOWS', |
4498 ], | 4496 ], |
4499 }, | 4497 }, |
4500 'sources': [ | 4498 'sources': [ |
4501 'app/breakpad_mac_stubs.mm', | |
4502 # All unittests in browser, common, and renderer. | 4499 # All unittests in browser, common, and renderer. |
4503 'browser/app_controller_mac_unittest.mm', | 4500 'browser/app_controller_mac_unittest.mm', |
4504 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', | 4501 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', |
4505 'browser/autocomplete/autocomplete_unittest.cc', | 4502 'browser/autocomplete/autocomplete_unittest.cc', |
4506 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', | 4503 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', |
4507 'browser/autocomplete/history_contents_provider_unittest.cc', | 4504 'browser/autocomplete/history_contents_provider_unittest.cc', |
4508 'browser/autocomplete/history_url_provider_unittest.cc', | 4505 'browser/autocomplete/history_url_provider_unittest.cc', |
4509 'browser/autocomplete/keyword_provider_unittest.cc', | 4506 'browser/autocomplete/keyword_provider_unittest.cc', |
4510 'browser/autocomplete/search_provider_unittest.cc', | 4507 'browser/autocomplete/search_provider_unittest.cc', |
4511 'browser/back_forward_menu_model_unittest.cc', | 4508 'browser/back_forward_menu_model_unittest.cc', |
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5371 'dependencies': [ | 5368 'dependencies': [ |
5372 '../build/linux/system.gyp:gtk' | 5369 '../build/linux/system.gyp:gtk' |
5373 ], | 5370 ], |
5374 }], | 5371 }], |
5375 ], | 5372 ], |
5376 }, | 5373 }, |
5377 { | 5374 { |
5378 'target_name': 'sync_unit_tests', | 5375 'target_name': 'sync_unit_tests', |
5379 'type': 'executable', | 5376 'type': 'executable', |
5380 'sources': [ | 5377 'sources': [ |
5381 'app/breakpad_mac_stubs.mm', | |
5382 'browser/sync/engine/all_status_unittest.cc', | 5378 'browser/sync/engine/all_status_unittest.cc', |
5383 'browser/sync/engine/apply_updates_command_unittest.cc', | 5379 'browser/sync/engine/apply_updates_command_unittest.cc', |
5384 'browser/sync/engine/auth_watcher_unittest.cc', | 5380 'browser/sync/engine/auth_watcher_unittest.cc', |
5385 'browser/sync/engine/net/gaia_authenticator_unittest.cc', | 5381 'browser/sync/engine/net/gaia_authenticator_unittest.cc', |
5386 'browser/sync/engine/syncer_proto_util_unittest.cc', | 5382 'browser/sync/engine/syncer_proto_util_unittest.cc', |
5387 'browser/sync/engine/syncer_thread_unittest.cc', | 5383 'browser/sync/engine/syncer_thread_unittest.cc', |
5388 'browser/sync/engine/syncer_unittest.cc', | 5384 'browser/sync/engine/syncer_unittest.cc', |
5389 'browser/sync/engine/syncproto_unittest.cc', | 5385 'browser/sync/engine/syncproto_unittest.cc', |
5390 'browser/sync/notifier/listener/talk_mediator_unittest.cc', | 5386 'browser/sync/notifier/listener/talk_mediator_unittest.cc', |
5391 'browser/sync/syncable/syncable_id_unittest.cc', | 5387 'browser/sync/syncable/syncable_id_unittest.cc', |
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7097 ] | 7093 ] |
7098 }], | 7094 }], |
7099 ], # 'conditions' | 7095 ], # 'conditions' |
7100 } | 7096 } |
7101 | 7097 |
7102 # Local Variables: | 7098 # Local Variables: |
7103 # tab-width:2 | 7099 # tab-width:2 |
7104 # indent-tabs-mode:nil | 7100 # indent-tabs-mode:nil |
7105 # End: | 7101 # End: |
7106 # vim: set expandtab tabstop=2 shiftwidth=2: | 7102 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |