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

Side by Side Diff: .gn

Issue 2495553003: media remoting: Fix gn deps (Closed)
Patch Set: Created 4 years, 1 month 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 | media/remoting/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the GN meta build system to find the root of the source 1 # This file is used by the GN meta build system to find the root of the source
2 # tree and to set startup options. For documentation on the values set in this 2 # tree and to set startup options. For documentation on the values set in this
3 # file, run "gn help dotfile" at the command line. 3 # file, run "gn help dotfile" at the command line.
4 4
5 # The location of the build configuration file. 5 # The location of the build configuration file.
6 buildconfig = "//build/config/BUILDCONFIG.gn" 6 buildconfig = "//build/config/BUILDCONFIG.gn"
7 7
8 # The secondary source root is a parallel directory tree where 8 # The secondary source root is a parallel directory tree where
9 # GN build files are placed when they can not be placed directly 9 # GN build files are placed when they can not be placed directly
10 # in the source tree, e.g. for third party source trees. 10 # in the source tree, e.g. for third party source trees.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "//media:media_unittests", 75 "//media:media_unittests",
76 "//media:audio_unittests", 76 "//media:audio_unittests",
77 "//media:media_perftests", 77 "//media:media_perftests",
78 "//media/audio/*", 78 "//media/audio/*",
79 "//media/blink/*", 79 "//media/blink/*",
80 "//media/cdm/*", 80 "//media/cdm/*",
81 "//media/ffmpeg/*", 81 "//media/ffmpeg/*",
82 "//media/gpu/*", 82 "//media/gpu/*",
83 "//media/midi/*", 83 "//media/midi/*",
84 "//media/mojo/*", 84 "//media/mojo/*",
85 "//media/remoting/*",
85 "//media/test/*", 86 "//media/test/*",
86 87
87 "mojo/*", 88 "mojo/*",
88 89
89 #"//native_client/*", 90 #"//native_client/*",
90 "//net/*", 91 "//net/*",
91 92
92 #"//pdf/*", # Medium-hard. 93 #"//pdf/*", # Medium-hard.
93 #"//ppapi/*", # Lots of errors. 94 #"//ppapi/*", # Lots of errors.
94 "//ppapi/examples/*", 95 "//ppapi/examples/*",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "//third_party/skia/gn/shared_sources.gni", 260 "//third_party/skia/gn/shared_sources.gni",
260 261
261 # CLD2 should be removed soon, delete this when we do. 262 # CLD2 should be removed soon, delete this when we do.
262 "//third_party/cld_2/BUILD.gn", 263 "//third_party/cld_2/BUILD.gn",
263 "//tools/grit/grit_rule.gni", 264 "//tools/grit/grit_rule.gni",
264 265
265 # Not gypi-to-gn. 266 # Not gypi-to-gn.
266 "//google_apis/BUILD.gn", 267 "//google_apis/BUILD.gn",
267 "//printing/BUILD.gn", 268 "//printing/BUILD.gn",
268 ] 269 ]
OLDNEW
« no previous file with comments | « no previous file | media/remoting/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698