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 2941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2952 'browser/notifications/message_center_notification_manager.h', | 2952 'browser/notifications/message_center_notification_manager.h', |
2953 'browser/notifications/message_center_settings_controller.cc', | 2953 'browser/notifications/message_center_settings_controller.cc', |
2954 'browser/notifications/message_center_settings_controller.h', | 2954 'browser/notifications/message_center_settings_controller.h', |
2955 ], | 2955 ], |
2956 }], | 2956 }], |
2957 ['enable_managed_users!=1', { | 2957 ['enable_managed_users!=1', { |
2958 'sources/': [ | 2958 'sources/': [ |
2959 ['exclude', '^browser/managed_mode/'], | 2959 ['exclude', '^browser/managed_mode/'], |
2960 ] | 2960 ] |
2961 }], | 2961 }], |
| 2962 ['enable_webrtc==1', { |
| 2963 'dependencies': [ |
| 2964 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 2965 ], |
| 2966 }], |
2962 ], | 2967 ], |
2963 'target_conditions': [ | 2968 'target_conditions': [ |
2964 # Need 'target_conditions' to override default filename_rules to include | 2969 # Need 'target_conditions' to override default filename_rules to include |
2965 # the files on Android. | 2970 # the files on Android. |
2966 ['OS=="android"', { | 2971 ['OS=="android"', { |
2967 'sources/': [ | 2972 'sources/': [ |
2968 ['include', '^app/breakpad_linux\\.cc$'], | 2973 ['include', '^app/breakpad_linux\\.cc$'], |
2969 ['include', '^browser/crash_handler_host_linux\\.cc$'], | 2974 ['include', '^browser/crash_handler_host_linux\\.cc$'], |
2970 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], | 2975 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], |
2971 ], | 2976 ], |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3125 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3130 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3126 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3131 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3127 }, | 3132 }, |
3128 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3133 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3129 }, | 3134 }, |
3130 ], | 3135 ], |
3131 }, | 3136 }, |
3132 ], | 3137 ], |
3133 ], | 3138 ], |
3134 } | 3139 } |
OLD | NEW |