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, }, |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'browser/android/chrome_jni_registrar.cc', | 96 'browser/android/chrome_jni_registrar.cc', |
97 'browser/android/chrome_jni_registrar.h', | 97 'browser/android/chrome_jni_registrar.h', |
98 'browser/android/chrome_startup_flags.cc', | 98 'browser/android/chrome_startup_flags.cc', |
99 'browser/android/chrome_startup_flags.h', | 99 'browser/android/chrome_startup_flags.h', |
100 'browser/android/chrome_web_contents_delegate_android.cc', | 100 'browser/android/chrome_web_contents_delegate_android.cc', |
101 'browser/android/chrome_web_contents_delegate_android.h', | 101 'browser/android/chrome_web_contents_delegate_android.h', |
102 'browser/android/chromium_application.cc', | 102 'browser/android/chromium_application.cc', |
103 'browser/android/chromium_application.h', | 103 'browser/android/chromium_application.h', |
104 'browser/android/content_view_util.cc', | 104 'browser/android/content_view_util.cc', |
105 'browser/android/content_view_util.h', | 105 'browser/android/content_view_util.h', |
106 'browser/android/crash_dump_manager.cc', | |
107 'browser/android/crash_dump_manager.h', | |
108 'browser/android/dev_tools_server.cc', | 106 'browser/android/dev_tools_server.cc', |
109 'browser/android/dev_tools_server.h', | 107 'browser/android/dev_tools_server.h', |
110 'browser/android/favicon_helper.cc', | 108 'browser/android/favicon_helper.cc', |
111 'browser/android/favicon_helper.h', | 109 'browser/android/favicon_helper.h', |
112 'browser/android/field_trial_helper.cc', | 110 'browser/android/field_trial_helper.cc', |
113 'browser/android/field_trial_helper.h', | 111 'browser/android/field_trial_helper.h', |
114 'browser/android/foreign_session_helper.cc', | 112 'browser/android/foreign_session_helper.cc', |
115 'browser/android/foreign_session_helper.h', | 113 'browser/android/foreign_session_helper.h', |
116 'browser/android/google_location_settings_helper.h', | 114 'browser/android/google_location_settings_helper.h', |
117 'browser/android/intent_helper.cc', | 115 'browser/android/intent_helper.cc', |
(...skipping 2916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3034 }], | 3032 }], |
3035 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 3033 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
3036 'link_settings': { | 3034 'link_settings': { |
3037 'libraries': [ | 3035 'libraries': [ |
3038 '-lXss', | 3036 '-lXss', |
3039 ], | 3037 ], |
3040 }, | 3038 }, |
3041 }], | 3039 }], |
3042 ['os_posix == 1 and OS != "mac" and OS != "ios"', { | 3040 ['os_posix == 1 and OS != "mac" and OS != "ios"', { |
3043 'sources': [ | 3041 'sources': [ |
3044 'app/breakpad_linux.cc', | |
3045 'app/breakpad_linux.h', | |
3046 'app/chrome_breakpad_client.cc', | 3042 'app/chrome_breakpad_client.cc', |
3047 'app/chrome_breakpad_client.h', | 3043 'app/chrome_breakpad_client.h', |
3048 'browser/crash_handler_host_linux.cc', | |
3049 'browser/crash_handler_host_linux.h', | |
3050 ], | 3044 ], |
3051 'dependencies': [ | 3045 'dependencies': [ |
3052 '../breakpad/breakpad.gyp:breakpad_client', | |
3053 '../components/components.gyp:breakpad_component', | 3046 '../components/components.gyp:breakpad_component', |
3054 # make sure file_version_info_linux.h is generated first. | 3047 '../components/components.gyp:breakpad_host', |
3055 'common', | |
3056 ], | |
3057 'include_dirs': [ | |
3058 # breakpad_linux.cc uses generated file_version_info_linux.h. | |
3059 '<(SHARED_INTERMEDIATE_DIR)', | |
3060 '../breakpad/src', | |
3061 ], | 3048 ], |
3062 }], | 3049 }], |
3063 ['use_nss==1', { | 3050 ['use_nss==1', { |
3064 'sources': [ | 3051 'sources': [ |
3065 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 3052 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
3066 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 3053 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
3067 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 3054 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
3068 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 3055 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
3069 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 3056 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
3070 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 3057 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3499 'browser/local_discovery/privet_notifications_factory.h', | 3486 'browser/local_discovery/privet_notifications_factory.h', |
3500 'browser/local_discovery/privet_traffic_detector.cc', | 3487 'browser/local_discovery/privet_traffic_detector.cc', |
3501 'browser/local_discovery/privet_traffic_detector.h', | 3488 'browser/local_discovery/privet_traffic_detector.h', |
3502 'browser/local_discovery/service_discovery_client_mdns.cc', | 3489 'browser/local_discovery/service_discovery_client_mdns.cc', |
3503 'browser/local_discovery/service_discovery_client_mdns.h', | 3490 'browser/local_discovery/service_discovery_client_mdns.h', |
3504 'browser/local_discovery/service_discovery_host_client.cc', | 3491 'browser/local_discovery/service_discovery_host_client.cc', |
3505 'browser/local_discovery/service_discovery_host_client.h', | 3492 'browser/local_discovery/service_discovery_host_client.h', |
3506 ] | 3493 ] |
3507 }] | 3494 }] |
3508 ], | 3495 ], |
3509 'target_conditions': [ | |
3510 # Need 'target_conditions' to override default filename_rules to include | |
3511 # the files on Android. | |
3512 ['OS=="android"', { | |
3513 'sources/': [ | |
3514 ['include', '^app/breakpad_linux\\.cc$'], | |
3515 ['include', '^browser/crash_handler_host_linux\\.cc$'], | |
3516 ], | |
3517 }], | |
3518 ], | |
3519 }, | 3496 }, |
3520 { | 3497 { |
3521 # Protobuf compiler / generator for the fraudulent certificate reporting | 3498 # Protobuf compiler / generator for the fraudulent certificate reporting |
3522 # protocol buffer. | 3499 # protocol buffer. |
3523 'target_name': 'cert_logger_proto', | 3500 'target_name': 'cert_logger_proto', |
3524 'type': 'static_library', | 3501 'type': 'static_library', |
3525 'sources': [ 'browser/net/cert_logger.proto', ], | 3502 'sources': [ 'browser/net/cert_logger.proto', ], |
3526 'variables': { | 3503 'variables': { |
3527 'proto_in_dir': 'browser/net', | 3504 'proto_in_dir': 'browser/net', |
3528 'proto_out_dir': 'chrome/browser/net', | 3505 'proto_out_dir': 'chrome/browser/net', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3713 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3690 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3714 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3691 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3715 }, | 3692 }, |
3716 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3693 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3717 }, | 3694 }, |
3718 ], | 3695 ], |
3719 }, | 3696 }, |
3720 ], | 3697 ], |
3721 ], | 3698 ], |
3722 } | 3699 } |
OLD | NEW |