| 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 'includes': [ | 6 'includes': [ |
| 7 '../../build/win_precompile.gypi', | 7 '../../build/win_precompile.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'enabled_libjingle_device_manager%': 0, | 10 'enabled_libjingle_device_manager%': 0, |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 '<(libjingle_source)/talk/base/common.cc', | 275 '<(libjingle_source)/talk/base/common.cc', |
| 276 '<(libjingle_source)/talk/base/common.h', | 276 '<(libjingle_source)/talk/base/common.h', |
| 277 '<(libjingle_source)/talk/base/cpumonitor.cc', | 277 '<(libjingle_source)/talk/base/cpumonitor.cc', |
| 278 '<(libjingle_source)/talk/base/cpumonitor.h', | 278 '<(libjingle_source)/talk/base/cpumonitor.h', |
| 279 '<(libjingle_source)/talk/base/crc32.cc', | 279 '<(libjingle_source)/talk/base/crc32.cc', |
| 280 '<(libjingle_source)/talk/base/crc32.h', | 280 '<(libjingle_source)/talk/base/crc32.h', |
| 281 '<(libjingle_source)/talk/base/criticalsection.h', | 281 '<(libjingle_source)/talk/base/criticalsection.h', |
| 282 '<(libjingle_source)/talk/base/cryptstring.h', | 282 '<(libjingle_source)/talk/base/cryptstring.h', |
| 283 '<(libjingle_source)/talk/base/diskcache.cc', | 283 '<(libjingle_source)/talk/base/diskcache.cc', |
| 284 '<(libjingle_source)/talk/base/diskcache.h', | 284 '<(libjingle_source)/talk/base/diskcache.h', |
| 285 '<(libjingle_source)/talk/base/dscp.h', |
| 285 '<(libjingle_source)/talk/base/event.cc', | 286 '<(libjingle_source)/talk/base/event.cc', |
| 286 '<(libjingle_source)/talk/base/event.h', | 287 '<(libjingle_source)/talk/base/event.h', |
| 287 '<(libjingle_source)/talk/base/fileutils.cc', | 288 '<(libjingle_source)/talk/base/fileutils.cc', |
| 288 '<(libjingle_source)/talk/base/fileutils.h', | 289 '<(libjingle_source)/talk/base/fileutils.h', |
| 289 '<(libjingle_source)/talk/base/firewallsocketserver.cc', | 290 '<(libjingle_source)/talk/base/firewallsocketserver.cc', |
| 290 '<(libjingle_source)/talk/base/firewallsocketserver.h', | 291 '<(libjingle_source)/talk/base/firewallsocketserver.h', |
| 291 '<(libjingle_source)/talk/base/flags.cc', | 292 '<(libjingle_source)/talk/base/flags.cc', |
| 292 '<(libjingle_source)/talk/base/flags.h', | 293 '<(libjingle_source)/talk/base/flags.h', |
| 293 '<(libjingle_source)/talk/base/helpers.cc', | 294 '<(libjingle_source)/talk/base/helpers.cc', |
| 294 '<(libjingle_source)/talk/base/helpers.h', | 295 '<(libjingle_source)/talk/base/helpers.h', |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 # in this directory and not lib.target as will otherwise be | 952 # in this directory and not lib.target as will otherwise be |
| 952 # the case with make builds. | 953 # the case with make builds. |
| 953 'product_dir': '<(PRODUCT_DIR)/lib', | 954 'product_dir': '<(PRODUCT_DIR)/lib', |
| 954 }], | 955 }], |
| 955 ], | 956 ], |
| 956 }, # target libpeerconnection | 957 }, # target libpeerconnection |
| 957 ], | 958 ], |
| 958 }], | 959 }], |
| 959 ], | 960 ], |
| 960 } | 961 } |
| OLD | NEW |