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

Side by Side Diff: BUILD.gn

Issue 2436913003: Upgrade libsrtp to version 2.0 (second attempt) (Closed)
Patch Set: Remove srtp_tests Created 4 years, 2 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 | « no previous file | DEPS » ('j') | testing/libfuzzer/fuzzers/libsrtp_fuzzer.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 "//third_party/leveldatabase:leveldb_dbformat_test", 779 "//third_party/leveldatabase:leveldb_dbformat_test",
780 "//third_party/leveldatabase:leveldb_env_test", 780 "//third_party/leveldatabase:leveldb_env_test",
781 "//third_party/leveldatabase:leveldb_filename_test", 781 "//third_party/leveldatabase:leveldb_filename_test",
782 "//third_party/leveldatabase:leveldb_filter_block_test", 782 "//third_party/leveldatabase:leveldb_filter_block_test",
783 "//third_party/leveldatabase:leveldb_log_test", 783 "//third_party/leveldatabase:leveldb_log_test",
784 "//third_party/leveldatabase:leveldb_skiplist_test", 784 "//third_party/leveldatabase:leveldb_skiplist_test",
785 "//third_party/leveldatabase:leveldb_table_test", 785 "//third_party/leveldatabase:leveldb_table_test",
786 "//third_party/leveldatabase:leveldb_version_edit_test", 786 "//third_party/leveldatabase:leveldb_version_edit_test",
787 "//third_party/leveldatabase:leveldb_write_batch_test", 787 "//third_party/leveldatabase:leveldb_write_batch_test",
788 "//third_party/libjpeg_turbo:simd", 788 "//third_party/libjpeg_turbo:simd",
789 "//third_party/libsrtp:rdbx_driver",
790 "//third_party/libsrtp:replay_driver",
791 "//third_party/libsrtp:roc_driver",
792 "//third_party/libsrtp:rtpw",
793 "//third_party/libsrtp:srtp_driver",
794 "//third_party/libsrtp:srtp_test_aes_calc",
795 "//third_party/libsrtp:srtp_test_cipher_driver",
796 "//third_party/libsrtp:srtp_test_datatypes_driver",
797 "//third_party/libsrtp:srtp_test_env",
798 "//third_party/libsrtp:srtp_test_kernel_driver",
799 "//third_party/libsrtp:srtp_test_rand_gen",
800 "//third_party/libsrtp:srtp_test_sha1_driver",
801 "//third_party/libsrtp:srtp_test_stat_driver",
802 "//third_party/opus:opus_compare", 789 "//third_party/opus:opus_compare",
803 "//third_party/opus:opus_demo", 790 "//third_party/opus:opus_demo",
804 "//third_party/opus:test_opus_api", 791 "//third_party/opus:test_opus_api",
805 "//third_party/opus:test_opus_decode", 792 "//third_party/opus:test_opus_decode",
806 "//third_party/opus:test_opus_encode", 793 "//third_party/opus:test_opus_encode",
807 "//third_party/opus:test_opus_padding", 794 "//third_party/opus:test_opus_padding",
808 "//third_party/pdfium/third_party:fx_freetype", 795 "//third_party/pdfium/third_party:fx_freetype",
809 "//third_party/webrtc/system_wrappers:field_trial_default", 796 "//third_party/webrtc/system_wrappers:field_trial_default",
810 "//third_party/webrtc/system_wrappers:metrics_default", 797 "//third_party/webrtc/system_wrappers:metrics_default",
811 "//ui/display/types", 798 "//ui/display/types",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 "//ui/display:display_unittests", 1138 "//ui/display:display_unittests",
1152 "//ui/events:events_unittests", 1139 "//ui/events:events_unittests",
1153 "//ui/gfx:gfx_unittests", 1140 "//ui/gfx:gfx_unittests",
1154 "//ui/gl:gl_unittests", 1141 "//ui/gl:gl_unittests",
1155 "//ui/keyboard:keyboard_unittests", 1142 "//ui/keyboard:keyboard_unittests",
1156 "//ui/touch_selection:ui_touch_selection_unittests", 1143 "//ui/touch_selection:ui_touch_selection_unittests",
1157 "//url:url_unittests", 1144 "//url:url_unittests",
1158 ] 1145 ]
1159 } 1146 }
1160 } 1147 }
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | testing/libfuzzer/fuzzers/libsrtp_fuzzer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698