BUILD.gn 43 KB

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