| 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 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1703 'browser/spellchecker/spellcheck_platform_mac.h', | 1695 'browser/spellchecker/spellcheck_platform_mac.h', |
| 1704 'browser/spellchecker/spellcheck_platform_mac.mm', | 1696 'browser/spellchecker/spellcheck_platform_mac.mm', |
| 1705 'browser/spellchecker/spellcheck_service.cc', | 1697 'browser/spellchecker/spellcheck_service.cc', |
| 1706 'browser/spellchecker/spellcheck_service.h', | 1698 'browser/spellchecker/spellcheck_service.h', |
| 1707 'browser/spellchecker/spelling_service_client.cc', | 1699 'browser/spellchecker/spelling_service_client.cc', |
| 1708 'browser/spellchecker/spelling_service_client.h', | 1700 'browser/spellchecker/spelling_service_client.h', |
| 1709 'browser/spellchecker/word_trimmer.cc', | 1701 'browser/spellchecker/word_trimmer.cc', |
| 1710 'browser/spellchecker/word_trimmer.h', | 1702 'browser/spellchecker/word_trimmer.h', |
| 1711 ], | 1703 ], |
| 1712 'chrome_browser_nacl_sources': [ | 1704 'chrome_browser_nacl_sources': [ |
| 1705 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
| 1706 'browser/component_updater/pnacl/pnacl_component_installer.h', |
| 1713 'browser/nacl_host/nacl_browser_delegate_impl.cc', | 1707 'browser/nacl_host/nacl_browser_delegate_impl.cc', |
| 1714 'browser/nacl_host/nacl_browser_delegate_impl.h', | 1708 'browser/nacl_host/nacl_browser_delegate_impl.h', |
| 1715 'browser/nacl_host/nacl_infobar_delegate.cc', | 1709 'browser/nacl_host/nacl_infobar_delegate.cc', |
| 1716 'browser/nacl_host/nacl_infobar_delegate.h', | 1710 'browser/nacl_host/nacl_infobar_delegate.h', |
| 1717 ], | 1711 ], |
| 1718 # See also the plugin_installation_sources list below. | 1712 # See also the plugin_installation_sources list below. |
| 1719 'chrome_browser_plugins_sources': [ | 1713 'chrome_browser_plugins_sources': [ |
| 1714 'browser/browsing_data/browsing_data_flash_lso_helper.cc', |
| 1715 'browser/browsing_data/browsing_data_flash_lso_helper.h', |
| 1716 'browser/component_updater/flash_component_installer.h', |
| 1717 'browser/component_updater/pepper_flash_component_installer.cc', |
| 1718 'browser/component_updater/ppapi_utils.cc', |
| 1719 'browser/component_updater/ppapi_utils.h', |
| 1720 'browser/metrics/plugin_metrics_provider.cc', | 1720 'browser/metrics/plugin_metrics_provider.cc', |
| 1721 'browser/metrics/plugin_metrics_provider.h', | 1721 'browser/metrics/plugin_metrics_provider.h', |
| 1722 'browser/pepper_broker_infobar_delegate.cc', | 1722 'browser/pepper_broker_infobar_delegate.cc', |
| 1723 'browser/pepper_broker_infobar_delegate.h', | 1723 'browser/pepper_broker_infobar_delegate.h', |
| 1724 'browser/pepper_flash_settings_manager.cc', | 1724 'browser/pepper_flash_settings_manager.cc', |
| 1725 'browser/pepper_flash_settings_manager.h', | 1725 'browser/pepper_flash_settings_manager.h', |
| 1726 'browser/plugins/chrome_plugin_service_filter.cc', | 1726 'browser/plugins/chrome_plugin_service_filter.cc', |
| 1727 'browser/plugins/chrome_plugin_service_filter.h', | 1727 'browser/plugins/chrome_plugin_service_filter.h', |
| 1728 'browser/plugins/plugin_data_remover_helper.cc', | 1728 'browser/plugins/plugin_data_remover_helper.cc', |
| 1729 'browser/plugins/plugin_data_remover_helper.h', | 1729 'browser/plugins/plugin_data_remover_helper.h', |
| (...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2928 '../media/cast/cast.gyp:cast_net', | 2928 '../media/cast/cast.gyp:cast_net', |
| 2929 '../media/media.gyp:media', | 2929 '../media/media.gyp:media', |
| 2930 '../mojo/mojo_base.gyp:mojo_common_lib', | 2930 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 2931 '../mojo/mojo_base.gyp:mojo_cpp_bindings', | 2931 '../mojo/mojo_base.gyp:mojo_cpp_bindings', |
| 2932 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 2932 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 2933 '../mojo/mojo_base.gyp:mojo_js_bindings', | 2933 '../mojo/mojo_base.gyp:mojo_js_bindings', |
| 2934 '../mojo/mojo_base.gyp:mojo_system_impl', | 2934 '../mojo/mojo_base.gyp:mojo_system_impl', |
| 2935 '../net/net.gyp:net_with_v8', | 2935 '../net/net.gyp:net_with_v8', |
| 2936 # TODO(tonyg): Remove this dependency (crbug.com/280157). | 2936 # TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 2937 '../testing/perf/perf_test.gyp:*', | 2937 '../testing/perf/perf_test.gyp:*', |
| 2938 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | |
| 2939 '../third_party/expat/expat.gyp:expat', | 2938 '../third_party/expat/expat.gyp:expat', |
| 2940 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2939 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2941 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2940 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2942 '../third_party/libyuv/libyuv.gyp:libyuv', | 2941 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2943 '../third_party/npapi/npapi.gyp:npapi', | 2942 '../third_party/npapi/npapi.gyp:npapi', |
| 2944 '../third_party/smhasher/smhasher.gyp:cityhash', | 2943 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 2945 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2944 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 2946 '../ui/gl/gl.gyp:gl', | 2945 '../ui/gl/gl.gyp:gl', |
| 2947 '../ui/surface/surface.gyp:surface', | 2946 '../ui/surface/surface.gyp:surface', |
| 2948 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2947 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3079 'policy_path_parser', | 3078 'policy_path_parser', |
| 3080 ], | 3079 ], |
| 3081 }], | 3080 }], |
| 3082 ], | 3081 ], |
| 3083 }, { # configuration_policy==0 | 3082 }, { # configuration_policy==0 |
| 3084 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], | 3083 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], |
| 3085 }], | 3084 }], |
| 3086 ['enable_plugins==1', { | 3085 ['enable_plugins==1', { |
| 3087 'dependencies': [ | 3086 'dependencies': [ |
| 3088 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3087 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 3088 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 3089 ], | 3089 ], |
| 3090 'sources': [ '<@(chrome_browser_plugins_sources)' ], | 3090 'sources': [ '<@(chrome_browser_plugins_sources)' ], |
| 3091 }], | 3091 }], |
| 3092 ['safe_browsing != 0', { | 3092 ['safe_browsing != 0', { |
| 3093 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], | 3093 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], |
| 3094 'dependencies': [ | 3094 'dependencies': [ |
| 3095 'safe_browsing_chunk_proto', | 3095 'safe_browsing_chunk_proto', |
| 3096 'safe_browsing_report_proto', | 3096 'safe_browsing_report_proto', |
| 3097 ], | 3097 ], |
| 3098 'conditions': [ | 3098 'conditions': [ |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3571 'variables': { | 3571 'variables': { |
| 3572 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3572 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3573 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3573 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3574 }, | 3574 }, |
| 3575 'includes': [ '../build/protoc.gypi' ] | 3575 'includes': [ '../build/protoc.gypi' ] |
| 3576 }, | 3576 }, |
| 3577 ], | 3577 ], |
| 3578 },], | 3578 },], |
| 3579 ], | 3579 ], |
| 3580 } | 3580 } |
| OLD | NEW |