Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1815)

Side by Side Diff: webrtc/base/BUILD.gn

Issue 2290203002: Delete Timing class, timing.h, and update all users. (Closed)
Patch Set: Fix copy-paste error in rtpdataengine.cc. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webrtc/api/statscollector.cc ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 import("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "stream.cc", 415 "stream.cc",
416 "stream.h", 416 "stream.h",
417 "task.cc", 417 "task.cc",
418 "task.h", 418 "task.h",
419 "taskparent.cc", 419 "taskparent.cc",
420 "taskparent.h", 420 "taskparent.h",
421 "taskrunner.cc", 421 "taskrunner.cc",
422 "taskrunner.h", 422 "taskrunner.h",
423 "thread.cc", 423 "thread.cc",
424 "thread.h", 424 "thread.h",
425 "timing.cc",
426 "timing.h",
427 "urlencode.cc", 425 "urlencode.cc",
428 "urlencode.h", 426 "urlencode.h",
429 "worker.cc", 427 "worker.cc",
430 "worker.h", 428 "worker.h",
431 ] 429 ]
432 430
433 # TODO(henrike): issue 3307, make rtc_base build with the Chromium default 431 # TODO(henrike): issue 3307, make rtc_base build with the Chromium default
434 # compiler settings. 432 # compiler settings.
435 suppressed_configs += [ "//build/config/compiler:chromium_code" ] 433 suppressed_configs += [ "//build/config/compiler:chromium_code" ]
436 configs += [ "//build/config/compiler:no_chromium_code" ] 434 configs += [ "//build/config/compiler:no_chromium_code" ]
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 testonly = true 712 testonly = true
715 sources = [ 713 sources = [
716 # Also use this as a convenient dumping ground for misc files that are 714 # Also use this as a convenient dumping ground for misc files that are
717 # included by multiple targets below. 715 # included by multiple targets below.
718 "fakeclock.cc", 716 "fakeclock.cc",
719 "fakeclock.h", 717 "fakeclock.h",
720 "fakenetwork.h", 718 "fakenetwork.h",
721 "fakesslidentity.h", 719 "fakesslidentity.h",
722 "faketaskrunner.h", 720 "faketaskrunner.h",
723 "gunit.h", 721 "gunit.h",
724 "test/faketiming.h",
725 "testbase64.h", 722 "testbase64.h",
726 "testechoserver.h", 723 "testechoserver.h",
727 "testutils.h", 724 "testutils.h",
728 "timedelta.h", 725 "timedelta.h",
729 "unittest_main.cc", 726 "unittest_main.cc",
730 ] 727 ]
731 configs += [ ":rtc_base_tests_utils_warnings_config" ] 728 configs += [ ":rtc_base_tests_utils_warnings_config" ]
732 public_configs = [ ":rtc_base_tests_utils_exported_config" ] 729 public_configs = [ ":rtc_base_tests_utils_exported_config" ]
733 deps = [ 730 deps = [
734 ":rtc_base", 731 ":rtc_base",
(...skipping 17 matching lines...) Expand all
752 "java/src/org/webrtc/Logging.java", 749 "java/src/org/webrtc/Logging.java",
753 "java/src/org/webrtc/Size.java", 750 "java/src/org/webrtc/Size.java",
754 "java/src/org/webrtc/ThreadUtils.java", 751 "java/src/org/webrtc/ThreadUtils.java",
755 ] 752 ]
756 753
757 deps = [ 754 deps = [
758 "//base:base_java", 755 "//base:base_java",
759 ] 756 ]
760 } 757 }
761 } 758 }
OLDNEW
« no previous file with comments | « webrtc/api/statscollector.cc ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698