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 e7ba1f0 commit 90fe6e9Copy full SHA for 90fe6e9
BUILD.gn
@@ -347,7 +347,8 @@ if (is_mac && !is_component_build) {
347
"//v8:nwjc",
348
"//chrome/test/chromedriver:chromedriver",
349
"//third_party/ffmpeg:ffmpeg",
350
- "//chrome:nw_sym_archive"
+ "//chrome:nw_sym_archive",
351
+ ":nwjs"
352
]
353
}
354
@@ -433,7 +434,7 @@ if (!is_component_build) {
433
434
"-m", "$package_mode",
435
"-i", "$icudat_path"
436
- deps = [ "//components/resources:about_credits_nw" ]
437
+ deps = [ "//components/resources:about_credits_nw", ":dump", ":nwjs" ]
438
if (nwjs_sdk && (is_mac || is_linux)) {
439
deps += [ "//third_party/breakpad:minidump_stackwalk" ]
440
0 commit comments