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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'stream.cc', | 326 'stream.cc', |
327 'stream.h', | 327 'stream.h', |
328 'task.cc', | 328 'task.cc', |
329 'task.h', | 329 'task.h', |
330 'taskparent.cc', | 330 'taskparent.cc', |
331 'taskparent.h', | 331 'taskparent.h', |
332 'taskrunner.cc', | 332 'taskrunner.cc', |
333 'taskrunner.h', | 333 'taskrunner.h', |
334 'thread.cc', | 334 'thread.cc', |
335 'thread.h', | 335 'thread.h', |
336 'timing.cc', | |
337 'timing.h', | |
338 'urlencode.cc', | 336 'urlencode.cc', |
339 'urlencode.h', | 337 'urlencode.h', |
340 'worker.cc', | 338 'worker.cc', |
341 'worker.h', | 339 'worker.h', |
342 ], | 340 ], |
343 # TODO(henrike): issue 3307, make rtc_base build without disabling | 341 # TODO(henrike): issue 3307, make rtc_base build without disabling |
344 # these flags. | 342 # these flags. |
345 'cflags!': [ | 343 'cflags!': [ |
346 '-Wextra', | 344 '-Wextra', |
347 '-Wall', | 345 '-Wall', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 }, | 657 }, |
660 { | 658 { |
661 'target_name': 'gtest_prod', | 659 'target_name': 'gtest_prod', |
662 'type': 'static_library', | 660 'type': 'static_library', |
663 'sources': [ | 661 'sources': [ |
664 'gtest_prod_util.h', | 662 'gtest_prod_util.h', |
665 ], | 663 ], |
666 }, | 664 }, |
667 ], | 665 ], |
668 } | 666 } |
OLD | NEW |