OLD | NEW |
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 Loading... |
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:srtp_tests", | 792 "//third_party/libsrtp:rdbx_driver", |
| 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", |
793 "//third_party/opus:opus_compare", | 806 "//third_party/opus:opus_compare", |
794 "//third_party/opus:opus_demo", | 807 "//third_party/opus:opus_demo", |
795 "//third_party/opus:test_opus_api", | 808 "//third_party/opus:test_opus_api", |
796 "//third_party/opus:test_opus_decode", | 809 "//third_party/opus:test_opus_decode", |
797 "//third_party/opus:test_opus_encode", | 810 "//third_party/opus:test_opus_encode", |
798 "//third_party/opus:test_opus_padding", | 811 "//third_party/opus:test_opus_padding", |
799 "//third_party/pdfium/third_party:fx_freetype", | 812 "//third_party/pdfium/third_party:fx_freetype", |
800 "//third_party/webrtc/system_wrappers:field_trial_default", | 813 "//third_party/webrtc/system_wrappers:field_trial_default", |
801 "//third_party/webrtc/system_wrappers:metrics_default", | 814 "//third_party/webrtc/system_wrappers:metrics_default", |
802 "//ui/display/types", | 815 "//ui/display/types", |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1141 "//ui/display:display_unittests", | 1154 "//ui/display:display_unittests", |
1142 "//ui/events:events_unittests", | 1155 "//ui/events:events_unittests", |
1143 "//ui/gfx:gfx_unittests", | 1156 "//ui/gfx:gfx_unittests", |
1144 "//ui/gl:gl_unittests", | 1157 "//ui/gl:gl_unittests", |
1145 "//ui/keyboard:keyboard_unittests", | 1158 "//ui/keyboard:keyboard_unittests", |
1146 "//ui/touch_selection:ui_touch_selection_unittests", | 1159 "//ui/touch_selection:ui_touch_selection_unittests", |
1147 "//url:url_unittests", | 1160 "//url:url_unittests", |
1148 ] | 1161 ] |
1149 } | 1162 } |
1150 } | 1163 } |
OLD | NEW |