Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'browser/media/midi_permission_context_factory.h', 609 'browser/media/midi_permission_context_factory.h',
610 'browser/media/midi_permission_infobar_delegate.cc', 610 'browser/media/midi_permission_infobar_delegate.cc',
611 'browser/media/midi_permission_infobar_delegate.h', 611 'browser/media/midi_permission_infobar_delegate.h',
612 'browser/media/native_desktop_media_list.cc', 612 'browser/media/native_desktop_media_list.cc',
613 'browser/media/native_desktop_media_list.h', 613 'browser/media/native_desktop_media_list.h',
614 'browser/media/permission_bubble_media_access_handler.cc', 614 'browser/media/permission_bubble_media_access_handler.cc',
615 'browser/media/permission_bubble_media_access_handler.h', 615 'browser/media/permission_bubble_media_access_handler.h',
616 # TODO(brettw) should this go with the webrtc sources? 616 # TODO(brettw) should this go with the webrtc sources?
617 'browser/media/webrtc_log_list.cc', 617 'browser/media/webrtc_log_list.cc',
618 'browser/media/webrtc_log_list.h', 618 'browser/media/webrtc_log_list.h',
619 'browser/memory/oom_memory_details.cc',
620 'browser/memory/oom_memory_details.h',
621 'browser/memory/oom_priority_manager.h',
622 'browser/memory/oom_priority_manager_chromeos.cc',
623 'browser/memory/system_memory_stats_recorder.h',
624 'browser/memory/system_memory_stats_recorder_linux.cc',
619 'browser/memory_details.cc', 625 'browser/memory_details.cc',
620 'browser/memory_details.h', 626 'browser/memory_details.h',
621 'browser/memory_details_android.cc', 627 'browser/memory_details_android.cc',
622 'browser/memory_details_linux.cc', 628 'browser/memory_details_linux.cc',
623 'browser/memory_details_mac.cc', 629 'browser/memory_details_mac.cc',
624 'browser/memory_details_win.cc', 630 'browser/memory_details_win.cc',
625 'browser/memory/oom_memory_details.cc',
626 'browser/memory/oom_memory_details.h',
627 'browser/memory/oom_priority_manager_chromeos.cc',
628 'browser/memory/oom_priority_manager.h',
629 'browser/memory/system_memory_stats_recorder_linux.cc',
630 'browser/memory/system_memory_stats_recorder.h',
631 'browser/mod_pagespeed/mod_pagespeed_metrics.cc', 631 'browser/mod_pagespeed/mod_pagespeed_metrics.cc',
632 'browser/mod_pagespeed/mod_pagespeed_metrics.h', 632 'browser/mod_pagespeed/mod_pagespeed_metrics.h',
633 'browser/native_window_notification_source.h', 633 'browser/native_window_notification_source.h',
634 'browser/net/predictor_tab_helper.cc', 634 'browser/net/predictor_tab_helper.cc',
635 'browser/net/predictor_tab_helper.h', 635 'browser/net/predictor_tab_helper.h',
636 'browser/performance_monitor/performance_monitor.cc', 636 'browser/performance_monitor/performance_monitor.cc',
637 'browser/performance_monitor/performance_monitor.h', 637 'browser/performance_monitor/performance_monitor.h',
638 'browser/performance_monitor/process_metrics_history.cc', 638 'browser/performance_monitor/process_metrics_history.cc',
639 'browser/performance_monitor/process_metrics_history.h', 639 'browser/performance_monitor/process_metrics_history.h',
640 'browser/platform_util.h', 640 'browser/platform_util.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 'browser/download/download_crx_util.cc', 1017 'browser/download/download_crx_util.cc',
1018 'browser/download/download_crx_util.h', 1018 'browser/download/download_crx_util.h',
1019 'browser/download/download_danger_prompt.cc', 1019 'browser/download/download_danger_prompt.cc',
1020 'browser/download/download_danger_prompt.h', 1020 'browser/download/download_danger_prompt.h',
1021 'browser/download/download_shelf.cc', 1021 'browser/download/download_shelf.cc',
1022 'browser/download/download_shelf.h', 1022 'browser/download/download_shelf.h',
1023 'browser/download/download_shelf_context_menu.cc', 1023 'browser/download/download_shelf_context_menu.cc',
1024 'browser/download/download_shelf_context_menu.h', 1024 'browser/download/download_shelf_context_menu.h',
1025 'browser/download/notification/download_group_notification.cc', 1025 'browser/download/notification/download_group_notification.cc',
1026 'browser/download/notification/download_group_notification.h', 1026 'browser/download/notification/download_group_notification.h',
1027 'browser/download/notification/download_item_notification.cc',
1028 'browser/download/notification/download_item_notification.h',
1027 'browser/download/notification/download_notification.cc', 1029 'browser/download/notification/download_notification.cc',
1028 'browser/download/notification/download_notification.h', 1030 'browser/download/notification/download_notification.h',
1029 'browser/download/notification/download_item_notification.cc',
1030 'browser/download/notification/download_item_notification.h',
1031 'browser/download/notification/download_notification_manager.cc', 1031 'browser/download/notification/download_notification_manager.cc',
1032 'browser/download/notification/download_notification_manager.h', 1032 'browser/download/notification/download_notification_manager.h',
1033 'browser/feedback/feedback_profile_observer.cc', 1033 'browser/feedback/feedback_profile_observer.cc',
1034 'browser/feedback/feedback_profile_observer.h', 1034 'browser/feedback/feedback_profile_observer.h',
1035 'browser/feedback/show_feedback_page.cc', 1035 'browser/feedback/show_feedback_page.cc',
1036 'browser/feedback/system_logs/about_system_logs_fetcher.cc', 1036 'browser/feedback/system_logs/about_system_logs_fetcher.cc',
1037 'browser/feedback/system_logs/about_system_logs_fetcher.h', 1037 'browser/feedback/system_logs/about_system_logs_fetcher.h',
1038 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc', 1038 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc',
1039 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.h', 1039 'browser/feedback/system_logs/log_sources/chrome_internal_log_source.h',
1040 'browser/feedback/system_logs/log_sources/memory_details_log_source.cc', 1040 'browser/feedback/system_logs/log_sources/memory_details_log_source.cc',
(...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
2261 'browser/prefs/pref_metrics_service.h', 2261 'browser/prefs/pref_metrics_service.h',
2262 'browser/prefs/pref_model_associator.cc', 2262 'browser/prefs/pref_model_associator.cc',
2263 'browser/prefs/pref_model_associator.h', 2263 'browser/prefs/pref_model_associator.h',
2264 'browser/prefs/pref_service_syncable.cc', 2264 'browser/prefs/pref_service_syncable.cc',
2265 'browser/prefs/pref_service_syncable.h', 2265 'browser/prefs/pref_service_syncable.h',
2266 'browser/prefs/pref_service_syncable_factory.cc', 2266 'browser/prefs/pref_service_syncable_factory.cc',
2267 'browser/prefs/pref_service_syncable_factory.h', 2267 'browser/prefs/pref_service_syncable_factory.h',
2268 'browser/prefs/pref_service_syncable_observer.h', 2268 'browser/prefs/pref_service_syncable_observer.h',
2269 'browser/prefs/profile_pref_store_manager.cc', 2269 'browser/prefs/profile_pref_store_manager.cc',
2270 'browser/prefs/profile_pref_store_manager.h', 2270 'browser/prefs/profile_pref_store_manager.h',
2271 'browser/prefs/proxy_config_dictionary.cc',
2272 'browser/prefs/proxy_config_dictionary.h',
2273 'browser/prefs/proxy_prefs.cc',
2274 'browser/prefs/proxy_prefs.h',
2275 'browser/prefs/session_startup_pref.cc', 2271 'browser/prefs/session_startup_pref.cc',
2276 'browser/prefs/session_startup_pref.h', 2272 'browser/prefs/session_startup_pref.h',
2277 'browser/prefs/synced_pref_change_registrar.cc', 2273 'browser/prefs/synced_pref_change_registrar.cc',
2278 'browser/prefs/synced_pref_change_registrar.h', 2274 'browser/prefs/synced_pref_change_registrar.h',
2279 'browser/prefs/synced_pref_observer.h', 2275 'browser/prefs/synced_pref_observer.h',
2280 'browser/prefs/tracked/device_id.h', 2276 'browser/prefs/tracked/device_id.h',
2281 'browser/prefs/tracked/device_id_win.cc', 2277 'browser/prefs/tracked/device_id_win.cc',
2282 'browser/prefs/tracked/dictionary_hash_store_contents.cc', 2278 'browser/prefs/tracked/dictionary_hash_store_contents.cc',
2283 'browser/prefs/tracked/dictionary_hash_store_contents.h', 2279 'browser/prefs/tracked/dictionary_hash_store_contents.h',
2284 'browser/prefs/tracked/hash_store_contents.h', 2280 'browser/prefs/tracked/hash_store_contents.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
2339 'chrome_browser_printing_full_sources': [ 2335 'chrome_browser_printing_full_sources': [
2340 'browser/local_discovery/pwg_raster_converter.cc', 2336 'browser/local_discovery/pwg_raster_converter.cc',
2341 'browser/local_discovery/pwg_raster_converter.h', 2337 'browser/local_discovery/pwg_raster_converter.h',
2342 'browser/printing/background_printing_manager.cc', 2338 'browser/printing/background_printing_manager.cc',
2343 'browser/printing/background_printing_manager.h', 2339 'browser/printing/background_printing_manager.h',
2344 'browser/printing/cloud_print/cloud_print_proxy_service.cc', 2340 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
2345 'browser/printing/cloud_print/cloud_print_proxy_service.h', 2341 'browser/printing/cloud_print/cloud_print_proxy_service.h',
2346 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc', 2342 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc',
2347 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h', 2343 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h',
2348 'browser/printing/print_dialog_cloud.cc', 2344 'browser/printing/print_dialog_cloud.cc',
2345 'browser/printing/print_dialog_cloud.h',
2346 'browser/printing/print_dialog_cloud_posix.cc',
2349 'browser/printing/print_dialog_cloud_win.cc', 2347 'browser/printing/print_dialog_cloud_win.cc',
2350 'browser/printing/print_dialog_cloud_posix.cc',
2351 'browser/printing/print_dialog_cloud.h',
2352 'browser/printing/print_error_dialog.cc', 2348 'browser/printing/print_error_dialog.cc',
2353 'browser/printing/print_error_dialog.h', 2349 'browser/printing/print_error_dialog.h',
2354 'browser/printing/print_preview_context_menu_observer.cc', 2350 'browser/printing/print_preview_context_menu_observer.cc',
2355 'browser/printing/print_preview_context_menu_observer.h', 2351 'browser/printing/print_preview_context_menu_observer.h',
2356 'browser/printing/print_preview_data_service.cc', 2352 'browser/printing/print_preview_data_service.cc',
2357 'browser/printing/print_preview_data_service.h', 2353 'browser/printing/print_preview_data_service.h',
2358 'browser/printing/print_preview_dialog_controller.cc', 2354 'browser/printing/print_preview_dialog_controller.cc',
2359 'browser/printing/print_preview_dialog_controller.h', 2355 'browser/printing/print_preview_dialog_controller.h',
2360 'browser/printing/print_preview_message_handler.cc', 2356 'browser/printing/print_preview_message_handler.cc',
2361 'browser/printing/print_preview_message_handler.h', 2357 'browser/printing/print_preview_message_handler.h',
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
3151 '../components/components.gyp:metrics_net', 3147 '../components/components.gyp:metrics_net',
3152 '../components/components.gyp:metrics_profiler', 3148 '../components/components.gyp:metrics_profiler',
3153 '../components/components.gyp:navigation_metrics', 3149 '../components/components.gyp:navigation_metrics',
3154 '../components/components.gyp:network_time', 3150 '../components/components.gyp:network_time',
3155 '../components/components.gyp:offline_pages', 3151 '../components/components.gyp:offline_pages',
3156 '../components/components.gyp:omnibox', 3152 '../components/components.gyp:omnibox',
3157 '../components/components.gyp:os_crypt', 3153 '../components/components.gyp:os_crypt',
3158 '../components/components.gyp:password_manager_core_browser', 3154 '../components/components.gyp:password_manager_core_browser',
3159 '../components/components.gyp:password_manager_core_common', 3155 '../components/components.gyp:password_manager_core_common',
3160 '../components/components.gyp:policy_component', 3156 '../components/components.gyp:policy_component',
3157 '../components/components.gyp:proxy_config',
3161 '../components/components.gyp:query_parser', 3158 '../components/components.gyp:query_parser',
3162 '../components/components.gyp:rappor', 3159 '../components/components.gyp:rappor',
3163 '../components/components.gyp:renderer_context_menu', 3160 '../components/components.gyp:renderer_context_menu',
3164 '../components/components.gyp:search', 3161 '../components/components.gyp:search',
3165 '../components/components.gyp:search_engines', 3162 '../components/components.gyp:search_engines',
3166 '../components/components.gyp:search_provider_logos', 3163 '../components/components.gyp:search_provider_logos',
3167 '../components/components.gyp:suggestions', 3164 '../components/components.gyp:suggestions',
3168 '../components/components.gyp:signin_core_browser', 3165 '../components/components.gyp:signin_core_browser',
3169 '../components/components.gyp:startup_metric_utils', 3166 '../components/components.gyp:startup_metric_utils',
3170 '../components/components.gyp:sync_driver', 3167 '../components/components.gyp:sync_driver',
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
4061 'variables': { 4058 'variables': {
4062 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4059 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4063 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4060 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4064 }, 4061 },
4065 'includes': [ '../build/protoc.gypi' ] 4062 'includes': [ '../build/protoc.gypi' ]
4066 }, 4063 },
4067 ], 4064 ],
4068 },], 4065 },],
4069 ], 4066 ],
4070 } 4067 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/preferences_browsertest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698