OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, # variables | 8 }, # variables |
9 'conditions': [ | 9 'conditions': [ |
10 ['enable_webrtc==1 or OS!="android"', { | 10 ['enable_webrtc==1 or OS!="android"', { |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 ], | 104 ], |
105 'defines' : [ | 105 'defines' : [ |
106 '_CRT_SECURE_NO_WARNINGS', | 106 '_CRT_SECURE_NO_WARNINGS', |
107 ], | 107 ], |
108 'dependencies': [ | 108 'dependencies': [ |
109 '../base/base.gyp:base', | 109 '../base/base.gyp:base', |
110 '../build/temp_gyp/googleurl.gyp:googleurl', | 110 '../build/temp_gyp/googleurl.gyp:googleurl', |
111 '../net/net.gyp:net', | 111 '../net/net.gyp:net', |
112 '../third_party/expat/expat.gyp:expat', | 112 '../third_party/expat/expat.gyp:expat', |
113 '../third_party/libjingle/libjingle.gyp:libjingle', | 113 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 114 'jingle_glue', |
114 ], | 115 ], |
115 'export_dependent_settings': [ | 116 'export_dependent_settings': [ |
116 '../third_party/libjingle/libjingle.gyp:libjingle', | 117 '../third_party/libjingle/libjingle.gyp:libjingle', |
117 ], | 118 ], |
118 'conditions': [ | 119 'conditions': [ |
119 ['toolkit_uses_gtk == 1', { | 120 ['toolkit_uses_gtk == 1', { |
120 'dependencies': [ | 121 'dependencies': [ |
121 '../build/linux/system.gyp:gtk' | 122 '../build/linux/system.gyp:gtk' |
122 ], | 123 ], |
123 }], | 124 }], |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 ], | 242 ], |
242 }, | 243 }, |
243 { | 244 { |
244 'target_name': 'notifier_test_util', | 245 'target_name': 'notifier_test_util', |
245 'type': 'none', | 246 'type': 'none', |
246 }, | 247 }, |
247 ], | 248 ], |
248 }], | 249 }], |
249 ], | 250 ], |
250 } | 251 } |
OLD | NEW |