| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 '<(webrtc_base)/asyncsocket.cc', | 65 '<(webrtc_base)/asyncsocket.cc', |
| 66 '<(webrtc_base)/asyncsocket.h', | 66 '<(webrtc_base)/asyncsocket.h', |
| 67 '<(webrtc_base)/asynctcpsocket.cc', | 67 '<(webrtc_base)/asynctcpsocket.cc', |
| 68 '<(webrtc_base)/asynctcpsocket.h', | 68 '<(webrtc_base)/asynctcpsocket.h', |
| 69 '<(webrtc_base)/asyncudpsocket.cc', | 69 '<(webrtc_base)/asyncudpsocket.cc', |
| 70 '<(webrtc_base)/asyncudpsocket.h', | 70 '<(webrtc_base)/asyncudpsocket.h', |
| 71 '<(webrtc_base)/autodetectproxy.cc', | 71 '<(webrtc_base)/autodetectproxy.cc', |
| 72 '<(webrtc_base)/autodetectproxy.h', | 72 '<(webrtc_base)/autodetectproxy.h', |
| 73 '<(webrtc_base)/base64.cc', | 73 '<(webrtc_base)/base64.cc', |
| 74 '<(webrtc_base)/base64.h', | 74 '<(webrtc_base)/base64.h', |
| 75 '<(webrtc_base)/basicdefs.h', | |
| 76 '<(webrtc_base)/buffer.cc', | 75 '<(webrtc_base)/buffer.cc', |
| 77 '<(webrtc_base)/buffer.h', | 76 '<(webrtc_base)/buffer.h', |
| 78 '<(webrtc_base)/bytebuffer.cc', | 77 '<(webrtc_base)/bytebuffer.cc', |
| 79 '<(webrtc_base)/bytebuffer.h', | 78 '<(webrtc_base)/bytebuffer.h', |
| 80 '<(webrtc_base)/byteorder.h', | 79 '<(webrtc_base)/byteorder.h', |
| 81 '<(webrtc_base)/checks.cc', | 80 '<(webrtc_base)/checks.cc', |
| 82 '<(webrtc_base)/checks.h', | 81 '<(webrtc_base)/checks.h', |
| 83 '<(webrtc_base)/common.cc', | 82 '<(webrtc_base)/common.cc', |
| 84 '<(webrtc_base)/common.h', | 83 '<(webrtc_base)/common.h', |
| 85 '<(webrtc_base)/crc32.cc', | 84 '<(webrtc_base)/crc32.cc', |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 './<(libjingle_source)', | 308 './<(libjingle_source)', |
| 310 '../' | 309 '../' |
| 311 ], | 310 ], |
| 312 'sources': [ | 311 'sources': [ |
| 313 '<(webrtc_p2p)/base/constants.cc', | 312 '<(webrtc_p2p)/base/constants.cc', |
| 314 '<(webrtc_p2p)/base/constants.h', | 313 '<(webrtc_p2p)/base/constants.h', |
| 315 ], | 314 ], |
| 316 }, # end of target 'libjingle_p2p_constants_nacl' | 315 }, # end of target 'libjingle_p2p_constants_nacl' |
| 317 ], | 316 ], |
| 318 } | 317 } |
| OLD | NEW |