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

Side by Side Diff: BUILD.gn

Issue 2398073002: Upgrade libsrtp to version 2.0 (Closed)
Patch Set: Roll new libsrtp2 change 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') | 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) 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 "//third_party/leveldatabase:leveldb_dbformat_test", 782 "//third_party/leveldatabase:leveldb_dbformat_test",
783 "//third_party/leveldatabase:leveldb_env_test", 783 "//third_party/leveldatabase:leveldb_env_test",
784 "//third_party/leveldatabase:leveldb_filename_test", 784 "//third_party/leveldatabase:leveldb_filename_test",
785 "//third_party/leveldatabase:leveldb_filter_block_test", 785 "//third_party/leveldatabase:leveldb_filter_block_test",
786 "//third_party/leveldatabase:leveldb_log_test", 786 "//third_party/leveldatabase:leveldb_log_test",
787 "//third_party/leveldatabase:leveldb_skiplist_test", 787 "//third_party/leveldatabase:leveldb_skiplist_test",
788 "//third_party/leveldatabase:leveldb_table_test", 788 "//third_party/leveldatabase:leveldb_table_test",
789 "//third_party/leveldatabase:leveldb_version_edit_test", 789 "//third_party/leveldatabase:leveldb_version_edit_test",
790 "//third_party/leveldatabase:leveldb_write_batch_test", 790 "//third_party/leveldatabase:leveldb_write_batch_test",
791 "//third_party/libjpeg_turbo:simd", 791 "//third_party/libjpeg_turbo:simd",
792 "//third_party/libsrtp:rdbx_driver", 792 "//third_party/libsrtp:srtp_tests",
793 "//third_party/libsrtp:replay_driver",
794 "//third_party/libsrtp:roc_driver",
795 "//third_party/libsrtp:rtpw",
796 "//third_party/libsrtp:srtp_driver",
797 "//third_party/libsrtp:srtp_driver",
798 "//third_party/libsrtp:srtp_test_aes_calc",
799 "//third_party/libsrtp:srtp_test_cipher_driver",
800 "//third_party/libsrtp:srtp_test_datatypes_driver",
801 "//third_party/libsrtp:srtp_test_env",
802 "//third_party/libsrtp:srtp_test_kernel_driver",
803 "//third_party/libsrtp:srtp_test_rand_gen",
804 "//third_party/libsrtp:srtp_test_sha1_driver",
805 "//third_party/libsrtp:srtp_test_stat_driver",
806 "//third_party/opus:opus_compare", 793 "//third_party/opus:opus_compare",
807 "//third_party/opus:opus_demo", 794 "//third_party/opus:opus_demo",
808 "//third_party/opus:test_opus_api", 795 "//third_party/opus:test_opus_api",
809 "//third_party/opus:test_opus_decode", 796 "//third_party/opus:test_opus_decode",
810 "//third_party/opus:test_opus_encode", 797 "//third_party/opus:test_opus_encode",
811 "//third_party/opus:test_opus_padding", 798 "//third_party/opus:test_opus_padding",
812 "//third_party/pdfium/third_party:fx_freetype", 799 "//third_party/pdfium/third_party:fx_freetype",
813 "//third_party/webrtc/system_wrappers:field_trial_default", 800 "//third_party/webrtc/system_wrappers:field_trial_default",
814 "//third_party/webrtc/system_wrappers:metrics_default", 801 "//third_party/webrtc/system_wrappers:metrics_default",
815 "//ui/display/types", 802 "//ui/display/types",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 "//ui/display:display_unittests", 1141 "//ui/display:display_unittests",
1155 "//ui/events:events_unittests", 1142 "//ui/events:events_unittests",
1156 "//ui/gfx:gfx_unittests", 1143 "//ui/gfx:gfx_unittests",
1157 "//ui/gl:gl_unittests", 1144 "//ui/gl:gl_unittests",
1158 "//ui/keyboard:keyboard_unittests", 1145 "//ui/keyboard:keyboard_unittests",
1159 "//ui/touch_selection:ui_touch_selection_unittests", 1146 "//ui/touch_selection:ui_touch_selection_unittests",
1160 "//url:url_unittests", 1147 "//url:url_unittests",
1161 ] 1148 ]
1162 } 1149 }
1163 } 1150 }
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698