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 2933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2944 'browser/notifications/message_center_notification_manager.h', | 2944 'browser/notifications/message_center_notification_manager.h', |
2945 'browser/notifications/message_center_settings_controller.cc', | 2945 'browser/notifications/message_center_settings_controller.cc', |
2946 'browser/notifications/message_center_settings_controller.h', | 2946 'browser/notifications/message_center_settings_controller.h', |
2947 ], | 2947 ], |
2948 }], | 2948 }], |
2949 ['enable_managed_users!=1', { | 2949 ['enable_managed_users!=1', { |
2950 'sources/': [ | 2950 'sources/': [ |
2951 ['exclude', '^browser/managed_mode/'], | 2951 ['exclude', '^browser/managed_mode/'], |
2952 ] | 2952 ] |
2953 }], | 2953 }], |
| 2954 ['enable_webrtc==1', { |
| 2955 'dependencies': [ |
| 2956 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 2957 ], |
| 2958 }], |
2954 ], | 2959 ], |
2955 'target_conditions': [ | 2960 'target_conditions': [ |
2956 # Need 'target_conditions' to override default filename_rules to include | 2961 # Need 'target_conditions' to override default filename_rules to include |
2957 # the files on Android. | 2962 # the files on Android. |
2958 ['OS=="android"', { | 2963 ['OS=="android"', { |
2959 'sources/': [ | 2964 'sources/': [ |
2960 ['include', '^app/breakpad_linux\\.cc$'], | 2965 ['include', '^app/breakpad_linux\\.cc$'], |
2961 ['include', '^browser/crash_handler_host_linux\\.cc$'], | 2966 ['include', '^browser/crash_handler_host_linux\\.cc$'], |
2962 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], | 2967 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], |
2963 ], | 2968 ], |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3118 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3123 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3119 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3124 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3120 }, | 3125 }, |
3121 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3126 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3122 }, | 3127 }, |
3123 ], | 3128 ], |
3124 }, | 3129 }, |
3125 ], | 3130 ], |
3126 ], | 3131 ], |
3127 } | 3132 } |
OLD | NEW |