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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'task.cc', | 358 'task.cc', |
359 'task.h', | 359 'task.h', |
360 'taskparent.cc', | 360 'taskparent.cc', |
361 'taskparent.h', | 361 'taskparent.h', |
362 'taskrunner.cc', | 362 'taskrunner.cc', |
363 'taskrunner.h', | 363 'taskrunner.h', |
364 'thread.cc', | 364 'thread.cc', |
365 'thread.h', | 365 'thread.h', |
366 'urlencode.cc', | 366 'urlencode.cc', |
367 'urlencode.h', | 367 'urlencode.h', |
368 'worker.cc', | |
369 'worker.h', | |
370 ], | 368 ], |
371 # TODO(henrike): issue 3307, make rtc_base build without disabling | 369 # TODO(henrike): issue 3307, make rtc_base build without disabling |
372 # these flags. | 370 # these flags. |
373 'cflags!': [ | 371 'cflags!': [ |
374 '-Wextra', | 372 '-Wextra', |
375 '-Wall', | 373 '-Wall', |
376 ], | 374 ], |
377 'direct_dependent_settings': { | 375 'direct_dependent_settings': { |
378 'defines': [ | 376 'defines': [ |
379 'FEATURE_ENABLE_SSL', | 377 'FEATURE_ENABLE_SSL', |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 }, | 663 }, |
666 { | 664 { |
667 'target_name': 'gtest_prod', | 665 'target_name': 'gtest_prod', |
668 'type': 'static_library', | 666 'type': 'static_library', |
669 'sources': [ | 667 'sources': [ |
670 'gtest_prod_util.h', | 668 'gtest_prod_util.h', |
671 ], | 669 ], |
672 }, | 670 }, |
673 ], | 671 ], |
674 } | 672 } |
OLD | NEW |