| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 ], | 234 ], |
| 235 }, | 235 }, |
| 236 'targets': [ | 236 'targets': [ |
| 237 { | 237 { |
| 238 'target_name': 'libjingle', | 238 'target_name': 'libjingle', |
| 239 'type': 'static_library', | 239 'type': 'static_library', |
| 240 'sources': [ | 240 'sources': [ |
| 241 'overrides/talk/base/basictypes.h', | 241 'overrides/talk/base/basictypes.h', |
| 242 'overrides/talk/base/constructormagic.h', | 242 'overrides/talk/base/constructormagic.h', |
| 243 | 243 |
| 244 # This file is in Chromium only. | |
| 245 'overrides/logging/log_message_delegate.h', | |
| 246 | |
| 247 # Overrides logging.h/.cc because libjingle logging should be done to | 244 # Overrides logging.h/.cc because libjingle logging should be done to |
| 248 # the same place as the chromium logging. | 245 # the same place as the chromium logging. |
| 249 'overrides/talk/base/logging.cc', | 246 'overrides/talk/base/logging.cc', |
| 250 'overrides/talk/base/logging.h', | 247 'overrides/talk/base/logging.h', |
| 251 | 248 |
| 252 '<(libjingle_source)/talk/base/asyncfile.cc', | 249 '<(libjingle_source)/talk/base/asyncfile.cc', |
| 253 '<(libjingle_source)/talk/base/asyncfile.h', | 250 '<(libjingle_source)/talk/base/asyncfile.h', |
| 254 '<(libjingle_source)/talk/base/asynchttprequest.cc', | 251 '<(libjingle_source)/talk/base/asynchttprequest.cc', |
| 255 '<(libjingle_source)/talk/base/asynchttprequest.h', | 252 '<(libjingle_source)/talk/base/asynchttprequest.h', |
| 256 '<(libjingle_source)/talk/base/asyncpacketsocket.h', | 253 '<(libjingle_source)/talk/base/asyncpacketsocket.h', |
| (...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 # in this directory and not lib.target as will otherwise be | 924 # in this directory and not lib.target as will otherwise be |
| 928 # the case with make builds. | 925 # the case with make builds. |
| 929 'product_dir': '<(PRODUCT_DIR)/lib', | 926 'product_dir': '<(PRODUCT_DIR)/lib', |
| 930 }], | 927 }], |
| 931 ], | 928 ], |
| 932 }, # target libpeerconnection | 929 }, # target libpeerconnection |
| 933 ], | 930 ], |
| 934 }], | 931 }], |
| 935 ], | 932 ], |
| 936 } | 933 } |
| OLD | NEW |