| 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 "//third_party/leveldatabase:leveldb_dbformat_test", | 781 "//third_party/leveldatabase:leveldb_dbformat_test", |
| 782 "//third_party/leveldatabase:leveldb_env_test", | 782 "//third_party/leveldatabase:leveldb_env_test", |
| 783 "//third_party/leveldatabase:leveldb_filename_test", | 783 "//third_party/leveldatabase:leveldb_filename_test", |
| 784 "//third_party/leveldatabase:leveldb_filter_block_test", | 784 "//third_party/leveldatabase:leveldb_filter_block_test", |
| 785 "//third_party/leveldatabase:leveldb_log_test", | 785 "//third_party/leveldatabase:leveldb_log_test", |
| 786 "//third_party/leveldatabase:leveldb_skiplist_test", | 786 "//third_party/leveldatabase:leveldb_skiplist_test", |
| 787 "//third_party/leveldatabase:leveldb_table_test", | 787 "//third_party/leveldatabase:leveldb_table_test", |
| 788 "//third_party/leveldatabase:leveldb_version_edit_test", | 788 "//third_party/leveldatabase:leveldb_version_edit_test", |
| 789 "//third_party/leveldatabase:leveldb_write_batch_test", | 789 "//third_party/leveldatabase:leveldb_write_batch_test", |
| 790 "//third_party/libjpeg_turbo:simd", | 790 "//third_party/libjpeg_turbo:simd", |
| 791 "//third_party/libsrtp:rdbx_driver", |
| 792 "//third_party/libsrtp:replay_driver", |
| 793 "//third_party/libsrtp:roc_driver", |
| 794 "//third_party/libsrtp:rtpw", |
| 795 "//third_party/libsrtp:srtp_driver", |
| 796 "//third_party/libsrtp:srtp_driver", |
| 797 "//third_party/libsrtp:srtp_test_aes_calc", |
| 798 "//third_party/libsrtp:srtp_test_cipher_driver", |
| 799 "//third_party/libsrtp:srtp_test_datatypes_driver", |
| 800 "//third_party/libsrtp:srtp_test_env", |
| 801 "//third_party/libsrtp:srtp_test_kernel_driver", |
| 802 "//third_party/libsrtp:srtp_test_rand_gen", |
| 803 "//third_party/libsrtp:srtp_test_sha1_driver", |
| 804 "//third_party/libsrtp:srtp_test_stat_driver", |
| 791 "//third_party/opus:opus_compare", | 805 "//third_party/opus:opus_compare", |
| 792 "//third_party/opus:opus_demo", | 806 "//third_party/opus:opus_demo", |
| 793 "//third_party/opus:test_opus_api", | 807 "//third_party/opus:test_opus_api", |
| 794 "//third_party/opus:test_opus_decode", | 808 "//third_party/opus:test_opus_decode", |
| 795 "//third_party/opus:test_opus_encode", | 809 "//third_party/opus:test_opus_encode", |
| 796 "//third_party/opus:test_opus_padding", | 810 "//third_party/opus:test_opus_padding", |
| 797 "//third_party/pdfium/third_party:fx_freetype", | 811 "//third_party/pdfium/third_party:fx_freetype", |
| 798 "//third_party/webrtc/system_wrappers:field_trial_default", | 812 "//third_party/webrtc/system_wrappers:field_trial_default", |
| 799 "//third_party/webrtc/system_wrappers:metrics_default", | 813 "//third_party/webrtc/system_wrappers:metrics_default", |
| 800 "//ui/display/types", | 814 "//ui/display/types", |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1139 "//ui/display:display_unittests", | 1153 "//ui/display:display_unittests", |
| 1140 "//ui/events:events_unittests", | 1154 "//ui/events:events_unittests", |
| 1141 "//ui/gfx:gfx_unittests", | 1155 "//ui/gfx:gfx_unittests", |
| 1142 "//ui/gl:gl_unittests", | 1156 "//ui/gl:gl_unittests", |
| 1143 "//ui/keyboard:keyboard_unittests", | 1157 "//ui/keyboard:keyboard_unittests", |
| 1144 "//ui/touch_selection:ui_touch_selection_unittests", | 1158 "//ui/touch_selection:ui_touch_selection_unittests", |
| 1145 "//url:url_unittests", | 1159 "//url:url_unittests", |
| 1146 ] | 1160 ] |
| 1147 } | 1161 } |
| 1148 } | 1162 } |
| OLD | NEW |