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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
11 'dependencies': [ | 11 'dependencies': [ |
12 # NOTE: New dependencies should generally be added in the OS!="ios" | 12 # NOTE: New dependencies should generally be added in the OS!="ios" |
13 # dependencies block below, rather than here. | 13 # dependencies block below, rather than here. |
14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', | 14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', |
15 'browser_ui', | 15 'browser_ui', |
16 'cert_logger_proto', | 16 'cert_logger_proto', |
17 'chrome_resources.gyp:chrome_extra_resources', | 17 'chrome_resources.gyp:chrome_extra_resources', |
18 'chrome_resources.gyp:chrome_resources', | 18 'chrome_resources.gyp:chrome_resources', |
19 'chrome_resources.gyp:chrome_strings', | 19 'chrome_resources.gyp:chrome_strings', |
20 'chrome_resources.gyp:platform_locale_settings', | 20 'chrome_resources.gyp:platform_locale_settings', |
21 'chrome_resources.gyp:theme_resources', | 21 'chrome_resources.gyp:theme_resources', |
22 'common', | 22 'common', |
23 'common_net', | 23 'common_net', |
24 'feedback_proto', | 24 'feedback_proto', |
25 'in_memory_url_index_cache_proto', | 25 'in_memory_url_index_cache_proto', |
26 'probe_message_proto', | 26 'probe_message_proto', |
27 'safe_browsing_proto', | 27 'safe_browsing_proto', |
28 'safe_browsing_report_proto', | 28 'safe_browsing_report_proto', |
29 'variations_seed_proto', | |
30 '../components/components.gyp:browser_context_keyed_service', | 29 '../components/components.gyp:browser_context_keyed_service', |
31 '../components/components.gyp:encryptor', | 30 '../components/components.gyp:encryptor', |
32 '../components/components.gyp:sessions', | 31 '../components/components.gyp:sessions', |
33 '../components/components.gyp:user_prefs', | 32 '../components/components.gyp:user_prefs', |
34 '../components/components.gyp:visitedlink_browser', | 33 '../components/components.gyp:visitedlink_browser', |
35 '../components/components.gyp:visitedlink_common', | 34 '../components/components.gyp:visitedlink_common', |
36 '../components/components.gyp:web_modal', | 35 '../components/components.gyp:web_modal', |
37 '../components/components.gyp:webdata_common', | 36 '../components/components.gyp:webdata_common', |
38 '../content/content.gyp:content_browser', | 37 '../content/content.gyp:content_browser', |
39 '../content/content.gyp:content_common', | 38 '../content/content.gyp:content_common', |
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1114 'browser/metrics/tracking_synchronizer.h', | 1113 'browser/metrics/tracking_synchronizer.h', |
1115 'browser/metrics/tracking_synchronizer_observer.h', | 1114 'browser/metrics/tracking_synchronizer_observer.h', |
1116 'browser/metrics/variations/variations_http_header_provider.cc', | 1115 'browser/metrics/variations/variations_http_header_provider.cc', |
1117 'browser/metrics/variations/variations_http_header_provider.h', | 1116 'browser/metrics/variations/variations_http_header_provider.h', |
1118 'browser/metrics/variations/variations_registry_syncer_win.cc', | 1117 'browser/metrics/variations/variations_registry_syncer_win.cc', |
1119 'browser/metrics/variations/variations_registry_syncer_win.h', | 1118 'browser/metrics/variations/variations_registry_syncer_win.h', |
1120 'browser/metrics/variations/variations_request_scheduler.cc', | 1119 'browser/metrics/variations/variations_request_scheduler.cc', |
1121 'browser/metrics/variations/variations_request_scheduler.h', | 1120 'browser/metrics/variations/variations_request_scheduler.h', |
1122 'browser/metrics/variations/variations_request_scheduler_mobile.cc', | 1121 'browser/metrics/variations/variations_request_scheduler_mobile.cc', |
1123 'browser/metrics/variations/variations_request_scheduler_mobile.h', | 1122 'browser/metrics/variations/variations_request_scheduler_mobile.h', |
1124 'browser/metrics/variations/variations_seed_processor.cc', | |
1125 'browser/metrics/variations/variations_seed_processor.h', | |
1126 'browser/metrics/variations/variations_service.cc', | 1123 'browser/metrics/variations/variations_service.cc', |
1127 'browser/metrics/variations/variations_service.h', | 1124 'browser/metrics/variations/variations_service.h', |
1128 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', | 1125 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', |
1129 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', | 1126 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', |
1130 'browser/native_window_notification_source.h', | 1127 'browser/native_window_notification_source.h', |
1131 'browser/net/about_protocol_handler.cc', | 1128 'browser/net/about_protocol_handler.cc', |
1132 'browser/net/about_protocol_handler.h', | 1129 'browser/net/about_protocol_handler.h', |
1133 'browser/net/async_dns_field_trial.cc', | 1130 'browser/net/async_dns_field_trial.cc', |
1134 'browser/net/async_dns_field_trial.h', | 1131 'browser/net/async_dns_field_trial.h', |
1135 'browser/net/basic_http_user_agent_settings.cc', | 1132 'browser/net/basic_http_user_agent_settings.cc', |
(...skipping 2230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3366 'target_name': 'in_memory_url_index_cache_proto', | 3363 'target_name': 'in_memory_url_index_cache_proto', |
3367 'type': 'static_library', | 3364 'type': 'static_library', |
3368 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 3365 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
3369 'variables': { | 3366 'variables': { |
3370 'proto_in_dir': 'browser/history', | 3367 'proto_in_dir': 'browser/history', |
3371 'proto_out_dir': 'chrome/browser/history', | 3368 'proto_out_dir': 'chrome/browser/history', |
3372 }, | 3369 }, |
3373 'includes': [ '../build/protoc.gypi' ] | 3370 'includes': [ '../build/protoc.gypi' ] |
3374 }, | 3371 }, |
3375 { | 3372 { |
3376 # Protobuf compiler / generator for Chrome Variations seed. | |
3377 'target_name': 'variations_seed_proto', | |
3378 'type': 'static_library', | |
3379 'sources': [ | |
3380 'browser/metrics/proto/trials_seed.proto', | |
3381 'browser/metrics/proto/study.proto', | |
3382 ], | |
3383 'variables': { | |
3384 'proto_in_dir': 'browser/metrics/proto', | |
3385 'proto_out_dir': 'chrome/browser/metrics/proto', | |
3386 }, | |
3387 'includes': [ '../build/protoc.gypi' ] | |
3388 }, | |
3389 { | |
3390 # Protobuf compiler / generator for Sync FileSystem protocol buffer. | 3373 # Protobuf compiler / generator for Sync FileSystem protocol buffer. |
3391 'target_name': 'sync_file_system_proto', | 3374 'target_name': 'sync_file_system_proto', |
3392 'type': 'static_library', | 3375 'type': 'static_library', |
3393 'sources': [ | 3376 'sources': [ |
3394 'browser/sync_file_system/sync_file_system.proto', | 3377 'browser/sync_file_system/sync_file_system.proto', |
3395 ], | 3378 ], |
3396 'variables': { | 3379 'variables': { |
3397 'proto_in_dir': 'browser/sync_file_system', | 3380 'proto_in_dir': 'browser/sync_file_system', |
3398 'proto_out_dir': 'chrome/browser/sync_file_system', | 3381 'proto_out_dir': 'chrome/browser/sync_file_system', |
3399 }, | 3382 }, |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3507 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3490 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3508 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3491 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3509 }, | 3492 }, |
3510 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3493 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3511 }, | 3494 }, |
3512 ], | 3495 ], |
3513 }, | 3496 }, |
3514 ], | 3497 ], |
3515 ], | 3498 ], |
3516 } | 3499 } |
OLD | NEW |