OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 'base64.cc', | 213 'base64.cc', |
214 'base64.h', | 214 'base64.h', |
215 'common.cc', | 215 'common.cc', |
216 'common.h', | 216 'common.h', |
217 'crc32.cc', | 217 'crc32.cc', |
218 'crc32.h', | 218 'crc32.h', |
219 'cryptstring.cc', | 219 'cryptstring.cc', |
220 'cryptstring.h', | 220 'cryptstring.h', |
221 'diskcache.cc', | 221 'diskcache.cc', |
222 'diskcache.h', | 222 'diskcache.h', |
| 223 'file.cc', |
| 224 'file.h', |
223 'filerotatingstream.cc', | 225 'filerotatingstream.cc', |
224 'filerotatingstream.h', | 226 'filerotatingstream.h', |
225 'fileutils.cc', | 227 'fileutils.cc', |
226 'fileutils.h', | 228 'fileutils.h', |
227 'firewallsocketserver.cc', | 229 'firewallsocketserver.cc', |
228 'firewallsocketserver.h', | 230 'firewallsocketserver.h', |
229 'flags.cc', | 231 'flags.cc', |
230 'flags.h', | 232 'flags.h', |
231 'format_macros.h', | 233 'format_macros.h', |
232 'gunit_prod.h', | 234 'gunit_prod.h', |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
652 }, | 654 }, |
653 { | 655 { |
654 'target_name': 'gtest_prod', | 656 'target_name': 'gtest_prod', |
655 'type': 'static_library', | 657 'type': 'static_library', |
656 'sources': [ | 658 'sources': [ |
657 'gtest_prod_util.h', | 659 'gtest_prod_util.h', |
658 ], | 660 ], |
659 }, | 661 }, |
660 ], | 662 ], |
661 } | 663 } |
OLD | NEW |