| OLD | NEW |
| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'browser/browsing_data/browsing_data_appcache_helper.cc', | 202 'browser/browsing_data/browsing_data_appcache_helper.cc', |
| 203 'browser/browsing_data/browsing_data_appcache_helper.h', | 203 'browser/browsing_data/browsing_data_appcache_helper.h', |
| 204 'browser/browsing_data/browsing_data_channel_id_helper.cc', | 204 'browser/browsing_data/browsing_data_channel_id_helper.cc', |
| 205 'browser/browsing_data/browsing_data_channel_id_helper.h', | 205 'browser/browsing_data/browsing_data_channel_id_helper.h', |
| 206 'browser/browsing_data/browsing_data_cookie_helper.cc', | 206 'browser/browsing_data/browsing_data_cookie_helper.cc', |
| 207 'browser/browsing_data/browsing_data_cookie_helper.h', | 207 'browser/browsing_data/browsing_data_cookie_helper.h', |
| 208 'browser/browsing_data/browsing_data_database_helper.cc', | 208 'browser/browsing_data/browsing_data_database_helper.cc', |
| 209 'browser/browsing_data/browsing_data_database_helper.h', | 209 'browser/browsing_data/browsing_data_database_helper.h', |
| 210 'browser/browsing_data/browsing_data_file_system_helper.cc', | 210 'browser/browsing_data/browsing_data_file_system_helper.cc', |
| 211 'browser/browsing_data/browsing_data_file_system_helper.h', | 211 'browser/browsing_data/browsing_data_file_system_helper.h', |
| 212 'browser/browsing_data/browsing_data_flash_lso_helper.cc', | |
| 213 'browser/browsing_data/browsing_data_flash_lso_helper.h', | |
| 214 'browser/browsing_data/browsing_data_helper.cc', | 212 'browser/browsing_data/browsing_data_helper.cc', |
| 215 'browser/browsing_data/browsing_data_helper.h', | 213 'browser/browsing_data/browsing_data_helper.h', |
| 216 'browser/browsing_data/browsing_data_indexed_db_helper.cc', | 214 'browser/browsing_data/browsing_data_indexed_db_helper.cc', |
| 217 'browser/browsing_data/browsing_data_indexed_db_helper.h', | 215 'browser/browsing_data/browsing_data_indexed_db_helper.h', |
| 218 'browser/browsing_data/browsing_data_local_storage_helper.cc', | 216 'browser/browsing_data/browsing_data_local_storage_helper.cc', |
| 219 'browser/browsing_data/browsing_data_local_storage_helper.h', | 217 'browser/browsing_data/browsing_data_local_storage_helper.h', |
| 220 'browser/browsing_data/browsing_data_service_worker_helper.cc', | 218 'browser/browsing_data/browsing_data_service_worker_helper.cc', |
| 221 'browser/browsing_data/browsing_data_service_worker_helper.h', | 219 'browser/browsing_data/browsing_data_service_worker_helper.h', |
| 222 'browser/browsing_data/browsing_data_quota_helper.cc', | 220 'browser/browsing_data/browsing_data_quota_helper.cc', |
| 223 'browser/browsing_data/browsing_data_quota_helper.h', | 221 'browser/browsing_data/browsing_data_quota_helper.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'browser/component_updater/chrome_component_updater_configurator.cc', | 271 'browser/component_updater/chrome_component_updater_configurator.cc', |
| 274 'browser/component_updater/chrome_component_updater_configurator.h', | 272 'browser/component_updater/chrome_component_updater_configurator.h', |
| 275 'browser/component_updater/cld_component_installer.cc', | 273 'browser/component_updater/cld_component_installer.cc', |
| 276 'browser/component_updater/cld_component_installer.h', | 274 'browser/component_updater/cld_component_installer.h', |
| 277 'browser/component_updater/component_patcher_operation_out_of_process.cc', | 275 'browser/component_updater/component_patcher_operation_out_of_process.cc', |
| 278 'browser/component_updater/component_patcher_operation_out_of_process.h', | 276 'browser/component_updater/component_patcher_operation_out_of_process.h', |
| 279 'browser/component_updater/component_updater_resource_throttle.cc', | 277 'browser/component_updater/component_updater_resource_throttle.cc', |
| 280 'browser/component_updater/component_updater_resource_throttle.h', | 278 'browser/component_updater/component_updater_resource_throttle.h', |
| 281 'browser/component_updater/ev_whitelist_component_installer.cc', | 279 'browser/component_updater/ev_whitelist_component_installer.cc', |
| 282 'browser/component_updater/ev_whitelist_component_installer.h', | 280 'browser/component_updater/ev_whitelist_component_installer.h', |
| 283 'browser/component_updater/flash_component_installer.h', | |
| 284 'browser/component_updater/pepper_flash_component_installer.cc', | |
| 285 'browser/component_updater/pnacl/pnacl_component_installer.cc', | |
| 286 'browser/component_updater/pnacl/pnacl_component_installer.h', | |
| 287 'browser/component_updater/ppapi_utils.cc', | |
| 288 'browser/component_updater/ppapi_utils.h', | |
| 289 'browser/component_updater/recovery_component_installer.cc', | 281 'browser/component_updater/recovery_component_installer.cc', |
| 290 'browser/component_updater/recovery_component_installer.h', | 282 'browser/component_updater/recovery_component_installer.h', |
| 291 'browser/component_updater/sw_reporter_installer_win.cc', | 283 'browser/component_updater/sw_reporter_installer_win.cc', |
| 292 'browser/component_updater/sw_reporter_installer_win.h', | 284 'browser/component_updater/sw_reporter_installer_win.h', |
| 293 'browser/component_updater/swiftshader_component_installer.cc', | 285 'browser/component_updater/swiftshader_component_installer.cc', |
| 294 'browser/component_updater/swiftshader_component_installer.h', | 286 'browser/component_updater/swiftshader_component_installer.h', |
| 295 'browser/content_settings/content_settings_default_provider.cc', | 287 'browser/content_settings/content_settings_default_provider.cc', |
| 296 'browser/content_settings/content_settings_default_provider.h', | 288 'browser/content_settings/content_settings_default_provider.h', |
| 297 'browser/content_settings/content_settings_details.cc', | 289 'browser/content_settings/content_settings_details.cc', |
| 298 'browser/content_settings/content_settings_details.h', | 290 'browser/content_settings/content_settings_details.h', |
| (...skipping 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1714 'browser/spellchecker/spellcheck_platform_mac.h', | 1706 'browser/spellchecker/spellcheck_platform_mac.h', |
| 1715 'browser/spellchecker/spellcheck_platform_mac.mm', | 1707 'browser/spellchecker/spellcheck_platform_mac.mm', |
| 1716 'browser/spellchecker/spellcheck_service.cc', | 1708 'browser/spellchecker/spellcheck_service.cc', |
| 1717 'browser/spellchecker/spellcheck_service.h', | 1709 'browser/spellchecker/spellcheck_service.h', |
| 1718 'browser/spellchecker/spelling_service_client.cc', | 1710 'browser/spellchecker/spelling_service_client.cc', |
| 1719 'browser/spellchecker/spelling_service_client.h', | 1711 'browser/spellchecker/spelling_service_client.h', |
| 1720 'browser/spellchecker/word_trimmer.cc', | 1712 'browser/spellchecker/word_trimmer.cc', |
| 1721 'browser/spellchecker/word_trimmer.h', | 1713 'browser/spellchecker/word_trimmer.h', |
| 1722 ], | 1714 ], |
| 1723 'chrome_browser_nacl_sources': [ | 1715 'chrome_browser_nacl_sources': [ |
| 1716 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
| 1717 'browser/component_updater/pnacl/pnacl_component_installer.h', |
| 1724 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 1718 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
| 1725 'browser/nacl_host/nacl_browser_delegate_impl.h', | 1719 'browser/nacl_host/nacl_browser_delegate_impl.h', |
| 1726 'browser/nacl_host/nacl_infobar_delegate.cc', | 1720 'browser/nacl_host/nacl_infobar_delegate.cc', |
| 1727 'browser/nacl_host/nacl_infobar_delegate.h', | 1721 'browser/nacl_host/nacl_infobar_delegate.h', |
| 1728 ], | 1722 ], |
| 1729 # See also the plugin_installation_sources list below. | 1723 # See also the plugin_installation_sources list below. |
| 1730 'chrome_browser_plugins_sources': [ | 1724 'chrome_browser_plugins_sources': [ |
| 1725 'browser/browsing_data/browsing_data_flash_lso_helper.cc', |
| 1726 'browser/browsing_data/browsing_data_flash_lso_helper.h', |
| 1727 'browser/component_updater/flash_component_installer.h', |
| 1728 'browser/component_updater/pepper_flash_component_installer.cc', |
| 1729 'browser/component_updater/ppapi_utils.cc', |
| 1730 'browser/component_updater/ppapi_utils.h', |
| 1731 'browser/metrics/plugin_metrics_provider.cc', | 1731 'browser/metrics/plugin_metrics_provider.cc', |
| 1732 'browser/metrics/plugin_metrics_provider.h', | 1732 'browser/metrics/plugin_metrics_provider.h', |
| 1733 'browser/pepper_broker_infobar_delegate.cc', | 1733 'browser/pepper_broker_infobar_delegate.cc', |
| 1734 'browser/pepper_broker_infobar_delegate.h', | 1734 'browser/pepper_broker_infobar_delegate.h', |
| 1735 'browser/pepper_flash_settings_manager.cc', | 1735 'browser/pepper_flash_settings_manager.cc', |
| 1736 'browser/pepper_flash_settings_manager.h', | 1736 'browser/pepper_flash_settings_manager.h', |
| 1737 'browser/plugins/chrome_plugin_service_filter.cc', | 1737 'browser/plugins/chrome_plugin_service_filter.cc', |
| 1738 'browser/plugins/chrome_plugin_service_filter.h', | 1738 'browser/plugins/chrome_plugin_service_filter.h', |
| 1739 'browser/plugins/plugin_data_remover_helper.cc', | 1739 'browser/plugins/plugin_data_remover_helper.cc', |
| 1740 'browser/plugins/plugin_data_remover_helper.h', | 1740 'browser/plugins/plugin_data_remover_helper.h', |
| (...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2936 '../media/cast/cast.gyp:cast_net', | 2936 '../media/cast/cast.gyp:cast_net', |
| 2937 '../media/media.gyp:media', | 2937 '../media/media.gyp:media', |
| 2938 '../mojo/mojo_base.gyp:mojo_common_lib', | 2938 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 2939 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 2939 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
| 2940 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 2940 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 2941 '../mojo/mojo_base.gyp:mojo_js_bindings', | 2941 '../mojo/mojo_base.gyp:mojo_js_bindings', |
| 2942 '../mojo/mojo_base.gyp:mojo_system_impl', | 2942 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 2943 '../net/net.gyp:net_with_v8', | 2943 '../net/net.gyp:net_with_v8', |
| 2944 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2944 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 2945 '../testing/perf/perf_test.gyp:*', | 2945 '../testing/perf/perf_test.gyp:*', |
| 2946 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | |
| 2947 '../third_party/expat/expat.gyp:expat', | 2946 '../third_party/expat/expat.gyp:expat', |
| 2948 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2947 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2949 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2948 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2950 '../third_party/libyuv/libyuv.gyp:libyuv', | 2949 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2951 '../third_party/npapi/npapi.gyp:npapi', | 2950 '../third_party/npapi/npapi.gyp:npapi', |
| 2952 '../third_party/smhasher/smhasher.gyp:cityhash', | 2951 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 2953 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2952 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 2954 '../ui/gl/gl.gyp:gl', | 2953 '../ui/gl/gl.gyp:gl', |
| 2955 '../ui/surface/surface.gyp:surface', | 2954 '../ui/surface/surface.gyp:surface', |
| 2956 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2955 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3088 'policy_path_parser', | 3087 'policy_path_parser', |
| 3089 ], | 3088 ], |
| 3090 }], | 3089 }], |
| 3091 ], | 3090 ], |
| 3092 }, { # configuration_policy==0 | 3091 }, { # configuration_policy==0 |
| 3093 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], | 3092 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], |
| 3094 }], | 3093 }], |
| 3095 ['enable_plugins==1', { | 3094 ['enable_plugins==1', { |
| 3096 'dependencies': [ | 3095 'dependencies': [ |
| 3097 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3096 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 3097 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 3098 ], | 3098 ], |
| 3099 'sources': [ '<@(chrome_browser_plugins_sources)' ], | 3099 'sources': [ '<@(chrome_browser_plugins_sources)' ], |
| 3100 }], | 3100 }], |
| 3101 ['safe_browsing != 0', { | 3101 ['safe_browsing != 0', { |
| 3102 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], | 3102 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], |
| 3103 'dependencies': [ | 3103 'dependencies': [ |
| 3104 'safe_browsing_chunk_proto', | 3104 'safe_browsing_chunk_proto', |
| 3105 'safe_browsing_report_proto', | 3105 'safe_browsing_report_proto', |
| 3106 ], | 3106 ], |
| 3107 'conditions': [ | 3107 'conditions': [ |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3580 'variables': { | 3580 'variables': { |
| 3581 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3581 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3583 }, | 3583 }, |
| 3584 'includes': [ '../build/protoc.gypi' ] | 3584 'includes': [ '../build/protoc.gypi' ] |
| 3585 }, | 3585 }, |
| 3586 ], | 3586 ], |
| 3587 },], | 3587 },], |
| 3588 ], | 3588 ], |
| 3589 } | 3589 } |
| OLD | NEW |