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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 'stream.cc', | 341 'stream.cc', |
342 'stream.h', | 342 'stream.h', |
343 'task.cc', | 343 'task.cc', |
344 'task.h', | 344 'task.h', |
345 'taskparent.cc', | 345 'taskparent.cc', |
346 'taskparent.h', | 346 'taskparent.h', |
347 'taskrunner.cc', | 347 'taskrunner.cc', |
348 'taskrunner.h', | 348 'taskrunner.h', |
349 'thread.cc', | 349 'thread.cc', |
350 'thread.h', | 350 'thread.h', |
351 'timing.cc', | |
352 'timing.h', | |
353 'urlencode.cc', | 351 'urlencode.cc', |
354 'urlencode.h', | 352 'urlencode.h', |
355 'worker.cc', | 353 'worker.cc', |
356 'worker.h', | 354 'worker.h', |
357 ], | 355 ], |
358 # TODO(henrike): issue 3307, make rtc_base build without disabling | 356 # TODO(henrike): issue 3307, make rtc_base build without disabling |
359 # these flags. | 357 # these flags. |
360 'cflags!': [ | 358 'cflags!': [ |
361 '-Wextra', | 359 '-Wextra', |
362 '-Wall', | 360 '-Wall', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 }, | 672 }, |
675 { | 673 { |
676 'target_name': 'gtest_prod', | 674 'target_name': 'gtest_prod', |
677 'type': 'static_library', | 675 'type': 'static_library', |
678 'sources': [ | 676 'sources': [ |
679 'gtest_prod_util.h', | 677 'gtest_prod_util.h', |
680 ], | 678 ], |
681 }, | 679 }, |
682 ], | 680 ], |
683 } | 681 } |
OLD | NEW |