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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 'stream.cc', | 355 'stream.cc', |
356 'stream.h', | 356 'stream.h', |
357 'task.cc', | 357 'task.cc', |
358 'task.h', | 358 'task.h', |
359 'taskparent.cc', | 359 'taskparent.cc', |
360 'taskparent.h', | 360 'taskparent.h', |
361 'taskrunner.cc', | 361 'taskrunner.cc', |
362 'taskrunner.h', | 362 'taskrunner.h', |
363 'thread.cc', | 363 'thread.cc', |
364 'thread.h', | 364 'thread.h', |
365 'timing.cc', | |
366 'timing.h', | |
367 'urlencode.cc', | 365 'urlencode.cc', |
368 'urlencode.h', | 366 'urlencode.h', |
369 'worker.cc', | 367 'worker.cc', |
370 'worker.h', | 368 'worker.h', |
371 ], | 369 ], |
372 # TODO(henrike): issue 3307, make rtc_base build without disabling | 370 # TODO(henrike): issue 3307, make rtc_base build without disabling |
373 # these flags. | 371 # these flags. |
374 'cflags!': [ | 372 'cflags!': [ |
375 '-Wextra', | 373 '-Wextra', |
376 '-Wall', | 374 '-Wall', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 }, | 686 }, |
689 { | 687 { |
690 'target_name': 'gtest_prod', | 688 'target_name': 'gtest_prod', |
691 'type': 'static_library', | 689 'type': 'static_library', |
692 'sources': [ | 690 'sources': [ |
693 'gtest_prod_util.h', | 691 'gtest_prod_util.h', |
694 ], | 692 ], |
695 }, | 693 }, |
696 ], | 694 ], |
697 } | 695 } |
OLD | NEW |