We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26de7a0 commit e7ba1f0Copy full SHA for e7ba1f0
BUILD.gn
@@ -7,13 +7,16 @@ if (is_mac) {
7
import("//build/util/version.gni")
8
import("//components/nacl/features.gni")
9
10
-group("nwjs") {
11
- deps = [
12
- "//chrome",
13
- "//third_party/ffmpeg:ffmpeg"
14
- ]
15
- if (is_mac) {
16
- deps += [ ":copy_ffmpeg" ]
+if (is_mac) {
+ group("nwjs") {
+ deps = [ ":copy_ffmpeg" ]
+ }
+} else {
+ deps = [
17
+ "//chrome",
18
+ "//third_party/ffmpeg:ffmpeg"
19
+ ]
20
}
21
if (is_linux) {
22
deps += [ "//chrome:xdg_mime" ]
0 commit comments