| OLD | NEW |
| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 '../testing/gmock.gyp:gmock', | 301 '../testing/gmock.gyp:gmock', |
| 302 '../testing/gtest.gyp:gtest', | 302 '../testing/gtest.gyp:gtest', |
| 303 'sync', | 303 'sync', |
| 304 ], | 304 ], |
| 305 'include_dirs': [ | 305 'include_dirs': [ |
| 306 '..', | 306 '..', |
| 307 ], | 307 ], |
| 308 'sources': [ | 308 'sources': [ |
| 309 'browser/sync/js/js_test_util.cc', | 309 'browser/sync/js/js_test_util.cc', |
| 310 'browser/sync/js/js_test_util.h', | 310 'browser/sync/js/js_test_util.h', |
| 311 'test/sync/null_directory_change_delegate.cc', | 311 'browser/sync/test/null_directory_change_delegate.cc', |
| 312 'test/sync/null_directory_change_delegate.h', | 312 'browser/sync/test/null_directory_change_delegate.h', |
| 313 'test/sync/engine/test_directory_setter_upper.cc', | 313 'browser/sync/test/engine/test_directory_setter_upper.cc', |
| 314 'test/sync/engine/test_directory_setter_upper.h', | 314 'browser/sync/test/engine/test_directory_setter_upper.h', |
| 315 ], | 315 ], |
| 316 }, | 316 }, |
| 317 { | 317 { |
| 318 'target_name': 'test_support_syncapi', | 318 'target_name': 'test_support_syncapi', |
| 319 'type': 'static_library', | 319 'type': 'static_library', |
| 320 'dependencies': [ | 320 'dependencies': [ |
| 321 '../base/base.gyp:base', | 321 '../base/base.gyp:base', |
| 322 'syncapi_core', | 322 'syncapi_core', |
| 323 'test_support_sync', | 323 'test_support_sync', |
| 324 ], | 324 ], |
| 325 'export_dependent_settings': [ | 325 'export_dependent_settings': [ |
| 326 '../base/base.gyp:base', | 326 '../base/base.gyp:base', |
| 327 'syncapi_core', | 327 'syncapi_core', |
| 328 'test_support_sync', | 328 'test_support_sync', |
| 329 ], | 329 ], |
| 330 'include_dirs': [ | 330 'include_dirs': [ |
| 331 '..', | 331 '..', |
| 332 ], | 332 ], |
| 333 'sources': [ | 333 'sources': [ |
| 334 'test/sync/engine/test_user_share.cc', | 334 'browser/sync/test/engine/test_user_share.cc', |
| 335 'test/sync/engine/test_user_share.h', | 335 'browser/sync/test/engine/test_user_share.h', |
| 336 ], | 336 ], |
| 337 }, | 337 }, |
| 338 { | 338 { |
| 339 'target_name': 'test_support_syncapi_service', | 339 'target_name': 'test_support_syncapi_service', |
| 340 'type': 'static_library', | 340 'type': 'static_library', |
| 341 'dependencies': [ | 341 'dependencies': [ |
| 342 '../testing/gmock.gyp:gmock', | 342 '../testing/gmock.gyp:gmock', |
| 343 'syncapi_service', | 343 'syncapi_service', |
| 344 ], | 344 ], |
| 345 'export_dependent_settings': [ | 345 'export_dependent_settings': [ |
| (...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1688 'browser/sync/profile_sync_service_typed_url_unittest.cc', | 1688 'browser/sync/profile_sync_service_typed_url_unittest.cc', |
| 1689 'browser/sync/profile_sync_service_unittest.cc', | 1689 'browser/sync/profile_sync_service_unittest.cc', |
| 1690 'browser/sync/profile_sync_test_util.cc', | 1690 'browser/sync/profile_sync_test_util.cc', |
| 1691 'browser/sync/profile_sync_test_util.h', | 1691 'browser/sync/profile_sync_test_util.h', |
| 1692 'browser/sync/signin_manager_unittest.cc', | 1692 'browser/sync/signin_manager_unittest.cc', |
| 1693 'browser/sync/sync_setup_wizard_unittest.cc', | 1693 'browser/sync/sync_setup_wizard_unittest.cc', |
| 1694 'browser/sync/sync_ui_util_mac_unittest.mm', | 1694 'browser/sync/sync_ui_util_mac_unittest.mm', |
| 1695 'browser/sync/sync_ui_util_unittest.cc', | 1695 'browser/sync/sync_ui_util_unittest.cc', |
| 1696 'browser/sync/test_profile_sync_service.cc', | 1696 'browser/sync/test_profile_sync_service.cc', |
| 1697 'browser/sync/test_profile_sync_service.h', | 1697 'browser/sync/test_profile_sync_service.h', |
| 1698 'browser/sync/test/test_http_bridge_factory.cc', |
| 1699 'browser/sync/test/test_http_bridge_factory.h', |
| 1698 'browser/sync/util/cryptographer_unittest.cc', | 1700 'browser/sync/util/cryptographer_unittest.cc', |
| 1699 'browser/sync/util/nigori_unittest.cc', | 1701 'browser/sync/util/nigori_unittest.cc', |
| 1700 'browser/tab_contents/render_view_context_menu_unittest.cc', | 1702 'browser/tab_contents/render_view_context_menu_unittest.cc', |
| 1701 'browser/tab_contents/thumbnail_generator_unittest.cc', | 1703 'browser/tab_contents/thumbnail_generator_unittest.cc', |
| 1702 'browser/tab_contents/web_contents_unittest.cc', | 1704 'browser/tab_contents/web_contents_unittest.cc', |
| 1703 'browser/tabs/pinned_tab_codec_unittest.cc', | 1705 'browser/tabs/pinned_tab_codec_unittest.cc', |
| 1704 'browser/tabs/pinned_tab_service_unittest.cc', | 1706 'browser/tabs/pinned_tab_service_unittest.cc', |
| 1705 'browser/tabs/pinned_tab_test_utils.cc', | 1707 'browser/tabs/pinned_tab_test_utils.cc', |
| 1706 'browser/tabs/tab_strip_model_unittest.cc', | 1708 'browser/tabs/tab_strip_model_unittest.cc', |
| 1707 'browser/tabs/tab_strip_selection_model_unittest.cc', | 1709 'browser/tabs/tab_strip_selection_model_unittest.cc', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1995 'test/base/browser_with_test_window_test.h', | 1997 'test/base/browser_with_test_window_test.h', |
| 1996 'test/base/menu_model_test.cc', | 1998 'test/base/menu_model_test.cc', |
| 1997 'test/base/menu_model_test.h', | 1999 'test/base/menu_model_test.h', |
| 1998 'test/base/render_view_test.cc', | 2000 'test/base/render_view_test.cc', |
| 1999 'test/base/render_view_test.h', | 2001 'test/base/render_view_test.h', |
| 2000 'test/base/test_notification_tracker.cc', | 2002 'test/base/test_notification_tracker.cc', |
| 2001 'test/base/test_notification_tracker.h', | 2003 'test/base/test_notification_tracker.h', |
| 2002 'test/base/v8_unit_test.cc', | 2004 'test/base/v8_unit_test.cc', |
| 2003 'test/base/v8_unit_test.h', | 2005 'test/base/v8_unit_test.h', |
| 2004 'test/data/resource.rc', | 2006 'test/data/resource.rc', |
| 2005 'test/sync/test_http_bridge_factory.cc', | |
| 2006 'test/sync/test_http_bridge_factory.h', | |
| 2007 'tools/convert_dict/convert_dict_unittest.cc', | 2007 'tools/convert_dict/convert_dict_unittest.cc', |
| 2008 '../content/browser/debugger/devtools_manager_unittest.cc', | 2008 '../content/browser/debugger/devtools_manager_unittest.cc', |
| 2009 '../content/browser/download/download_file_unittest.cc', | 2009 '../content/browser/download/download_file_unittest.cc', |
| 2010 '../content/browser/download/save_package_unittest.cc', | 2010 '../content/browser/download/save_package_unittest.cc', |
| 2011 '../content/browser/in_process_webkit/dom_storage_unittest.cc', | 2011 '../content/browser/in_process_webkit/dom_storage_unittest.cc', |
| 2012 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', | 2012 '../content/browser/in_process_webkit/indexed_db_quota_client_unittest.c
c', |
| 2013 '../content/browser/in_process_webkit/webkit_context_unittest.cc', | 2013 '../content/browser/in_process_webkit/webkit_context_unittest.cc', |
| 2014 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', | 2014 '../content/browser/in_process_webkit/webkit_thread_unittest.cc', |
| 2015 '../content/browser/renderer_host/render_view_host_unittest.cc', | 2015 '../content/browser/renderer_host/render_view_host_unittest.cc', |
| 2016 '../content/browser/renderer_host/render_widget_host_unittest.cc', | 2016 '../content/browser/renderer_host/render_widget_host_unittest.cc', |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3116 'browser/sync/sessions/sync_session_unittest.cc', | 3116 'browser/sync/sessions/sync_session_unittest.cc', |
| 3117 'browser/sync/sessions/test_util.cc', | 3117 'browser/sync/sessions/test_util.cc', |
| 3118 'browser/sync/sessions/test_util.h', | 3118 'browser/sync/sessions/test_util.h', |
| 3119 'browser/sync/sync_js_controller_unittest.cc', | 3119 'browser/sync/sync_js_controller_unittest.cc', |
| 3120 'browser/sync/syncable/directory_backing_store_unittest.cc', | 3120 'browser/sync/syncable/directory_backing_store_unittest.cc', |
| 3121 'browser/sync/syncable/model_type_payload_map_unittest.cc', | 3121 'browser/sync/syncable/model_type_payload_map_unittest.cc', |
| 3122 'browser/sync/syncable/model_type_unittest.cc', | 3122 'browser/sync/syncable/model_type_unittest.cc', |
| 3123 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', | 3123 'browser/sync/syncable/syncable_enum_conversions_unittest.cc', |
| 3124 'browser/sync/syncable/syncable_id_unittest.cc', | 3124 'browser/sync/syncable/syncable_id_unittest.cc', |
| 3125 'browser/sync/syncable/syncable_unittest.cc', | 3125 'browser/sync/syncable/syncable_unittest.cc', |
| 3126 'browser/sync/test/engine/mock_connection_manager.cc', |
| 3127 'browser/sync/test/engine/mock_connection_manager.h', |
| 3128 'browser/sync/test/engine/mock_gaia_authenticator.cc', |
| 3129 'browser/sync/test/engine/mock_gaia_authenticator.h', |
| 3130 'browser/sync/test/engine/mock_gaia_authenticator_unittest.cc', |
| 3131 'browser/sync/test/engine/syncer_command_test.h', |
| 3132 'browser/sync/test/engine/test_id_factory.h', |
| 3133 'browser/sync/test/engine/test_syncable_utils.cc', |
| 3134 'browser/sync/test/engine/test_syncable_utils.h', |
| 3135 'browser/sync/test/sessions/test_scoped_session_event_listener.h', |
| 3126 'browser/sync/util/data_encryption_unittest.cc', | 3136 'browser/sync/util/data_encryption_unittest.cc', |
| 3127 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 3137 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
| 3128 'browser/sync/util/protobuf_unittest.cc', | 3138 'browser/sync/util/protobuf_unittest.cc', |
| 3129 'browser/sync/util/user_settings_unittest.cc', | 3139 'browser/sync/util/user_settings_unittest.cc', |
| 3130 'browser/sync/weak_handle_unittest.cc', | 3140 'browser/sync/weak_handle_unittest.cc', |
| 3131 'test/sync/engine/mock_connection_manager.cc', | |
| 3132 'test/sync/engine/mock_connection_manager.h', | |
| 3133 'test/sync/engine/mock_gaia_authenticator.cc', | |
| 3134 'test/sync/engine/mock_gaia_authenticator.h', | |
| 3135 'test/sync/engine/mock_gaia_authenticator_unittest.cc', | |
| 3136 'test/sync/engine/syncer_command_test.h', | |
| 3137 'test/sync/engine/test_id_factory.h', | |
| 3138 'test/sync/engine/test_syncable_utils.cc', | |
| 3139 'test/sync/engine/test_syncable_utils.h', | |
| 3140 'test/sync/sessions/test_scoped_session_event_listener.h', | |
| 3141 ], | 3141 ], |
| 3142 'include_dirs': [ | 3142 'include_dirs': [ |
| 3143 '..', | 3143 '..', |
| 3144 '<(protoc_out_dir)', | 3144 '<(protoc_out_dir)', |
| 3145 ], | 3145 ], |
| 3146 'defines' : [ | 3146 'defines' : [ |
| 3147 'SYNC_ENGINE_VERSION_STRING="Unknown"', | 3147 'SYNC_ENGINE_VERSION_STRING="Unknown"', |
| 3148 '_CRT_SECURE_NO_WARNINGS', | 3148 '_CRT_SECURE_NO_WARNINGS', |
| 3149 '_USE_32BIT_TIME_T', | 3149 '_USE_32BIT_TIME_T', |
| 3150 ], | 3150 ], |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3263 'app/chrome_dll.rc', | 3263 'app/chrome_dll.rc', |
| 3264 'app/chrome_dll_resource.h', | 3264 'app/chrome_dll_resource.h', |
| 3265 'app/chrome_version.rc.version', | 3265 'app/chrome_version.rc.version', |
| 3266 'browser/password_manager/password_form_data.cc', | 3266 'browser/password_manager/password_form_data.cc', |
| 3267 'browser/sessions/session_backend.cc', | 3267 'browser/sessions/session_backend.cc', |
| 3268 'browser/sync/glue/session_model_associator.cc', | 3268 'browser/sync/glue/session_model_associator.cc', |
| 3269 'test/base/out_of_proc_test_runner.cc', | 3269 'test/base/out_of_proc_test_runner.cc', |
| 3270 'test/base/test_notification_tracker.cc', | 3270 'test/base/test_notification_tracker.cc', |
| 3271 'test/base/test_notification_tracker.h', | 3271 'test/base/test_notification_tracker.h', |
| 3272 'test/data/resource.rc', | 3272 'test/data/resource.rc', |
| 3273 'test/live_sync/apps_helper.cc', | 3273 'browser/sync/test/live_sync/apps_helper.cc', |
| 3274 'test/live_sync/apps_helper.h', | 3274 'browser/sync/test/live_sync/apps_helper.h', |
| 3275 'test/live_sync/autofill_helper.cc', | 3275 'browser/sync/test/live_sync/autofill_helper.cc', |
| 3276 'test/live_sync/autofill_helper.h', | 3276 'browser/sync/test/live_sync/autofill_helper.h', |
| 3277 'test/live_sync/bookmarks_helper.cc', | 3277 'browser/sync/test/live_sync/bookmarks_helper.cc', |
| 3278 'test/live_sync/bookmarks_helper.h', | 3278 'browser/sync/test/live_sync/bookmarks_helper.h', |
| 3279 'test/live_sync/extensions_helper.cc', | 3279 'browser/sync/test/live_sync/extensions_helper.cc', |
| 3280 'test/live_sync/extensions_helper.h', | 3280 'browser/sync/test/live_sync/extensions_helper.h', |
| 3281 'test/live_sync/live_sync_test.cc', | 3281 'browser/sync/test/live_sync/live_sync_test.cc', |
| 3282 'test/live_sync/live_sync_test.h', | 3282 'browser/sync/test/live_sync/live_sync_test.h', |
| 3283 'test/live_sync/many_client_bookmarks_sync_test.cc', | 3283 'browser/sync/test/live_sync/many_client_bookmarks_sync_test.cc', |
| 3284 'test/live_sync/many_client_passwords_sync_test.cc', | 3284 'browser/sync/test/live_sync/many_client_passwords_sync_test.cc', |
| 3285 'test/live_sync/many_client_preferences_sync_test.cc', | 3285 'browser/sync/test/live_sync/many_client_preferences_sync_test.cc', |
| 3286 'test/live_sync/migration_errors_test.cc', | 3286 'browser/sync/test/live_sync/migration_errors_test.cc', |
| 3287 'test/live_sync/multiple_client_bookmarks_sync_test.cc', | 3287 'browser/sync/test/live_sync/multiple_client_bookmarks_sync_test.cc', |
| 3288 'test/live_sync/multiple_client_passwords_sync_test.cc', | 3288 'browser/sync/test/live_sync/multiple_client_passwords_sync_test.cc', |
| 3289 'test/live_sync/multiple_client_preferences_sync_test.cc', | 3289 'browser/sync/test/live_sync/multiple_client_preferences_sync_test.cc', |
| 3290 'test/live_sync/multiple_client_sessions_sync_test.cc', | 3290 'browser/sync/test/live_sync/multiple_client_sessions_sync_test.cc', |
| 3291 'test/live_sync/multiple_client_typed_urls_sync_test.cc', | 3291 'browser/sync/test/live_sync/multiple_client_typed_urls_sync_test.cc', |
| 3292 'test/live_sync/passwords_helper.cc', | 3292 'browser/sync/test/live_sync/passwords_helper.cc', |
| 3293 'test/live_sync/passwords_helper.h', | 3293 'browser/sync/test/live_sync/passwords_helper.h', |
| 3294 'test/live_sync/preferences_helper.cc', | 3294 'browser/sync/test/live_sync/preferences_helper.cc', |
| 3295 'test/live_sync/preferences_helper.h', | 3295 'browser/sync/test/live_sync/preferences_helper.h', |
| 3296 'test/live_sync/sessions_helper.cc', | 3296 'browser/sync/test/live_sync/sessions_helper.cc', |
| 3297 'test/live_sync/sessions_helper.h', | 3297 'browser/sync/test/live_sync/sessions_helper.h', |
| 3298 'test/live_sync/single_client_apps_sync_test.cc', | 3298 'browser/sync/test/live_sync/single_client_apps_sync_test.cc', |
| 3299 'test/live_sync/single_client_bookmarks_sync_test.cc', | 3299 'browser/sync/test/live_sync/single_client_bookmarks_sync_test.cc', |
| 3300 'test/live_sync/single_client_extensions_sync_test.cc', | 3300 'browser/sync/test/live_sync/single_client_extensions_sync_test.cc', |
| 3301 'test/live_sync/single_client_passwords_sync_test.cc', | 3301 'browser/sync/test/live_sync/single_client_passwords_sync_test.cc', |
| 3302 'test/live_sync/single_client_preferences_sync_test.cc', | 3302 'browser/sync/test/live_sync/single_client_preferences_sync_test.cc', |
| 3303 'test/live_sync/single_client_sessions_sync_test.cc', | 3303 'browser/sync/test/live_sync/single_client_sessions_sync_test.cc', |
| 3304 'test/live_sync/single_client_themes_sync_test.cc', | 3304 'browser/sync/test/live_sync/single_client_themes_sync_test.cc', |
| 3305 'test/live_sync/single_client_typed_urls_sync_test.cc', | 3305 'browser/sync/test/live_sync/single_client_typed_urls_sync_test.cc', |
| 3306 'test/live_sync/sync_datatype_helper.cc', | 3306 'browser/sync/test/live_sync/sync_datatype_helper.cc', |
| 3307 'test/live_sync/sync_datatype_helper.h', | 3307 'browser/sync/test/live_sync/sync_datatype_helper.h', |
| 3308 'test/live_sync/sync_errors_test.cc', | 3308 'browser/sync/test/live_sync/sync_errors_test.cc', |
| 3309 'test/live_sync/sync_extension_helper.cc', | 3309 'browser/sync/test/live_sync/sync_extension_helper.cc', |
| 3310 'test/live_sync/sync_extension_helper.h', | 3310 'browser/sync/test/live_sync/sync_extension_helper.h', |
| 3311 'test/live_sync/themes_helper.cc', | 3311 'browser/sync/test/live_sync/themes_helper.cc', |
| 3312 'test/live_sync/themes_helper.h', | 3312 'browser/sync/test/live_sync/themes_helper.h', |
| 3313 'test/live_sync/two_client_apps_sync_test.cc', | 3313 'browser/sync/test/live_sync/two_client_apps_sync_test.cc', |
| 3314 'test/live_sync/two_client_autofill_sync_test.cc', | 3314 'browser/sync/test/live_sync/two_client_autofill_sync_test.cc', |
| 3315 'test/live_sync/two_client_bookmarks_sync_test.cc', | 3315 'browser/sync/test/live_sync/two_client_bookmarks_sync_test.cc', |
| 3316 'test/live_sync/two_client_extensions_sync_test.cc', | 3316 'browser/sync/test/live_sync/two_client_extensions_sync_test.cc', |
| 3317 'test/live_sync/two_client_passwords_sync_test.cc', | 3317 'browser/sync/test/live_sync/two_client_passwords_sync_test.cc', |
| 3318 'test/live_sync/two_client_preferences_sync_test.cc', | 3318 'browser/sync/test/live_sync/two_client_preferences_sync_test.cc', |
| 3319 'test/live_sync/two_client_sessions_sync_test.cc', | 3319 'browser/sync/test/live_sync/two_client_sessions_sync_test.cc', |
| 3320 'test/live_sync/two_client_themes_sync_test.cc', | 3320 'browser/sync/test/live_sync/two_client_themes_sync_test.cc', |
| 3321 'test/live_sync/two_client_typed_urls_sync_test.cc', | 3321 'browser/sync/test/live_sync/two_client_typed_urls_sync_test.cc', |
| 3322 'test/live_sync/typed_urls_helper.cc', | 3322 'browser/sync/test/live_sync/typed_urls_helper.cc', |
| 3323 'test/live_sync/typed_urls_helper.h', | 3323 'browser/sync/test/live_sync/typed_urls_helper.h', |
| 3324 ], | 3324 ], |
| 3325 'conditions': [ | 3325 'conditions': [ |
| 3326 ['toolkit_uses_gtk == 1', { | 3326 ['toolkit_uses_gtk == 1', { |
| 3327 'dependencies': [ | 3327 'dependencies': [ |
| 3328 '../build/linux/system.gyp:gtk', | 3328 '../build/linux/system.gyp:gtk', |
| 3329 '../build/linux/system.gyp:ssl', | 3329 '../build/linux/system.gyp:ssl', |
| 3330 ], | 3330 ], |
| 3331 }], | 3331 }], |
| 3332 ['OS=="mac"', { | 3332 ['OS=="mac"', { |
| 3333 # See the comment in this section of the unit_tests target for an | 3333 # See the comment in this section of the unit_tests target for an |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3406 ], | 3406 ], |
| 3407 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3407 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
| 3408 'sources': [ | 3408 'sources': [ |
| 3409 'app/chrome_command_ids.h', | 3409 'app/chrome_command_ids.h', |
| 3410 'app/chrome_dll.rc', | 3410 'app/chrome_dll.rc', |
| 3411 'app/chrome_dll_resource.h', | 3411 'app/chrome_dll_resource.h', |
| 3412 'app/chrome_version.rc.version', | 3412 'app/chrome_version.rc.version', |
| 3413 'browser/password_manager/password_form_data.cc', | 3413 'browser/password_manager/password_form_data.cc', |
| 3414 'browser/sessions/session_backend.cc', | 3414 'browser/sessions/session_backend.cc', |
| 3415 'browser/sync/glue/session_model_associator.cc', | 3415 'browser/sync/glue/session_model_associator.cc', |
| 3416 'browser/sync/test/live_sync/autofill_helper.cc', |
| 3417 'browser/sync/test/live_sync/autofill_helper.h', |
| 3418 'browser/sync/test/live_sync/bookmarks_helper.cc', |
| 3419 'browser/sync/test/live_sync/bookmarks_helper.h', |
| 3420 'browser/sync/test/live_sync/extensions_helper.cc', |
| 3421 'browser/sync/test/live_sync/extensions_helper.h', |
| 3422 'browser/sync/test/live_sync/live_sync_test.cc', |
| 3423 'browser/sync/test/live_sync/live_sync_test.h', |
| 3424 'browser/sync/test/live_sync/passwords_helper.cc', |
| 3425 'browser/sync/test/live_sync/passwords_helper.h', |
| 3426 'browser/sync/test/live_sync/performance/autofill_sync_perf_test.cc', |
| 3427 'browser/sync/test/live_sync/performance/bookmarks_sync_perf_test.cc', |
| 3428 'browser/sync/test/live_sync/performance/extensions_sync_perf_test.cc', |
| 3429 'browser/sync/test/live_sync/performance/sync_timing_helper.cc', |
| 3430 'browser/sync/test/live_sync/performance/sync_timing_helper.h', |
| 3431 'browser/sync/test/live_sync/performance/passwords_sync_perf_test.cc', |
| 3432 'browser/sync/test/live_sync/performance/sessions_sync_perf_test.cc', |
| 3433 'browser/sync/test/live_sync/performance/typed_urls_sync_perf_test.cc', |
| 3434 'browser/sync/test/live_sync/sessions_helper.cc', |
| 3435 'browser/sync/test/live_sync/sessions_helper.h', |
| 3436 'browser/sync/test/live_sync/sync_datatype_helper.cc', |
| 3437 'browser/sync/test/live_sync/sync_datatype_helper.h', |
| 3438 'browser/sync/test/live_sync/sync_extension_helper.cc', |
| 3439 'browser/sync/test/live_sync/sync_extension_helper.h', |
| 3440 'browser/sync/test/live_sync/typed_urls_helper.cc', |
| 3441 'browser/sync/test/live_sync/typed_urls_helper.h', |
| 3416 'test/base/out_of_proc_test_runner.cc', | 3442 'test/base/out_of_proc_test_runner.cc', |
| 3417 'test/base/test_notification_tracker.cc', | 3443 'test/base/test_notification_tracker.cc', |
| 3418 'test/base/test_notification_tracker.h', | 3444 'test/base/test_notification_tracker.h', |
| 3419 'test/data/resource.rc', | 3445 'test/data/resource.rc', |
| 3420 'test/live_sync/autofill_helper.cc', | |
| 3421 'test/live_sync/autofill_helper.h', | |
| 3422 'test/live_sync/bookmarks_helper.cc', | |
| 3423 'test/live_sync/bookmarks_helper.h', | |
| 3424 'test/live_sync/extensions_helper.cc', | |
| 3425 'test/live_sync/extensions_helper.h', | |
| 3426 'test/live_sync/live_sync_test.cc', | |
| 3427 'test/live_sync/live_sync_test.h', | |
| 3428 'test/live_sync/passwords_helper.cc', | |
| 3429 'test/live_sync/passwords_helper.h', | |
| 3430 'test/live_sync/performance/autofill_sync_perf_test.cc', | |
| 3431 'test/live_sync/performance/bookmarks_sync_perf_test.cc', | |
| 3432 'test/live_sync/performance/extensions_sync_perf_test.cc', | |
| 3433 'test/live_sync/performance/sync_timing_helper.cc', | |
| 3434 'test/live_sync/performance/sync_timing_helper.h', | |
| 3435 'test/live_sync/performance/passwords_sync_perf_test.cc', | |
| 3436 'test/live_sync/performance/sessions_sync_perf_test.cc', | |
| 3437 'test/live_sync/performance/typed_urls_sync_perf_test.cc', | |
| 3438 'test/live_sync/sessions_helper.cc', | |
| 3439 'test/live_sync/sessions_helper.h', | |
| 3440 'test/live_sync/sync_datatype_helper.cc', | |
| 3441 'test/live_sync/sync_datatype_helper.h', | |
| 3442 'test/live_sync/sync_extension_helper.cc', | |
| 3443 'test/live_sync/sync_extension_helper.h', | |
| 3444 'test/live_sync/typed_urls_helper.cc', | |
| 3445 'test/live_sync/typed_urls_helper.h', | |
| 3446 ], | 3446 ], |
| 3447 'conditions': [ | 3447 'conditions': [ |
| 3448 ['toolkit_uses_gtk == 1', { | 3448 ['toolkit_uses_gtk == 1', { |
| 3449 'dependencies': [ | 3449 'dependencies': [ |
| 3450 '../build/linux/system.gyp:gtk', | 3450 '../build/linux/system.gyp:gtk', |
| 3451 '../build/linux/system.gyp:ssl', | 3451 '../build/linux/system.gyp:ssl', |
| 3452 ], | 3452 ], |
| 3453 }], | 3453 }], |
| 3454 ['OS=="mac"', { | 3454 ['OS=="mac"', { |
| 3455 # See the comment in this section of the unit_tests target for an | 3455 # See the comment in this section of the unit_tests target for an |
| (...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4115 # Use outputs of this action as inputs for the main target build. | 4115 # Use outputs of this action as inputs for the main target build. |
| 4116 # Seems as a misnomer but makes this happy on Linux (scons). | 4116 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4117 'process_outputs_as_sources': 1, | 4117 'process_outputs_as_sources': 1, |
| 4118 }, | 4118 }, |
| 4119 ], # 'actions' | 4119 ], # 'actions' |
| 4120 }, | 4120 }, |
| 4121 ] | 4121 ] |
| 4122 }], # 'coverage!=0' | 4122 }], # 'coverage!=0' |
| 4123 ], # 'conditions' | 4123 ], # 'conditions' |
| 4124 } | 4124 } |
| OLD | NEW |