BUILD.gn 46 KB

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