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

Side by Side Diff: .gn

Issue 2387063004: media: Fix gn deps on //media/test (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | media/test/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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//ios_internal/*", 63 "//ios_internal/*",
64 "//ipc/*", 64 "//ipc/*",
65 65
66 #"//jingle/*", 66 #"//jingle/*",
67 "//mash/*", 67 "//mash/*",
68 68
69 #"//media/*", # Lots of errors. 69 #"//media/*", # Lots of errors.
70 #"//media/base/*", 70 #"//media/base/*",
71 #"//media/capture/*", 71 #"//media/capture/*",
72 #"//media/cast/*", 72 #"//media/cast/*",
73 #"//media/test/*",
74 "//media:media", 73 "//media:media",
75 "//media:shared_memory_support", 74 "//media:shared_memory_support",
76 "//media:media_unittests", 75 "//media:media_unittests",
77 "//media:audio_unittests", 76 "//media:audio_unittests",
78 "//media:media_perftests", 77 "//media:media_perftests",
79 "//media/audio/*", 78 "//media/audio/*",
80 "//media/blink/*", 79 "//media/blink/*",
81 "//media/cdm/*", 80 "//media/cdm/*",
82 "//media/ffmpeg/*", 81 "//media/ffmpeg/*",
83 "//media/gpu/*", 82 "//media/gpu/*",
84 "//media/midi/*", 83 "//media/midi/*",
85 "//media/mojo/*", 84 "//media/mojo/*",
85 "//media/test/*",
86 86
87 "mojo/*", 87 "mojo/*",
88 88
89 #"//native_client/*", 89 #"//native_client/*",
90 "//net/*", 90 "//net/*",
91 91
92 #"//pdf/*", # Medium-hard. 92 #"//pdf/*", # Medium-hard.
93 #"//ppapi/*", # Lots of errors. 93 #"//ppapi/*", # Lots of errors.
94 "//ppapi/examples/*", 94 "//ppapi/examples/*",
95 "//printing/*", 95 "//printing/*",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "//third_party/skia/gn/shared_sources.gni", 257 "//third_party/skia/gn/shared_sources.gni",
258 258
259 # CLD2 should be removed soon, delete this when we do. 259 # CLD2 should be removed soon, delete this when we do.
260 "//third_party/cld_2/BUILD.gn", 260 "//third_party/cld_2/BUILD.gn",
261 "//tools/grit/grit_rule.gni", 261 "//tools/grit/grit_rule.gni",
262 262
263 # Not gypi-to-gn. 263 # Not gypi-to-gn.
264 "//google_apis/BUILD.gn", 264 "//google_apis/BUILD.gn",
265 "//printing/BUILD.gn", 265 "//printing/BUILD.gn",
266 ] 266 ]
OLDNEW
« no previous file with comments | « no previous file | media/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698