BUILD.gn 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513
  1. import("//build/config/locales.gni")
  2. import("//build/config/ui.gni")
  3. import("//build/config/win/manifest.gni")
  4. import("//components/os_crypt/features.gni")
  5. import("//components/spellcheck/spellcheck_build_features.gni")
  6. import("//content/public/app/mac_helpers.gni")
  7. import("//extensions/buildflags/buildflags.gni")
  8. import("//pdf/features.gni")
  9. import("//ppapi/buildflags/buildflags.gni")
  10. import("//printing/buildflags/buildflags.gni")
  11. import("//testing/test.gni")
  12. import("//third_party/ffmpeg/ffmpeg_options.gni")
  13. import("//tools/generate_library_loader/generate_library_loader.gni")
  14. import("//tools/grit/grit_rule.gni")
  15. import("//tools/grit/repack.gni")
  16. import("//tools/v8_context_snapshot/v8_context_snapshot.gni")
  17. import("//v8/gni/snapshot_toolchain.gni")
  18. import("build/asar.gni")
  19. import("build/extract_symbols.gni")
  20. import("build/npm.gni")
  21. import("build/templated_file.gni")
  22. import("build/tsc.gni")
  23. import("build/webpack/webpack.gni")
  24. import("buildflags/buildflags.gni")
  25. import("electron_paks.gni")
  26. import("filenames.auto.gni")
  27. import("filenames.gni")
  28. import("filenames.hunspell.gni")
  29. import("filenames.libcxx.gni")
  30. import("filenames.libcxxabi.gni")
  31. if (is_mac) {
  32. import("//build/config/mac/rules.gni")
  33. import("//third_party/icu/config.gni")
  34. import("//ui/gl/features.gni")
  35. import("//v8/gni/v8.gni")
  36. import("build/rules.gni")
  37. assert(
  38. mac_deployment_target == "10.13",
  39. "Chromium has updated the mac_deployment_target, please update this assert, update the supported versions documentation (docs/tutorial/support.md) and flag this as a breaking change")
  40. }
  41. if (is_linux) {
  42. import("//build/config/linux/pkg_config.gni")
  43. import("//tools/generate_stubs/rules.gni")
  44. pkg_config("gio_unix") {
  45. packages = [ "gio-unix-2.0" ]
  46. }
  47. pkg_config("libnotify_config") {
  48. packages = [
  49. "glib-2.0",
  50. "gdk-pixbuf-2.0",
  51. ]
  52. }
  53. generate_library_loader("libnotify_loader") {
  54. name = "LibNotifyLoader"
  55. output_h = "libnotify_loader.h"
  56. output_cc = "libnotify_loader.cc"
  57. header = "<libnotify/notify.h>"
  58. config = ":libnotify_config"
  59. functions = [
  60. "notify_is_initted",
  61. "notify_init",
  62. "notify_get_server_caps",
  63. "notify_get_server_info",
  64. "notify_notification_new",
  65. "notify_notification_add_action",
  66. "notify_notification_set_image_from_pixbuf",
  67. "notify_notification_set_timeout",
  68. "notify_notification_set_urgency",
  69. "notify_notification_set_hint_string",
  70. "notify_notification_show",
  71. "notify_notification_close",
  72. ]
  73. }
  74. # Generates electron_gtk_stubs.h header which contains
  75. # stubs for extracting function ptrs from the gtk library.
  76. # Function signatures for which stubs are required should be
  77. # declared in electron_gtk.sigs, currently this file contains
  78. # signatures for the functions used with native file chooser
  79. # implementation. In future, this file can be extended to contain
  80. # gtk4 stubs to switch gtk version in runtime.
  81. generate_stubs("electron_gtk_stubs") {
  82. sigs = [ "shell/browser/ui/electron_gtk.sigs" ]
  83. extra_header = "shell/browser/ui/electron_gtk.fragment"
  84. output_name = "electron_gtk_stubs"
  85. public_deps = [ "//ui/gtk:gtk_config" ]
  86. logging_function = "LogNoop()"
  87. logging_include = "ui/gtk/log_noop.h"
  88. }
  89. }
  90. declare_args() {
  91. use_prebuilt_v8_context_snapshot = false
  92. }
  93. branding = read_file("shell/app/BRANDING.json", "json")
  94. electron_project_name = branding.project_name
  95. electron_product_name = branding.product_name
  96. electron_mac_bundle_id = branding.mac_bundle_id
  97. if (is_mas_build) {
  98. assert(is_mac,
  99. "It doesn't make sense to build a MAS build on a non-mac platform")
  100. }
  101. if (enable_pdf_viewer) {
  102. assert(enable_pdf, "PDF viewer support requires enable_pdf=true")
  103. assert(enable_electron_extensions,
  104. "PDF viewer support requires enable_electron_extensions=true")
  105. }
  106. if (enable_electron_extensions) {
  107. assert(enable_extensions,
  108. "Chrome extension support requires enable_extensions=true")
  109. }
  110. config("branding") {
  111. defines = [
  112. "ELECTRON_PRODUCT_NAME=\"$electron_product_name\"",
  113. "ELECTRON_PROJECT_NAME=\"$electron_project_name\"",
  114. ]
  115. }
  116. config("electron_lib_config") {
  117. include_dirs = [ "." ]
  118. }
  119. # We generate the definitions twice here, once in //electron/electron.d.ts
  120. # and once in $target_gen_dir
  121. # The one in $target_gen_dir is used for the actual TSC build later one
  122. # and the one in //electron/electron.d.ts is used by your IDE (vscode)
  123. # for typescript prompting
  124. npm_action("build_electron_definitions") {
  125. script = "gn-typescript-definitions"
  126. args = [ rebase_path("$target_gen_dir/tsc/typings/electron.d.ts") ]
  127. inputs = auto_filenames.api_docs + [ "yarn.lock" ]
  128. outputs = [ "$target_gen_dir/tsc/typings/electron.d.ts" ]
  129. }
  130. webpack_build("electron_asar_bundle") {
  131. deps = [ ":build_electron_definitions" ]
  132. inputs = auto_filenames.asar_bundle_deps
  133. config_file = "//electron/build/webpack/webpack.config.asar.js"
  134. out_file = "$target_gen_dir/js2c/asar_bundle.js"
  135. }
  136. webpack_build("electron_browser_bundle") {
  137. deps = [ ":build_electron_definitions" ]
  138. inputs = auto_filenames.browser_bundle_deps
  139. config_file = "//electron/build/webpack/webpack.config.browser.js"
  140. out_file = "$target_gen_dir/js2c/browser_init.js"
  141. }
  142. webpack_build("electron_renderer_bundle") {
  143. deps = [ ":build_electron_definitions" ]
  144. inputs = auto_filenames.renderer_bundle_deps
  145. config_file = "//electron/build/webpack/webpack.config.renderer.js"
  146. out_file = "$target_gen_dir/js2c/renderer_init.js"
  147. }
  148. webpack_build("electron_worker_bundle") {
  149. deps = [ ":build_electron_definitions" ]
  150. inputs = auto_filenames.worker_bundle_deps
  151. config_file = "//electron/build/webpack/webpack.config.worker.js"
  152. out_file = "$target_gen_dir/js2c/worker_init.js"
  153. }
  154. webpack_build("electron_sandboxed_renderer_bundle") {
  155. deps = [ ":build_electron_definitions" ]
  156. inputs = auto_filenames.sandbox_bundle_deps
  157. config_file = "//electron/build/webpack/webpack.config.sandboxed_renderer.js"
  158. out_file = "$target_gen_dir/js2c/sandbox_bundle.js"
  159. }
  160. webpack_build("electron_isolated_renderer_bundle") {
  161. deps = [ ":build_electron_definitions" ]
  162. inputs = auto_filenames.isolated_bundle_deps
  163. config_file = "//electron/build/webpack/webpack.config.isolated_renderer.js"
  164. out_file = "$target_gen_dir/js2c/isolated_bundle.js"
  165. }
  166. action("electron_js2c") {
  167. deps = [
  168. ":electron_asar_bundle",
  169. ":electron_browser_bundle",
  170. ":electron_isolated_renderer_bundle",
  171. ":electron_renderer_bundle",
  172. ":electron_sandboxed_renderer_bundle",
  173. ":electron_worker_bundle",
  174. ]
  175. sources = [
  176. "$target_gen_dir/js2c/asar_bundle.js",
  177. "$target_gen_dir/js2c/browser_init.js",
  178. "$target_gen_dir/js2c/isolated_bundle.js",
  179. "$target_gen_dir/js2c/renderer_init.js",
  180. "$target_gen_dir/js2c/sandbox_bundle.js",
  181. "$target_gen_dir/js2c/worker_init.js",
  182. ]
  183. inputs = sources + [ "//third_party/electron_node/tools/js2c.py" ]
  184. outputs = [ "$root_gen_dir/electron_natives.cc" ]
  185. script = "build/js2c.py"
  186. args = [ rebase_path("//third_party/electron_node") ] +
  187. rebase_path(outputs, root_build_dir) +
  188. rebase_path(sources, root_build_dir)
  189. }
  190. action("generate_config_gypi") {
  191. outputs = [ "$root_gen_dir/config.gypi" ]
  192. script = "script/generate-config-gypi.py"
  193. args = rebase_path(outputs) + [ target_cpu ]
  194. }
  195. target_gen_default_app_js = "$target_gen_dir/js/default_app"
  196. typescript_build("default_app_js") {
  197. deps = [ ":build_electron_definitions" ]
  198. sources = filenames.default_app_ts_sources
  199. output_gen_dir = target_gen_default_app_js
  200. output_dir_name = "default_app"
  201. tsconfig = "tsconfig.default_app.json"
  202. }
  203. copy("default_app_static") {
  204. sources = filenames.default_app_static_sources
  205. outputs = [ "$target_gen_default_app_js/{{source}}" ]
  206. }
  207. copy("default_app_octicon_deps") {
  208. sources = filenames.default_app_octicon_sources
  209. outputs = [ "$target_gen_default_app_js/electron/default_app/octicon/{{source_file_part}}" ]
  210. }
  211. asar("default_app_asar") {
  212. deps = [
  213. ":default_app_js",
  214. ":default_app_octicon_deps",
  215. ":default_app_static",
  216. ]
  217. root = "$target_gen_default_app_js/electron/default_app"
  218. sources = get_target_outputs(":default_app_js") +
  219. get_target_outputs(":default_app_static") +
  220. get_target_outputs(":default_app_octicon_deps")
  221. outputs = [ "$root_out_dir/resources/default_app.asar" ]
  222. }
  223. grit("resources") {
  224. source = "electron_resources.grd"
  225. outputs = [
  226. "grit/electron_resources.h",
  227. "electron_resources.pak",
  228. ]
  229. # Mojo manifest overlays are generated.
  230. grit_flags = [
  231. "-E",
  232. "target_gen_dir=" + rebase_path(target_gen_dir, root_build_dir),
  233. ]
  234. deps = [ ":copy_shell_devtools_discovery_page" ]
  235. output_dir = "$target_gen_dir"
  236. }
  237. copy("copy_shell_devtools_discovery_page") {
  238. sources = [ "//content/shell/resources/shell_devtools_discovery_page.html" ]
  239. outputs = [ "$target_gen_dir/shell_devtools_discovery_page.html" ]
  240. }
  241. npm_action("electron_version_args") {
  242. script = "generate-version-json"
  243. outputs = [ "$target_gen_dir/electron_version.args" ]
  244. args = rebase_path(outputs)
  245. inputs = [
  246. "ELECTRON_VERSION",
  247. "script/generate-version-json.js",
  248. ]
  249. }
  250. templated_file("electron_version_header") {
  251. deps = [ ":electron_version_args" ]
  252. template = "build/templates/electron_version.tmpl"
  253. output = "$target_gen_dir/electron_version.h"
  254. args_files = get_target_outputs(":electron_version_args")
  255. }
  256. action("electron_fuses") {
  257. script = "build/fuses/build.py"
  258. inputs = [ "build/fuses/fuses.json5" ]
  259. outputs = [
  260. "$target_gen_dir/fuses.h",
  261. "$target_gen_dir/fuses.cc",
  262. ]
  263. args = rebase_path(outputs)
  264. }
  265. action("electron_generate_node_defines") {
  266. script = "build/generate_node_defines.py"
  267. inputs = [
  268. "//third_party/electron_node/src/tracing/trace_event_common.h",
  269. "//third_party/electron_node/src/tracing/trace_event.h",
  270. "//third_party/electron_node/src/util.h",
  271. ]
  272. outputs = [
  273. "$target_gen_dir/push_and_undef_node_defines.h",
  274. "$target_gen_dir/pop_node_defines.h",
  275. ]
  276. args = [ rebase_path(target_gen_dir) ] + rebase_path(inputs)
  277. }
  278. source_set("electron_lib") {
  279. configs += [ "//v8:external_startup_data" ]
  280. configs += [ "//third_party/electron_node:node_internals" ]
  281. public_configs = [
  282. ":branding",
  283. ":electron_lib_config",
  284. ]
  285. deps = [
  286. ":electron_fuses",
  287. ":electron_generate_node_defines",
  288. ":electron_js2c",
  289. ":electron_version_header",
  290. ":resources",
  291. "buildflags",
  292. "chromium_src:chrome",
  293. "chromium_src:chrome_spellchecker",
  294. "shell/common/api:mojo",
  295. "//base:base_static",
  296. "//base/allocator:buildflags",
  297. "//chrome:strings",
  298. "//chrome/app:command_ids",
  299. "//chrome/app/resources:platform_locale_settings",
  300. "//components/autofill/core/common:features",
  301. "//components/certificate_transparency",
  302. "//components/embedder_support:browser_util",
  303. "//components/language/core/browser",
  304. "//components/net_log",
  305. "//components/network_hints/browser",
  306. "//components/network_hints/common:mojo_bindings",
  307. "//components/network_hints/renderer",
  308. "//components/network_session_configurator/common",
  309. "//components/omnibox/browser:buildflags",
  310. "//components/os_crypt",
  311. "//components/pref_registry",
  312. "//components/prefs",
  313. "//components/security_state/content",
  314. "//components/upload_list",
  315. "//components/user_prefs",
  316. "//components/viz/host",
  317. "//components/viz/service",
  318. "//content/public/browser",
  319. "//content/public/child",
  320. "//content/public/gpu",
  321. "//content/public/renderer",
  322. "//content/public/utility",
  323. "//device/bluetooth",
  324. "//device/bluetooth/public/cpp",
  325. "//gin",
  326. "//media/capture/mojom:video_capture",
  327. "//media/mojo/mojom",
  328. "//net:extras",
  329. "//net:net_resources",
  330. "//ppapi/host",
  331. "//ppapi/proxy",
  332. "//ppapi/shared_impl",
  333. "//printing/buildflags",
  334. "//services/device/public/cpp/geolocation",
  335. "//services/device/public/cpp/hid",
  336. "//services/device/public/mojom",
  337. "//services/proxy_resolver:lib",
  338. "//services/video_capture/public/mojom:constants",
  339. "//services/viz/privileged/mojom/compositing",
  340. "//skia",
  341. "//third_party/blink/public:blink",
  342. "//third_party/blink/public:blink_devtools_inspector_resources",
  343. "//third_party/blink/public/platform/media",
  344. "//third_party/boringssl",
  345. "//third_party/electron_node:node_lib",
  346. "//third_party/inspector_protocol:crdtp",
  347. "//third_party/leveldatabase",
  348. "//third_party/libyuv",
  349. "//third_party/webrtc_overrides:webrtc_component",
  350. "//third_party/widevine/cdm:headers",
  351. "//third_party/zlib/google:zip",
  352. "//ui/base/idle",
  353. "//ui/events:dom_keycode_converter",
  354. "//ui/gl",
  355. "//ui/native_theme",
  356. "//ui/shell_dialogs",
  357. "//ui/views",
  358. "//v8",
  359. "//v8:v8_libplatform",
  360. ]
  361. public_deps = [
  362. "//base",
  363. "//base:i18n",
  364. "//content/public/app",
  365. ]
  366. include_dirs = [
  367. ".",
  368. "$target_gen_dir",
  369. # TODO(nornagon): replace usage of SchemeRegistry by an actually exported
  370. # API of blink, then remove this from the include_dirs.
  371. "//third_party/blink/renderer",
  372. ]
  373. defines = [ "V8_DEPRECATION_WARNINGS" ]
  374. libs = []
  375. if (is_linux) {
  376. defines += [ "GDK_DISABLE_DEPRECATION_WARNINGS" ]
  377. }
  378. if (!is_mas_build) {
  379. deps += [
  380. "//components/crash/core/app",
  381. "//components/crash/core/browser",
  382. ]
  383. }
  384. sources = filenames.lib_sources
  385. if (is_win) {
  386. sources += filenames.lib_sources_win
  387. }
  388. if (is_mac) {
  389. sources += filenames.lib_sources_mac
  390. }
  391. if (is_posix) {
  392. sources += filenames.lib_sources_posix
  393. }
  394. if (is_linux) {
  395. sources += filenames.lib_sources_linux
  396. }
  397. if (!is_mac) {
  398. sources += filenames.lib_sources_views
  399. }
  400. if (is_component_build) {
  401. defines += [ "NODE_SHARED_MODE" ]
  402. }
  403. if (enable_fake_location_provider) {
  404. sources += [
  405. "shell/browser/fake_location_provider.cc",
  406. "shell/browser/fake_location_provider.h",
  407. ]
  408. }
  409. if (is_linux) {
  410. deps += [
  411. "//components/crash/content/browser",
  412. "//ui/gtk:gtk_config",
  413. ]
  414. }
  415. if (is_mac) {
  416. deps += [
  417. "//components/remote_cocoa/app_shim",
  418. "//components/remote_cocoa/browser",
  419. "//content/common:mac_helpers",
  420. "//ui/accelerated_widget_mac",
  421. ]
  422. if (!is_mas_build) {
  423. deps += [ "//third_party/crashpad/crashpad/client" ]
  424. }
  425. frameworks = [
  426. "AVFoundation.framework",
  427. "Carbon.framework",
  428. "LocalAuthentication.framework",
  429. "QuartzCore.framework",
  430. "Quartz.framework",
  431. "Security.framework",
  432. "SecurityInterface.framework",
  433. "ServiceManagement.framework",
  434. "StoreKit.framework",
  435. ]
  436. weak_frameworks = [ "QuickLookThumbnailing.framework" ]
  437. sources += [
  438. "shell/browser/ui/views/autofill_popup_view.cc",
  439. "shell/browser/ui/views/autofill_popup_view.h",
  440. ]
  441. if (is_mas_build) {
  442. sources += [ "shell/browser/api/electron_api_app_mas.mm" ]
  443. sources -= [ "shell/browser/auto_updater_mac.mm" ]
  444. defines += [ "MAS_BUILD" ]
  445. sources -= [
  446. "shell/app/electron_crash_reporter_client.cc",
  447. "shell/app/electron_crash_reporter_client.h",
  448. "shell/common/crash_keys.cc",
  449. "shell/common/crash_keys.h",
  450. ]
  451. } else {
  452. frameworks += [
  453. "Squirrel.framework",
  454. "ReactiveObjC.framework",
  455. "Mantle.framework",
  456. ]
  457. deps += [
  458. "//third_party/squirrel.mac:reactiveobjc_framework+link",
  459. "//third_party/squirrel.mac:squirrel_framework+link",
  460. ]
  461. # ReactiveObjC which is used by Squirrel requires using __weak.
  462. cflags_objcc = [ "-fobjc-weak" ]
  463. }
  464. }
  465. if (is_linux) {
  466. libs = [ "xshmfence" ]
  467. deps += [
  468. ":electron_gtk_stubs",
  469. ":libnotify_loader",
  470. "//build/config/linux/gtk",
  471. "//dbus",
  472. "//device/bluetooth",
  473. "//ui/base/ime/linux",
  474. "//ui/events/devices/x11",
  475. "//ui/events/platform/x11",
  476. "//ui/views/controls/webview",
  477. "//ui/views/linux_ui:linux_ui_factory",
  478. "//ui/wm",
  479. ]
  480. if (ozone_platform_x11) {
  481. sources += filenames.lib_sources_linux_x11
  482. public_deps += [
  483. "//ui/base/x",
  484. "//ui/ozone/platform/x11",
  485. ]
  486. }
  487. configs += [ ":gio_unix" ]
  488. defines += [
  489. # Disable warnings for g_settings_list_schemas.
  490. "GLIB_DISABLE_DEPRECATION_WARNINGS",
  491. ]
  492. sources += [
  493. "shell/browser/certificate_manager_model.cc",
  494. "shell/browser/certificate_manager_model.h",
  495. "shell/browser/ui/gtk/app_indicator_icon.cc",
  496. "shell/browser/ui/gtk/app_indicator_icon.h",
  497. "shell/browser/ui/gtk/app_indicator_icon_menu.cc",
  498. "shell/browser/ui/gtk/app_indicator_icon_menu.h",
  499. "shell/browser/ui/gtk/gtk_status_icon.cc",
  500. "shell/browser/ui/gtk/gtk_status_icon.h",
  501. "shell/browser/ui/gtk/menu_util.cc",
  502. "shell/browser/ui/gtk/menu_util.h",
  503. "shell/browser/ui/gtk/status_icon.cc",
  504. "shell/browser/ui/gtk/status_icon.h",
  505. "shell/browser/ui/gtk_util.cc",
  506. "shell/browser/ui/gtk_util.h",
  507. ]
  508. }
  509. if (is_win) {
  510. libs += [ "dwmapi.lib" ]
  511. deps += [
  512. "//components/crash/core/app:crash_export_thunks",
  513. "//ui/native_theme:native_theme_browser",
  514. "//ui/views/controls/webview",
  515. "//ui/wm",
  516. "//ui/wm/public",
  517. ]
  518. public_deps += [
  519. "//sandbox/win:sandbox",
  520. "//third_party/crashpad/crashpad/handler",
  521. ]
  522. }
  523. if (enable_plugins) {
  524. deps += [ "chromium_src:plugins" ]
  525. sources += [
  526. "shell/renderer/pepper_helper.cc",
  527. "shell/renderer/pepper_helper.h",
  528. ]
  529. }
  530. if (enable_run_as_node) {
  531. sources += [
  532. "shell/app/node_main.cc",
  533. "shell/app/node_main.h",
  534. ]
  535. }
  536. if (enable_osr) {
  537. sources += [
  538. "shell/browser/osr/osr_host_display_client.cc",
  539. "shell/browser/osr/osr_host_display_client.h",
  540. "shell/browser/osr/osr_render_widget_host_view.cc",
  541. "shell/browser/osr/osr_render_widget_host_view.h",
  542. "shell/browser/osr/osr_video_consumer.cc",
  543. "shell/browser/osr/osr_video_consumer.h",
  544. "shell/browser/osr/osr_view_proxy.cc",
  545. "shell/browser/osr/osr_view_proxy.h",
  546. "shell/browser/osr/osr_web_contents_view.cc",
  547. "shell/browser/osr/osr_web_contents_view.h",
  548. ]
  549. if (is_mac) {
  550. sources += [
  551. "shell/browser/osr/osr_host_display_client_mac.mm",
  552. "shell/browser/osr/osr_web_contents_view_mac.mm",
  553. ]
  554. }
  555. deps += [
  556. "//components/viz/service",
  557. "//services/viz/public/mojom",
  558. "//ui/compositor",
  559. ]
  560. }
  561. if (enable_desktop_capturer) {
  562. sources += [
  563. "shell/browser/api/electron_api_desktop_capturer.cc",
  564. "shell/browser/api/electron_api_desktop_capturer.h",
  565. ]
  566. }
  567. if (enable_views_api) {
  568. sources += [
  569. "shell/browser/api/views/electron_api_image_view.cc",
  570. "shell/browser/api/views/electron_api_image_view.h",
  571. ]
  572. }
  573. if (enable_basic_printing) {
  574. sources += [
  575. "shell/browser/printing/print_view_manager_electron.cc",
  576. "shell/browser/printing/print_view_manager_electron.h",
  577. "shell/renderer/printing/print_render_frame_helper_delegate.cc",
  578. "shell/renderer/printing/print_render_frame_helper_delegate.h",
  579. ]
  580. deps += [
  581. "//chrome/services/printing/public/mojom",
  582. "//components/printing/common:mojo_interfaces",
  583. ]
  584. if (is_mac) {
  585. deps += [ "//chrome/services/mac_notifications/public/mojom" ]
  586. }
  587. }
  588. if (enable_electron_extensions) {
  589. sources += filenames.lib_sources_extensions
  590. deps += [
  591. "shell/browser/extensions/api:api_registration",
  592. "shell/common/extensions/api",
  593. "shell/common/extensions/api:extensions_features",
  594. "//chrome/browser/resources:component_extension_resources",
  595. "//components/update_client:update_client",
  596. "//components/zoom",
  597. "//extensions/browser",
  598. "//extensions/browser:core_api_provider",
  599. "//extensions/browser/updater",
  600. "//extensions/common",
  601. "//extensions/common:core_api_provider",
  602. "//extensions/renderer",
  603. ]
  604. }
  605. if (enable_pdf) {
  606. # Printing depends on some //pdf code, so it needs to be built even if the
  607. # pdf viewer isn't enabled.
  608. deps += [
  609. "//pdf",
  610. "//pdf:features",
  611. ]
  612. }
  613. if (enable_pdf_viewer) {
  614. deps += [
  615. "//chrome/browser/resources/pdf:resources",
  616. "//components/pdf/browser",
  617. "//components/pdf/browser:interceptors",
  618. "//components/pdf/common",
  619. "//components/pdf/renderer",
  620. "//pdf",
  621. ]
  622. sources += [
  623. "shell/browser/electron_pdf_web_contents_helper_client.cc",
  624. "shell/browser/electron_pdf_web_contents_helper_client.h",
  625. ]
  626. }
  627. sources += get_target_outputs(":electron_fuses")
  628. if (allow_runtime_configurable_key_storage) {
  629. defines += [ "ALLOW_RUNTIME_CONFIGURABLE_KEY_STORAGE" ]
  630. }
  631. }
  632. electron_paks("packed_resources") {
  633. if (is_mac) {
  634. output_dir = "$root_gen_dir/electron_repack"
  635. copy_data_to_bundle = true
  636. } else {
  637. output_dir = root_out_dir
  638. }
  639. }
  640. if (is_mac) {
  641. electron_framework_name = "$electron_product_name Framework"
  642. electron_helper_name = "$electron_product_name Helper"
  643. electron_login_helper_name = "$electron_product_name Login Helper"
  644. electron_framework_version = "A"
  645. electron_version = read_file("ELECTRON_VERSION", "trim string")
  646. mac_xib_bundle_data("electron_xibs") {
  647. sources = [ "shell/common/resources/mac/MainMenu.xib" ]
  648. }
  649. action("fake_v8_context_snapshot_generator") {
  650. script = "build/fake_v8_context_snapshot_generator.py"
  651. args = [
  652. rebase_path("$root_out_dir/$v8_context_snapshot_filename"),
  653. rebase_path("$root_out_dir/fake/$v8_context_snapshot_filename"),
  654. ]
  655. outputs = [ "$root_out_dir/fake/$v8_context_snapshot_filename" ]
  656. }
  657. bundle_data("electron_framework_resources") {
  658. public_deps = [ ":packed_resources" ]
  659. sources = []
  660. if (icu_use_data_file) {
  661. sources += [ "$root_out_dir/icudtl.dat" ]
  662. public_deps += [ "//third_party/icu:icudata" ]
  663. }
  664. if (v8_use_external_startup_data) {
  665. public_deps += [ "//v8" ]
  666. if (use_v8_context_snapshot) {
  667. if (use_prebuilt_v8_context_snapshot) {
  668. sources += [ "$root_out_dir/fake/$v8_context_snapshot_filename" ]
  669. public_deps += [ ":fake_v8_context_snapshot_generator" ]
  670. } else {
  671. sources += [ "$root_out_dir/$v8_context_snapshot_filename" ]
  672. public_deps += [ "//tools/v8_context_snapshot" ]
  673. }
  674. } else {
  675. sources += [ "$root_out_dir/snapshot_blob.bin" ]
  676. }
  677. }
  678. outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
  679. }
  680. if (!is_component_build && is_component_ffmpeg) {
  681. bundle_data("electron_framework_libraries") {
  682. sources = []
  683. public_deps = []
  684. sources += [ "$root_out_dir/libffmpeg.dylib" ]
  685. public_deps += [ "//third_party/ffmpeg:ffmpeg" ]
  686. outputs = [ "{{bundle_contents_dir}}/Libraries/{{source_file_part}}" ]
  687. }
  688. } else {
  689. group("electron_framework_libraries") {
  690. }
  691. }
  692. if (use_egl) {
  693. # Add the ANGLE .dylibs in the Libraries directory of the Framework.
  694. bundle_data("electron_angle_binaries") {
  695. sources = [
  696. "$root_out_dir/egl_intermediates/libEGL.dylib",
  697. "$root_out_dir/egl_intermediates/libGLESv2.dylib",
  698. ]
  699. outputs = [ "{{bundle_contents_dir}}/Libraries/{{source_file_part}}" ]
  700. public_deps = [ "//ui/gl:angle_library_copy" ]
  701. }
  702. # Add the SwiftShader .dylibs in the Libraries directory of the Framework.
  703. bundle_data("electron_swiftshader_binaries") {
  704. sources = [
  705. "$root_out_dir/vk_intermediates/libvk_swiftshader.dylib",
  706. "$root_out_dir/vk_intermediates/vk_swiftshader_icd.json",
  707. ]
  708. outputs = [ "{{bundle_contents_dir}}/Libraries/{{source_file_part}}" ]
  709. public_deps = [ "//ui/gl:swiftshader_vk_library_copy" ]
  710. }
  711. }
  712. group("electron_angle_library") {
  713. if (use_egl) {
  714. deps = [ ":electron_angle_binaries" ]
  715. }
  716. }
  717. group("electron_swiftshader_library") {
  718. if (use_egl) {
  719. deps = [ ":electron_swiftshader_binaries" ]
  720. }
  721. }
  722. bundle_data("electron_crashpad_helper") {
  723. sources = [ "$root_out_dir/chrome_crashpad_handler" ]
  724. outputs = [ "{{bundle_contents_dir}}/Helpers/{{source_file_part}}" ]
  725. public_deps = [ "//components/crash/core/app:chrome_crashpad_handler" ]
  726. if (is_asan) {
  727. # crashpad_handler requires the ASan runtime at its @executable_path.
  728. sources += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
  729. public_deps += [ "//build/config/sanitizers:copy_asan_runtime" ]
  730. }
  731. }
  732. mac_framework_bundle("electron_framework") {
  733. output_name = electron_framework_name
  734. framework_version = electron_framework_version
  735. framework_contents = [
  736. "Resources",
  737. "Libraries",
  738. ]
  739. if (!is_mas_build) {
  740. framework_contents += [ "Helpers" ]
  741. }
  742. public_deps = [
  743. ":electron_framework_libraries",
  744. ":electron_lib",
  745. ]
  746. deps = [
  747. ":electron_angle_library",
  748. ":electron_framework_libraries",
  749. ":electron_framework_resources",
  750. ":electron_swiftshader_library",
  751. ":electron_xibs",
  752. ]
  753. if (!is_mas_build) {
  754. deps += [ ":electron_crashpad_helper" ]
  755. }
  756. info_plist = "shell/common/resources/mac/Info.plist"
  757. extra_substitutions = [
  758. "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id.framework",
  759. "ELECTRON_VERSION=$electron_version",
  760. ]
  761. include_dirs = [ "." ]
  762. sources = filenames.framework_sources
  763. frameworks = []
  764. if (enable_osr) {
  765. frameworks += [ "IOSurface.framework" ]
  766. }
  767. ldflags = [
  768. "-Wl,-install_name,@rpath/$output_name.framework/$output_name",
  769. "-rpath",
  770. "@loader_path/Libraries",
  771. # Required for exporting all symbols of libuv.
  772. "-Wl,-force_load,obj/third_party/electron_node/deps/uv/libuv.a",
  773. ]
  774. if (is_component_build) {
  775. ldflags += [
  776. "-rpath",
  777. "@executable_path/../../../../../..",
  778. ]
  779. }
  780. }
  781. template("electron_helper_app") {
  782. mac_app_bundle(target_name) {
  783. assert(defined(invoker.helper_name_suffix))
  784. output_name = electron_helper_name + invoker.helper_name_suffix
  785. deps = [
  786. ":electron_framework+link",
  787. "//base/allocator:early_zone_registration_mac",
  788. ]
  789. if (!is_mas_build) {
  790. deps += [ "//sandbox/mac:seatbelt" ]
  791. }
  792. defines = [ "HELPER_EXECUTABLE" ]
  793. sources = [
  794. "shell/app/electron_main_mac.cc",
  795. "shell/app/uv_stdio_fix.cc",
  796. "shell/app/uv_stdio_fix.h",
  797. "shell/common/electron_constants.cc",
  798. ]
  799. include_dirs = [ "." ]
  800. info_plist = "shell/renderer/resources/mac/Info.plist"
  801. extra_substitutions =
  802. [ "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id.helper" ]
  803. ldflags = [
  804. "-rpath",
  805. "@executable_path/../../..",
  806. ]
  807. if (is_component_build) {
  808. ldflags += [
  809. "-rpath",
  810. "@executable_path/../../../../../..",
  811. ]
  812. }
  813. }
  814. }
  815. foreach(helper_params, content_mac_helpers) {
  816. _helper_target = helper_params[0]
  817. _helper_bundle_id = helper_params[1]
  818. _helper_suffix = helper_params[2]
  819. electron_helper_app("electron_helper_app_${_helper_target}") {
  820. helper_name_suffix = _helper_suffix
  821. }
  822. }
  823. template("stripped_framework") {
  824. action(target_name) {
  825. assert(defined(invoker.framework))
  826. script = "//electron/build/strip_framework.py"
  827. forward_variables_from(invoker, [ "deps" ])
  828. inputs = [ "$root_out_dir/" + invoker.framework ]
  829. outputs = [ "$target_out_dir/stripped_frameworks/" + invoker.framework ]
  830. args = rebase_path(inputs) + rebase_path(outputs)
  831. }
  832. }
  833. stripped_framework("stripped_mantle_framework") {
  834. framework = "Mantle.framework"
  835. deps = [ "//third_party/squirrel.mac:mantle_framework" ]
  836. }
  837. stripped_framework("stripped_reactiveobjc_framework") {
  838. framework = "ReactiveObjC.framework"
  839. deps = [ "//third_party/squirrel.mac:reactiveobjc_framework" ]
  840. }
  841. stripped_framework("stripped_squirrel_framework") {
  842. framework = "Squirrel.framework"
  843. deps = [ "//third_party/squirrel.mac:squirrel_framework" ]
  844. }
  845. bundle_data("electron_app_framework_bundle_data") {
  846. sources = [ "$root_out_dir/$electron_framework_name.framework" ]
  847. if (!is_mas_build) {
  848. sources += get_target_outputs(":stripped_mantle_framework") +
  849. get_target_outputs(":stripped_reactiveobjc_framework") +
  850. get_target_outputs(":stripped_squirrel_framework")
  851. }
  852. outputs = [ "{{bundle_contents_dir}}/Frameworks/{{source_file_part}}" ]
  853. public_deps = [
  854. ":electron_framework+link",
  855. ":stripped_mantle_framework",
  856. ":stripped_reactiveobjc_framework",
  857. ":stripped_squirrel_framework",
  858. ]
  859. foreach(helper_params, content_mac_helpers) {
  860. sources +=
  861. [ "$root_out_dir/${electron_helper_name}${helper_params[2]}.app" ]
  862. public_deps += [ ":electron_helper_app_${helper_params[0]}" ]
  863. }
  864. }
  865. mac_app_bundle("electron_login_helper") {
  866. output_name = electron_login_helper_name
  867. sources = filenames.login_helper_sources
  868. include_dirs = [ "." ]
  869. frameworks = [ "AppKit.framework" ]
  870. info_plist = "shell/app/resources/mac/loginhelper-Info.plist"
  871. extra_substitutions =
  872. [ "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id.loginhelper" ]
  873. }
  874. bundle_data("electron_login_helper_app") {
  875. public_deps = [ ":electron_login_helper" ]
  876. sources = [ "$root_out_dir/$electron_login_helper_name.app" ]
  877. outputs =
  878. [ "{{bundle_contents_dir}}/Library/LoginItems/{{source_file_part}}" ]
  879. }
  880. action("electron_app_lproj_dirs") {
  881. outputs = []
  882. foreach(locale, locales_as_apple_outputs) {
  883. outputs += [ "$target_gen_dir/app_infoplist_strings/$locale.lproj" ]
  884. }
  885. script = "build/mac/make_locale_dirs.py"
  886. args = rebase_path(outputs)
  887. }
  888. foreach(locale, locales_as_apple_outputs) {
  889. bundle_data("electron_app_strings_${locale}_bundle_data") {
  890. sources = [ "$target_gen_dir/app_infoplist_strings/$locale.lproj" ]
  891. outputs = [ "{{bundle_resources_dir}}/$locale.lproj" ]
  892. public_deps = [ ":electron_app_lproj_dirs" ]
  893. }
  894. }
  895. group("electron_app_strings_bundle_data") {
  896. public_deps = []
  897. foreach(locale, locales_as_apple_outputs) {
  898. public_deps += [ ":electron_app_strings_${locale}_bundle_data" ]
  899. }
  900. }
  901. bundle_data("electron_app_resources") {
  902. public_deps = [
  903. ":default_app_asar",
  904. ":electron_app_strings_bundle_data",
  905. ]
  906. sources = [
  907. "$root_out_dir/resources/default_app.asar",
  908. "shell/browser/resources/mac/electron.icns",
  909. ]
  910. outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
  911. }
  912. asar_hashed_info_plist("electron_app_plist") {
  913. keys = [ "DEFAULT_APP_ASAR_HEADER_SHA" ]
  914. hash_targets = [ ":default_app_asar_header_hash" ]
  915. plist_file = "shell/browser/resources/mac/Info.plist"
  916. }
  917. mac_app_bundle("electron_app") {
  918. output_name = electron_product_name
  919. sources = [
  920. "shell/app/electron_main_mac.cc",
  921. "shell/app/uv_stdio_fix.cc",
  922. "shell/app/uv_stdio_fix.h",
  923. ]
  924. include_dirs = [ "." ]
  925. deps = [
  926. ":electron_app_framework_bundle_data",
  927. ":electron_app_plist",
  928. ":electron_app_resources",
  929. ":electron_fuses",
  930. "//base/allocator:early_zone_registration_mac",
  931. "//electron/buildflags",
  932. ]
  933. if (is_mas_build) {
  934. deps += [ ":electron_login_helper_app" ]
  935. }
  936. info_plist_target = ":electron_app_plist"
  937. extra_substitutions = [
  938. "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id",
  939. "ELECTRON_VERSION=$electron_version",
  940. ]
  941. ldflags = [
  942. "-rpath",
  943. "@executable_path/../Frameworks",
  944. ]
  945. }
  946. if (enable_dsyms) {
  947. extract_symbols("electron_framework_syms") {
  948. binary = "$root_out_dir/$electron_framework_name.framework/Versions/$electron_framework_version/$electron_framework_name"
  949. symbol_dir = "$root_out_dir/breakpad_symbols"
  950. dsym_file = "$root_out_dir/$electron_framework_name.dSYM/Contents/Resources/DWARF/$electron_framework_name"
  951. deps = [ ":electron_framework" ]
  952. }
  953. foreach(helper_params, content_mac_helpers) {
  954. _helper_target = helper_params[0]
  955. _helper_bundle_id = helper_params[1]
  956. _helper_suffix = helper_params[2]
  957. extract_symbols("electron_helper_syms_${_helper_target}") {
  958. binary = "$root_out_dir/$electron_helper_name${_helper_suffix}.app/Contents/MacOS/$electron_helper_name${_helper_suffix}"
  959. symbol_dir = "$root_out_dir/breakpad_symbols"
  960. dsym_file = "$root_out_dir/$electron_helper_name${_helper_suffix}.dSYM/Contents/Resources/DWARF/$electron_helper_name${_helper_suffix}"
  961. deps = [ ":electron_helper_app_${_helper_target}" ]
  962. }
  963. }
  964. extract_symbols("electron_app_syms") {
  965. binary = "$root_out_dir/$electron_product_name.app/Contents/MacOS/$electron_product_name"
  966. symbol_dir = "$root_out_dir/breakpad_symbols"
  967. dsym_file = "$root_out_dir/$electron_product_name.dSYM/Contents/Resources/DWARF/$electron_product_name"
  968. deps = [ ":electron_app" ]
  969. }
  970. extract_symbols("egl_syms") {
  971. binary = "$root_out_dir/libEGL.dylib"
  972. symbol_dir = "$root_out_dir/breakpad_symbols"
  973. dsym_file = "$root_out_dir/libEGL.dylib.dSYM/Contents/Resources/DWARF/libEGL.dylib"
  974. deps = [ "//third_party/angle:libEGL" ]
  975. }
  976. extract_symbols("gles_syms") {
  977. binary = "$root_out_dir/libGLESv2.dylib"
  978. symbol_dir = "$root_out_dir/breakpad_symbols"
  979. dsym_file = "$root_out_dir/libGLESv2.dylib.dSYM/Contents/Resources/DWARF/libGLESv2.dylib"
  980. deps = [ "//third_party/angle:libGLESv2" ]
  981. }
  982. extract_symbols("crashpad_handler_syms") {
  983. binary = "$root_out_dir/chrome_crashpad_handler"
  984. symbol_dir = "$root_out_dir/breakpad_symbols"
  985. dsym_file = "$root_out_dir/chrome_crashpad_handler.dSYM/Contents/Resources/DWARF/chrome_crashpad_handler"
  986. deps = [ "//components/crash/core/app:chrome_crashpad_handler" ]
  987. }
  988. group("electron_symbols") {
  989. deps = [
  990. ":egl_syms",
  991. ":electron_app_syms",
  992. ":electron_framework_syms",
  993. ":gles_syms",
  994. ]
  995. if (!is_mas_build) {
  996. deps += [ ":crashpad_handler_syms" ]
  997. }
  998. foreach(helper_params, content_mac_helpers) {
  999. _helper_target = helper_params[0]
  1000. deps += [ ":electron_helper_syms_${_helper_target}" ]
  1001. }
  1002. }
  1003. } else {
  1004. group("electron_symbols") {
  1005. }
  1006. }
  1007. } else {
  1008. windows_manifest("electron_app_manifest") {
  1009. sources = [
  1010. "shell/browser/resources/win/disable_window_filtering.manifest",
  1011. "shell/browser/resources/win/dpi_aware.manifest",
  1012. as_invoker_manifest,
  1013. common_controls_manifest,
  1014. default_compatibility_manifest,
  1015. ]
  1016. }
  1017. executable("electron_app") {
  1018. output_name = electron_project_name
  1019. if (is_win) {
  1020. sources = [ "shell/app/electron_main_win.cc" ]
  1021. } else if (is_linux) {
  1022. sources = [
  1023. "shell/app/electron_main_linux.cc",
  1024. "shell/app/uv_stdio_fix.cc",
  1025. "shell/app/uv_stdio_fix.h",
  1026. ]
  1027. }
  1028. include_dirs = [ "." ]
  1029. deps = [
  1030. ":default_app_asar",
  1031. ":electron_app_manifest",
  1032. ":electron_lib",
  1033. ":packed_resources",
  1034. "//components/crash/core/app",
  1035. "//content:sandbox_helper_win",
  1036. "//electron/buildflags",
  1037. "//ui/strings",
  1038. ]
  1039. data = []
  1040. data_deps = []
  1041. data += [ "$root_out_dir/resources.pak" ]
  1042. data += [ "$root_out_dir/chrome_100_percent.pak" ]
  1043. if (enable_hidpi) {
  1044. data += [ "$root_out_dir/chrome_200_percent.pak" ]
  1045. }
  1046. foreach(locale, platform_pak_locales) {
  1047. data += [ "$root_out_dir/locales/$locale.pak" ]
  1048. }
  1049. if (!is_mac) {
  1050. data += [ "$root_out_dir/resources/default_app.asar" ]
  1051. }
  1052. if (use_v8_context_snapshot) {
  1053. public_deps = [ "//tools/v8_context_snapshot:v8_context_snapshot" ]
  1054. }
  1055. if (is_linux) {
  1056. data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
  1057. }
  1058. if (is_win) {
  1059. sources += [
  1060. # TODO: we should be generating our .rc files more like how chrome does
  1061. "shell/browser/resources/win/electron.rc",
  1062. "shell/browser/resources/win/resource.h",
  1063. ]
  1064. deps += [
  1065. "//components/browser_watcher:browser_watcher_client",
  1066. "//components/crash/core/app:run_as_crashpad_handler",
  1067. ]
  1068. ldflags = []
  1069. libs = [
  1070. "comctl32.lib",
  1071. "uiautomationcore.lib",
  1072. "wtsapi32.lib",
  1073. ]
  1074. configs -= [ "//build/config/win:console" ]
  1075. configs += [
  1076. "//build/config/win:windowed",
  1077. "//build/config/win:delayloads",
  1078. ]
  1079. if (current_cpu == "x86") {
  1080. # Set the initial stack size to 0.5MiB, instead of the 1.5MiB needed by
  1081. # Chrome's main thread. This saves significant memory on threads (like
  1082. # those in the Windows thread pool, and others) whose stack size we can
  1083. # only control through this setting. Because Chrome's main thread needs
  1084. # a minimum 1.5 MiB stack, the main thread (in 32-bit builds only) uses
  1085. # fibers to switch to a 1.5 MiB stack before running any other code.
  1086. ldflags += [ "/STACK:0x80000" ]
  1087. } else {
  1088. # Increase the initial stack size. The default is 1MB, this is 8MB.
  1089. ldflags += [ "/STACK:0x800000" ]
  1090. }
  1091. # This is to support renaming of electron.exe. node-gyp has hard-coded
  1092. # executable names which it will recognise as node. This module definition
  1093. # file claims that the electron executable is in fact named "node.exe",
  1094. # which is one of the executable names that node-gyp recognizes.
  1095. # See https://github.com/nodejs/node-gyp/commit/52ceec3a6d15de3a8f385f43dbe5ecf5456ad07a
  1096. ldflags += [ "/DEF:" + rebase_path("build/electron.def", root_build_dir) ]
  1097. inputs = [
  1098. "shell/browser/resources/win/electron.ico",
  1099. "build/electron.def",
  1100. ]
  1101. }
  1102. if (is_linux) {
  1103. ldflags = [
  1104. "-pie",
  1105. # Required for exporting all symbols of libuv.
  1106. "-Wl,--whole-archive",
  1107. "obj/third_party/electron_node/deps/uv/libuv.a",
  1108. "-Wl,--no-whole-archive",
  1109. ]
  1110. if (!is_component_build && is_component_ffmpeg) {
  1111. configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
  1112. }
  1113. if (is_linux) {
  1114. deps += [ "//sandbox/linux:chrome_sandbox" ]
  1115. }
  1116. }
  1117. }
  1118. if (is_official_build) {
  1119. if (is_linux) {
  1120. _target_executable_suffix = ""
  1121. _target_shared_library_suffix = ".so"
  1122. } else if (is_win) {
  1123. _target_executable_suffix = ".exe"
  1124. _target_shared_library_suffix = ".dll"
  1125. }
  1126. extract_symbols("electron_app_symbols") {
  1127. binary = "$root_out_dir/$electron_project_name$_target_executable_suffix"
  1128. symbol_dir = "$root_out_dir/breakpad_symbols"
  1129. deps = [ ":electron_app" ]
  1130. }
  1131. extract_symbols("egl_symbols") {
  1132. binary = "$root_out_dir/libEGL$_target_shared_library_suffix"
  1133. symbol_dir = "$root_out_dir/breakpad_symbols"
  1134. deps = [ "//third_party/angle:libEGL" ]
  1135. }
  1136. extract_symbols("gles_symbols") {
  1137. binary = "$root_out_dir/libGLESv2$_target_shared_library_suffix"
  1138. symbol_dir = "$root_out_dir/breakpad_symbols"
  1139. deps = [ "//third_party/angle:libGLESv2" ]
  1140. }
  1141. group("electron_symbols") {
  1142. deps = [
  1143. ":egl_symbols",
  1144. ":electron_app_symbols",
  1145. ":gles_symbols",
  1146. ]
  1147. }
  1148. }
  1149. }
  1150. test("shell_browser_ui_unittests") {
  1151. sources = [
  1152. "//electron/shell/browser/ui/accelerator_util_unittests.cc",
  1153. "//electron/shell/browser/ui/run_all_unittests.cc",
  1154. ]
  1155. configs += [ ":electron_lib_config" ]
  1156. deps = [
  1157. ":electron_lib",
  1158. "//base",
  1159. "//base/test:test_support",
  1160. "//testing/gmock",
  1161. "//testing/gtest",
  1162. "//ui/base",
  1163. "//ui/strings",
  1164. ]
  1165. }
  1166. template("dist_zip") {
  1167. _runtime_deps_target = "${target_name}__deps"
  1168. _runtime_deps_file =
  1169. "$root_out_dir/gen.runtime/" + get_label_info(target_name, "dir") + "/" +
  1170. get_label_info(target_name, "name") + ".runtime_deps"
  1171. group(_runtime_deps_target) {
  1172. forward_variables_from(invoker,
  1173. [
  1174. "deps",
  1175. "data_deps",
  1176. "data",
  1177. "testonly",
  1178. ])
  1179. write_runtime_deps = _runtime_deps_file
  1180. }
  1181. action(target_name) {
  1182. script = "//electron/build/zip.py"
  1183. deps = [ ":$_runtime_deps_target" ]
  1184. forward_variables_from(invoker,
  1185. [
  1186. "outputs",
  1187. "testonly",
  1188. ])
  1189. flatten = false
  1190. flatten_relative_to = false
  1191. if (defined(invoker.flatten)) {
  1192. flatten = invoker.flatten
  1193. if (defined(invoker.flatten_relative_to)) {
  1194. flatten_relative_to = invoker.flatten_relative_to
  1195. }
  1196. }
  1197. args = rebase_path(outputs + [ _runtime_deps_file ], root_build_dir) + [
  1198. target_cpu,
  1199. target_os,
  1200. "$flatten",
  1201. "$flatten_relative_to",
  1202. ]
  1203. }
  1204. }
  1205. copy("electron_license") {
  1206. sources = [ "LICENSE" ]
  1207. outputs = [ "$root_build_dir/{{source_file_part}}" ]
  1208. }
  1209. copy("chromium_licenses") {
  1210. deps = [ "//components/resources:about_credits" ]
  1211. sources = [ "$root_gen_dir/components/resources/about_credits.html" ]
  1212. outputs = [ "$root_build_dir/LICENSES.chromium.html" ]
  1213. }
  1214. group("licenses") {
  1215. data_deps = [
  1216. ":chromium_licenses",
  1217. ":electron_license",
  1218. ]
  1219. }
  1220. copy("electron_version") {
  1221. sources = [ "ELECTRON_VERSION" ]
  1222. outputs = [ "$root_build_dir/version" ]
  1223. }
  1224. dist_zip("electron_dist_zip") {
  1225. data_deps = [
  1226. ":electron_app",
  1227. ":electron_version",
  1228. ":licenses",
  1229. ]
  1230. if (is_linux) {
  1231. data_deps += [ "//sandbox/linux:chrome_sandbox" ]
  1232. }
  1233. deps = data_deps
  1234. outputs = [ "$root_build_dir/dist.zip" ]
  1235. }
  1236. dist_zip("electron_ffmpeg_zip") {
  1237. data_deps = [ "//third_party/ffmpeg" ]
  1238. deps = data_deps
  1239. outputs = [ "$root_build_dir/ffmpeg.zip" ]
  1240. }
  1241. electron_chromedriver_deps = [
  1242. ":licenses",
  1243. "//chrome/test/chromedriver",
  1244. "//electron/buildflags",
  1245. ]
  1246. group("electron_chromedriver") {
  1247. testonly = true
  1248. public_deps = electron_chromedriver_deps
  1249. }
  1250. dist_zip("electron_chromedriver_zip") {
  1251. testonly = true
  1252. data_deps = electron_chromedriver_deps
  1253. deps = data_deps
  1254. outputs = [ "$root_build_dir/chromedriver.zip" ]
  1255. }
  1256. mksnapshot_deps = [
  1257. ":licenses",
  1258. "//v8:mksnapshot($v8_snapshot_toolchain)",
  1259. ]
  1260. if (use_v8_context_snapshot) {
  1261. mksnapshot_deps += [ "//tools/v8_context_snapshot:v8_context_snapshot_generator($v8_snapshot_toolchain)" ]
  1262. }
  1263. group("electron_mksnapshot") {
  1264. public_deps = mksnapshot_deps
  1265. }
  1266. dist_zip("electron_mksnapshot_zip") {
  1267. data_deps = mksnapshot_deps
  1268. deps = data_deps
  1269. outputs = [ "$root_build_dir/mksnapshot.zip" ]
  1270. }
  1271. copy("hunspell_dictionaries") {
  1272. sources = hunspell_dictionaries + hunspell_licenses
  1273. outputs = [ "$target_gen_dir/electron_hunspell/{{source_file_part}}" ]
  1274. }
  1275. dist_zip("hunspell_dictionaries_zip") {
  1276. data_deps = [ ":hunspell_dictionaries" ]
  1277. deps = data_deps
  1278. flatten = true
  1279. outputs = [ "$root_build_dir/hunspell_dictionaries.zip" ]
  1280. }
  1281. copy("libcxx_headers") {
  1282. sources = libcxx_headers + libcxx_licenses +
  1283. [ "//buildtools/third_party/libc++/__config_site" ]
  1284. outputs = [ "$target_gen_dir/electron_libcxx_include/{{source_root_relative_dir}}/{{source_file_part}}" ]
  1285. }
  1286. dist_zip("libcxx_headers_zip") {
  1287. data_deps = [ ":libcxx_headers" ]
  1288. deps = data_deps
  1289. flatten = true
  1290. flatten_relative_to = rebase_path(
  1291. "$target_gen_dir/electron_libcxx_include/buildtools/third_party/libc++/trunk",
  1292. "$root_out_dir")
  1293. outputs = [ "$root_build_dir/libcxx_headers.zip" ]
  1294. }
  1295. copy("libcxxabi_headers") {
  1296. sources = libcxxabi_headers + libcxxabi_licenses
  1297. outputs = [ "$target_gen_dir/electron_libcxxabi_include/{{source_root_relative_dir}}/{{source_file_part}}" ]
  1298. }
  1299. dist_zip("libcxxabi_headers_zip") {
  1300. data_deps = [ ":libcxxabi_headers" ]
  1301. deps = data_deps
  1302. flatten = true
  1303. flatten_relative_to = rebase_path(
  1304. "$target_gen_dir/electron_libcxxabi_include/buildtools/third_party/libc++abi/trunk",
  1305. "$root_out_dir")
  1306. outputs = [ "$root_build_dir/libcxxabi_headers.zip" ]
  1307. }
  1308. action("libcxx_objects_zip") {
  1309. deps = [ "//buildtools/third_party/libc++" ]
  1310. script = "build/zip_libcxx.py"
  1311. outputs = [ "$root_build_dir/libcxx_objects.zip" ]
  1312. args = rebase_path(outputs)
  1313. }
  1314. group("electron") {
  1315. public_deps = [ ":electron_app" ]
  1316. }