| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 'app/policy/cloud_policy_codegen.gyp:policy', | 12 'app/policy/cloud_policy_codegen.gyp:policy', |
| 13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 13 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 14 'chrome_extra_resources', | 14 'chrome_extra_resources', |
| 15 'chrome_resources', | 15 'chrome_resources', |
| 16 'chrome_strings', | 16 'chrome_strings', |
| 17 'common', | 17 'common', |
| 18 'common_net', | 18 'common_net', |
| 19 'debugger', | 19 'debugger', |
| 20 'in_memory_url_index_cache_proto_cpp', | 20 'in_memory_url_index_cache_proto_cpp', |
| 21 'installer_util', | 21 'installer_util', |
| 22 'platform_locale_settings', | 22 'platform_locale_settings', |
| 23 'profile_import', | 23 'profile_import', |
| 24 'safe_browsing_csd_proto', | 24 'safe_browsing_csd_proto', |
| 25 'safe_browsing_report_proto', | 25 'safe_browsing_report_proto', |
| 26 'syncapi', | 26 # TODO(sync): Make browser not depend on syncapi_core directly. |
| 27 'syncapi_core', |
| 28 'syncapi_service', |
| 27 'theme_resources', | 29 'theme_resources', |
| 28 'theme_resources_large', | 30 'theme_resources_large', |
| 29 'theme_resources_standard', | 31 'theme_resources_standard', |
| 30 'userfeedback_proto', | 32 'userfeedback_proto', |
| 31 '../app/app.gyp:app_resources', | 33 '../app/app.gyp:app_resources', |
| 32 '../build/temp_gyp/googleurl.gyp:googleurl', | 34 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 33 '../content/content.gyp:content_browser', | 35 '../content/content.gyp:content_browser', |
| 34 '../crypto/crypto.gyp:crypto', | 36 '../crypto/crypto.gyp:crypto', |
| 35 '../media/media.gyp:media', | 37 '../media/media.gyp:media', |
| 36 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 38 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
| (...skipping 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2022 'browser/sync/backend_migrator.cc', | 2024 'browser/sync/backend_migrator.cc', |
| 2023 'browser/sync/backend_migrator.h', | 2025 'browser/sync/backend_migrator.h', |
| 2024 'browser/sync/profile_sync_factory.h', | 2026 'browser/sync/profile_sync_factory.h', |
| 2025 'browser/sync/profile_sync_factory_impl.cc', | 2027 'browser/sync/profile_sync_factory_impl.cc', |
| 2026 'browser/sync/profile_sync_factory_impl.h', | 2028 'browser/sync/profile_sync_factory_impl.h', |
| 2027 'browser/sync/profile_sync_service.cc', | 2029 'browser/sync/profile_sync_service.cc', |
| 2028 'browser/sync/profile_sync_service.h', | 2030 'browser/sync/profile_sync_service.h', |
| 2029 'browser/sync/profile_sync_service_harness.cc', | 2031 'browser/sync/profile_sync_service_harness.cc', |
| 2030 'browser/sync/profile_sync_service_harness.h', | 2032 'browser/sync/profile_sync_service_harness.h', |
| 2031 'browser/sync/profile_sync_service_observer.h', | 2033 'browser/sync/profile_sync_service_observer.h', |
| 2032 'browser/sync/api/syncable_service.cc', # TODO(zea): make own target. | |
| 2033 'browser/sync/api/syncable_service.h', | |
| 2034 'browser/sync/api/sync_data.h', | |
| 2035 'browser/sync/api/sync_data.cc', | |
| 2036 'browser/sync/api/sync_change.h', | |
| 2037 'browser/sync/api/sync_change.cc', | |
| 2038 'browser/sync/api/sync_change_processor.h', | |
| 2039 'browser/sync/api/sync_change_processor.cc', | |
| 2040 'browser/sync/signin_manager.cc', | 2034 'browser/sync/signin_manager.cc', |
| 2041 'browser/sync/signin_manager.h', | 2035 'browser/sync/signin_manager.h', |
| 2042 'browser/sync/sync_setup_flow.cc', | 2036 'browser/sync/sync_setup_flow.cc', |
| 2043 'browser/sync/sync_setup_flow.h', | 2037 'browser/sync/sync_setup_flow.h', |
| 2044 'browser/sync/sync_setup_flow_handler.h', | 2038 'browser/sync/sync_setup_flow_handler.h', |
| 2045 'browser/sync/sync_setup_wizard.cc', | 2039 'browser/sync/sync_setup_wizard.cc', |
| 2046 'browser/sync/sync_setup_wizard.h', | 2040 'browser/sync/sync_setup_wizard.h', |
| 2047 'browser/sync/sync_ui_util.cc', | 2041 'browser/sync/sync_ui_util.cc', |
| 2048 'browser/sync/sync_ui_util.h', | 2042 'browser/sync/sync_ui_util.h', |
| 2049 'browser/sync/sync_ui_util_mac.h', | 2043 'browser/sync/sync_ui_util_mac.h', |
| (...skipping 2582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4632 'hard_dependency': 1, | 4626 'hard_dependency': 1, |
| 4633 }, | 4627 }, |
| 4634 ], | 4628 ], |
| 4635 } | 4629 } |
| 4636 | 4630 |
| 4637 # Local Variables: | 4631 # Local Variables: |
| 4638 # tab-width:2 | 4632 # tab-width:2 |
| 4639 # indent-tabs-mode:nil | 4633 # indent-tabs-mode:nil |
| 4640 # End: | 4634 # End: |
| 4641 # vim: set expandtab tabstop=2 shiftwidth=2: | 4635 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |