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 2920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2931 'browser/notifications/message_center_notification_manager.h', | 2931 'browser/notifications/message_center_notification_manager.h', |
2932 'browser/notifications/message_center_settings_controller.cc', | 2932 'browser/notifications/message_center_settings_controller.cc', |
2933 'browser/notifications/message_center_settings_controller.h', | 2933 'browser/notifications/message_center_settings_controller.h', |
2934 ], | 2934 ], |
2935 }], | 2935 }], |
2936 ['enable_managed_users!=1', { | 2936 ['enable_managed_users!=1', { |
2937 'sources/': [ | 2937 'sources/': [ |
2938 ['exclude', '^browser/managed_mode/'], | 2938 ['exclude', '^browser/managed_mode/'], |
2939 ] | 2939 ] |
2940 }], | 2940 }], |
| 2941 ['enable_webrtc==1', { |
| 2942 'dependencies': [ |
| 2943 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 2944 ], |
| 2945 }], |
2941 ], | 2946 ], |
2942 'target_conditions': [ | 2947 'target_conditions': [ |
2943 # Need 'target_conditions' to override default filename_rules to include | 2948 # Need 'target_conditions' to override default filename_rules to include |
2944 # the files on Android. | 2949 # the files on Android. |
2945 ['OS=="android"', { | 2950 ['OS=="android"', { |
2946 'sources/': [ | 2951 'sources/': [ |
2947 ['include', '^app/breakpad_linux\\.cc$'], | 2952 ['include', '^app/breakpad_linux\\.cc$'], |
2948 ['include', '^browser/crash_handler_host_linux\\.cc$'], | 2953 ['include', '^browser/crash_handler_host_linux\\.cc$'], |
2949 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], | 2954 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], |
2950 ], | 2955 ], |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3104 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3109 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3105 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3110 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3106 }, | 3111 }, |
3107 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3112 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3108 }, | 3113 }, |
3109 ], | 3114 ], |
3110 }, | 3115 }, |
3111 ], | 3116 ], |
3112 ], | 3117 ], |
3113 } | 3118 } |
OLD | NEW |