| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "//third_party/harfbuzz-ng", | 88 "//third_party/harfbuzz-ng", |
| 89 "//third_party/hunspell", | 89 "//third_party/hunspell", |
| 90 "//third_party/iccjpeg", | 90 "//third_party/iccjpeg", |
| 91 "//third_party/icu", | 91 "//third_party/icu", |
| 92 "//third_party/leveldatabase", | 92 "//third_party/leveldatabase", |
| 93 "//third_party/libphonenumber", | 93 "//third_party/libphonenumber", |
| 94 "//third_party/libjingle", | 94 "//third_party/libjingle", |
| 95 "//third_party/libpng", | 95 "//third_party/libpng", |
| 96 "//third_party/libsrtp", | 96 "//third_party/libsrtp", |
| 97 "//third_party/libusb", | 97 "//third_party/libusb", |
| 98 "//third_party/libwebm", | |
| 99 "//third_party/libwebp", | 98 "//third_party/libwebp", |
| 100 "//third_party/libxslt", | 99 "//third_party/libxslt", |
| 101 "//third_party/libvpx", | 100 "//third_party/libvpx", |
| 102 "//third_party/libyuv", | 101 "//third_party/libyuv", |
| 103 "//third_party/lzma_sdk", | 102 "//third_party/lzma_sdk", |
| 104 "//third_party/mesa", | 103 "//third_party/mesa", |
| 105 "//third_party/opus", | 104 "//third_party/opus", |
| 106 "//third_party/ots", | 105 "//third_party/ots", |
| 107 "//third_party/protobuf:protobuf_lite", | 106 "//third_party/protobuf:protobuf_lite", |
| 108 "//third_party/qcms", | 107 "//third_party/qcms", |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "//ui/snapshot", | 362 "//ui/snapshot", |
| 364 "//ui/surface", | 363 "//ui/surface", |
| 365 "//ui/touch_selection", | 364 "//ui/touch_selection", |
| 366 "//ui/views", | 365 "//ui/views", |
| 367 "//ui/views/controls/webview", | 366 "//ui/views/controls/webview", |
| 368 "//ui/web_dialogs", | 367 "//ui/web_dialogs", |
| 369 "//ui/wm", | 368 "//ui/wm", |
| 370 ] | 369 ] |
| 371 } | 370 } |
| 372 } | 371 } |
| OLD | NEW |