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

Side by Side Diff: BUILD.gn

Issue 363473003: Add gn support for libsrtp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//third_party/angle:translator", 52 "//third_party/angle:translator",
53 "//third_party/brotli", 53 "//third_party/brotli",
54 "//third_party/ffmpeg", 54 "//third_party/ffmpeg",
55 "//third_party/flac", 55 "//third_party/flac",
56 "//third_party/harfbuzz-ng", 56 "//third_party/harfbuzz-ng",
57 "//third_party/hunspell", 57 "//third_party/hunspell",
58 "//third_party/iccjpeg", 58 "//third_party/iccjpeg",
59 "//third_party/icu", 59 "//third_party/icu",
60 "//third_party/leveldatabase", 60 "//third_party/leveldatabase",
61 "//third_party/libpng", 61 "//third_party/libpng",
62 "//third_party/libsrtp",
62 "//third_party/libusb", 63 "//third_party/libusb",
63 "//third_party/libwebm", 64 "//third_party/libwebm",
64 "//third_party/libwebp", 65 "//third_party/libwebp",
65 "//third_party/libxslt", 66 "//third_party/libxslt",
66 "//third_party/libyuv", 67 "//third_party/libyuv",
67 "//third_party/lzma_sdk", 68 "//third_party/lzma_sdk",
68 "//third_party/mesa", 69 "//third_party/mesa",
69 "//third_party/ots", 70 "//third_party/ots",
70 "//third_party/protobuf:protobuf_lite", 71 "//third_party/protobuf:protobuf_lite",
71 "//third_party/qcms", 72 "//third_party/qcms",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ] 162 ]
162 } 163 }
163 164
164 if (use_ozone) { 165 if (use_ozone) {
165 deps += [ 166 deps += [
166 "//ui/events/ozone:events_ozone", 167 "//ui/events/ozone:events_ozone",
167 "//ui/events/ozone:events_ozone_evdev", 168 "//ui/events/ozone:events_ozone_evdev",
168 ] 169 ]
169 } 170 }
170 } 171 }
OLDNEW
« no previous file with comments | « no previous file | build/secondary/third_party/libsrtp/BUILD.gn » ('j') | build/secondary/third_party/libsrtp/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698