| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 '<(webrtc_base)/bytebuffer.h', | 84 '<(webrtc_base)/bytebuffer.h', |
| 85 '<(webrtc_base)/byteorder.h', | 85 '<(webrtc_base)/byteorder.h', |
| 86 '<(webrtc_base)/checks.cc', | 86 '<(webrtc_base)/checks.cc', |
| 87 '<(webrtc_base)/checks.h', | 87 '<(webrtc_base)/checks.h', |
| 88 '<(webrtc_base)/common.cc', | 88 '<(webrtc_base)/common.cc', |
| 89 '<(webrtc_base)/common.h', | 89 '<(webrtc_base)/common.h', |
| 90 '<(webrtc_base)/cpumonitor.cc', | 90 '<(webrtc_base)/cpumonitor.cc', |
| 91 '<(webrtc_base)/cpumonitor.h', | 91 '<(webrtc_base)/cpumonitor.h', |
| 92 '<(webrtc_base)/crc32.cc', | 92 '<(webrtc_base)/crc32.cc', |
| 93 '<(webrtc_base)/crc32.h', | 93 '<(webrtc_base)/crc32.h', |
| 94 '<(webrtc_base)/criticalsection.cc', |
| 94 '<(webrtc_base)/criticalsection.h', | 95 '<(webrtc_base)/criticalsection.h', |
| 95 '<(webrtc_base)/cryptstring.cc', | 96 '<(webrtc_base)/cryptstring.cc', |
| 96 '<(webrtc_base)/cryptstring.h', | 97 '<(webrtc_base)/cryptstring.h', |
| 97 '<(webrtc_base)/diskcache.cc', | 98 '<(webrtc_base)/diskcache.cc', |
| 98 '<(webrtc_base)/diskcache.h', | 99 '<(webrtc_base)/diskcache.h', |
| 99 '<(webrtc_base)/dscp.h', | 100 '<(webrtc_base)/dscp.h', |
| 100 '<(webrtc_base)/event.cc', | 101 '<(webrtc_base)/event.cc', |
| 101 '<(webrtc_base)/event.h', | 102 '<(webrtc_base)/event.h', |
| 102 '<(webrtc_base)/event_tracer.cc', | 103 '<(webrtc_base)/event_tracer.cc', |
| 103 '<(webrtc_base)/event_tracer.h', | 104 '<(webrtc_base)/event_tracer.h', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 './<(libjingle_source)', | 319 './<(libjingle_source)', |
| 319 '../' | 320 '../' |
| 320 ], | 321 ], |
| 321 'sources': [ | 322 'sources': [ |
| 322 '<(webrtc_p2p)/base/constants.cc', | 323 '<(webrtc_p2p)/base/constants.cc', |
| 323 '<(webrtc_p2p)/base/constants.h', | 324 '<(webrtc_p2p)/base/constants.h', |
| 324 ], | 325 ], |
| 325 }, # end of target 'libjingle_p2p_constants_nacl' | 326 }, # end of target 'libjingle_p2p_constants_nacl' |
| 326 ], | 327 ], |
| 327 } | 328 } |
| OLD | NEW |