OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'libjingle_source': "source", | 7 'libjingle_source': "source", |
8 'webrtc_base': "../webrtc/base", | 8 'webrtc_base': "../webrtc/base", |
9 'webrtc_xmllite': "../webrtc/libjingle/xmllite", | 9 'webrtc_xmllite': "../webrtc/libjingle/xmllite", |
10 'webrtc_p2p': "../webrtc/p2p", | 10 'webrtc_p2p': "../webrtc/p2p", |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'sources/': [ | 264 'sources/': [ |
265 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'], | 265 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'], |
266 ['exclude', '/schanneladapter\\.(h|cc)$'], | 266 ['exclude', '/schanneladapter\\.(h|cc)$'], |
267 ], | 267 ], |
268 }], | 268 }], |
269 ], | 269 ], |
270 'direct_dependent_settings': { | 270 'direct_dependent_settings': { |
271 'include_dirs': [ | 271 'include_dirs': [ |
272 './overrides', | 272 './overrides', |
273 './<(libjingle_source)', | 273 './<(libjingle_source)', |
274 '../../third_party/webrtc/overrides', | 274 '../../third_party/webrtc_overrides', |
275 '../../third_party', | 275 '../../third_party', |
276 '../../third_party/webrtc', | 276 '../../third_party/webrtc', |
277 ], | 277 ], |
278 'defines': [ | 278 'defines': [ |
279 'EXPAT_RELATIVE_PATH', | 279 'EXPAT_RELATIVE_PATH', |
280 'FEATURE_ENABLE_SSL', | 280 'FEATURE_ENABLE_SSL', |
281 'GTEST_RELATIVE_PATH', | 281 'GTEST_RELATIVE_PATH', |
282 'NO_MAIN_THREAD_WRAPPING', | 282 'NO_MAIN_THREAD_WRAPPING', |
283 'NO_SOUND_SYSTEM', | 283 'NO_SOUND_SYSTEM', |
284 'WEBRTC_POSIX', | 284 'WEBRTC_POSIX', |
(...skipping 30 matching lines...) Expand all Loading... |
315 './<(libjingle_source)', | 315 './<(libjingle_source)', |
316 '../' | 316 '../' |
317 ], | 317 ], |
318 'sources': [ | 318 'sources': [ |
319 '<(webrtc_p2p)/base/constants.cc', | 319 '<(webrtc_p2p)/base/constants.cc', |
320 '<(webrtc_p2p)/base/constants.h', | 320 '<(webrtc_p2p)/base/constants.h', |
321 ], | 321 ], |
322 }, # end of target 'libjingle_p2p_constants_nacl' | 322 }, # end of target 'libjingle_p2p_constants_nacl' |
323 ], | 323 ], |
324 } | 324 } |
OLD | NEW |