BUILD.gn 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569
  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",
  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 = [
  434. "BLINK_MOJO_IMPL=1",
  435. "V8_DEPRECATION_WARNINGS",
  436. ]
  437. libs = []
  438. if (is_linux) {
  439. defines += [ "GDK_DISABLE_DEPRECATION_WARNINGS" ]
  440. }
  441. if (!is_mas_build) {
  442. deps += [
  443. "//components/crash/core/app",
  444. "//components/crash/core/browser",
  445. ]
  446. }
  447. deps += [ "//electron/build/config:generate_mas_config" ]
  448. sources = filenames.lib_sources
  449. if (is_win) {
  450. sources += filenames.lib_sources_win
  451. }
  452. if (is_mac) {
  453. sources += filenames.lib_sources_mac
  454. }
  455. if (is_posix) {
  456. sources += filenames.lib_sources_posix
  457. }
  458. if (is_linux) {
  459. sources += filenames.lib_sources_linux
  460. }
  461. if (!is_mac) {
  462. sources += filenames.lib_sources_views
  463. }
  464. if (is_component_build) {
  465. defines += [ "NODE_SHARED_MODE" ]
  466. }
  467. if (enable_fake_location_provider) {
  468. sources += [
  469. "shell/browser/fake_location_provider.cc",
  470. "shell/browser/fake_location_provider.h",
  471. ]
  472. }
  473. if (is_mac) {
  474. deps += [
  475. "//components/remote_cocoa/app_shim",
  476. "//components/remote_cocoa/browser",
  477. "//content/browser:mac_helpers",
  478. "//ui/accelerated_widget_mac",
  479. ]
  480. if (!is_mas_build) {
  481. deps += [ "//third_party/crashpad/crashpad/client" ]
  482. }
  483. frameworks = [
  484. "AuthenticationServices.framework",
  485. "AVFoundation.framework",
  486. "Carbon.framework",
  487. "LocalAuthentication.framework",
  488. "QuartzCore.framework",
  489. "Quartz.framework",
  490. "Security.framework",
  491. "SecurityInterface.framework",
  492. "ServiceManagement.framework",
  493. "StoreKit.framework",
  494. ]
  495. weak_frameworks = [ "QuickLookThumbnailing.framework" ]
  496. sources += [
  497. "shell/browser/ui/views/autofill_popup_view.cc",
  498. "shell/browser/ui/views/autofill_popup_view.h",
  499. ]
  500. if (is_mas_build) {
  501. sources += [ "shell/browser/api/electron_api_app_mas.mm" ]
  502. sources -= [ "shell/browser/auto_updater_mac.mm" ]
  503. sources -= [
  504. "shell/app/electron_crash_reporter_client.cc",
  505. "shell/app/electron_crash_reporter_client.h",
  506. "shell/common/crash_keys.cc",
  507. "shell/common/crash_keys.h",
  508. ]
  509. } else {
  510. frameworks += [
  511. "Squirrel.framework",
  512. "ReactiveObjC.framework",
  513. "Mantle.framework",
  514. ]
  515. deps += [
  516. "//third_party/squirrel.mac:reactiveobjc_framework+link",
  517. "//third_party/squirrel.mac:squirrel_framework+link",
  518. ]
  519. # ReactiveObjC which is used by Squirrel requires using __weak.
  520. cflags_objcc = [ "-fobjc-weak" ]
  521. }
  522. }
  523. if (is_linux) {
  524. libs = [ "xshmfence" ]
  525. deps += [
  526. ":electron_gtk_stubs",
  527. ":libnotify_loader",
  528. "//build/config/linux/gtk",
  529. "//components/crash/content/browser",
  530. "//dbus",
  531. "//device/bluetooth",
  532. "//third_party/crashpad/crashpad/client",
  533. "//ui/base/ime/linux",
  534. "//ui/events/devices/x11",
  535. "//ui/events/platform/x11",
  536. "//ui/gtk:gtk_config",
  537. "//ui/linux:linux_ui",
  538. "//ui/linux:linux_ui_factory",
  539. "//ui/wm",
  540. ]
  541. if (ozone_platform_x11) {
  542. sources += filenames.lib_sources_linux_x11
  543. public_deps += [
  544. "//ui/base/x",
  545. "//ui/ozone/platform/x11",
  546. ]
  547. }
  548. configs += [ ":gio_unix" ]
  549. defines += [
  550. # Disable warnings for g_settings_list_schemas.
  551. "GLIB_DISABLE_DEPRECATION_WARNINGS",
  552. ]
  553. sources += [
  554. "shell/browser/certificate_manager_model.cc",
  555. "shell/browser/certificate_manager_model.h",
  556. "shell/browser/ui/gtk_util.cc",
  557. "shell/browser/ui/gtk_util.h",
  558. ]
  559. }
  560. if (is_win) {
  561. libs += [ "dwmapi.lib" ]
  562. sources += [ "shell/common/asar/archive_win.cc" ]
  563. deps += [
  564. "//components/app_launch_prefetch",
  565. "//components/crash/core/app:crash_export_thunks",
  566. "//ui/native_theme:native_theme_browser",
  567. "//ui/wm",
  568. "//ui/wm/public",
  569. ]
  570. public_deps += [
  571. "//sandbox/win:sandbox",
  572. "//third_party/crashpad/crashpad/handler",
  573. ]
  574. }
  575. if (enable_plugins) {
  576. sources += [
  577. "shell/browser/electron_plugin_info_host_impl.cc",
  578. "shell/browser/electron_plugin_info_host_impl.h",
  579. "shell/common/plugin_info.cc",
  580. "shell/common/plugin_info.h",
  581. ]
  582. }
  583. if (enable_printing) {
  584. sources += [
  585. "shell/browser/printing/print_view_manager_electron.cc",
  586. "shell/browser/printing/print_view_manager_electron.h",
  587. "shell/browser/printing/printing_utils.cc",
  588. "shell/browser/printing/printing_utils.h",
  589. "shell/renderer/printing/print_render_frame_helper_delegate.cc",
  590. "shell/renderer/printing/print_render_frame_helper_delegate.h",
  591. ]
  592. deps += [
  593. "//chrome/services/printing/public/mojom",
  594. "//components/printing/common:mojo_interfaces",
  595. ]
  596. if (is_mac) {
  597. deps += [ "//chrome/services/mac_notifications/public/mojom" ]
  598. }
  599. }
  600. if (enable_electron_extensions) {
  601. sources += filenames.lib_sources_extensions
  602. deps += [
  603. "shell/browser/extensions/api:api_registration",
  604. "shell/common/extensions/api",
  605. "shell/common/extensions/api:extensions_features",
  606. "//chrome/browser/resources:component_extension_resources",
  607. "//components/guest_view/common:mojom",
  608. "//components/update_client:update_client",
  609. "//components/zoom",
  610. "//extensions/browser",
  611. "//extensions/browser/api:api_provider",
  612. "//extensions/browser/updater",
  613. "//extensions/common",
  614. "//extensions/common:core_api_provider",
  615. "//extensions/renderer",
  616. ]
  617. }
  618. if (enable_pdf) {
  619. # Printing depends on some //pdf code, so it needs to be built even if the
  620. # pdf viewer isn't enabled.
  621. deps += [
  622. "//pdf",
  623. "//pdf:features",
  624. ]
  625. }
  626. if (enable_pdf_viewer) {
  627. deps += [
  628. "//chrome/browser/resources/pdf:resources",
  629. "//components/pdf/browser",
  630. "//components/pdf/browser:interceptors",
  631. "//components/pdf/common:constants",
  632. "//components/pdf/common:util",
  633. "//components/pdf/renderer",
  634. "//pdf",
  635. "//pdf:content_restriction",
  636. ]
  637. sources += [
  638. "shell/browser/electron_pdf_document_helper_client.cc",
  639. "shell/browser/electron_pdf_document_helper_client.h",
  640. "shell/browser/extensions/api/pdf_viewer_private/pdf_viewer_private_api.cc",
  641. "shell/browser/extensions/api/pdf_viewer_private/pdf_viewer_private_api.h",
  642. ]
  643. }
  644. sources += get_target_outputs(":electron_fuses")
  645. if (allow_runtime_configurable_key_storage) {
  646. defines += [ "ALLOW_RUNTIME_CONFIGURABLE_KEY_STORAGE" ]
  647. }
  648. }
  649. electron_paks("packed_resources") {
  650. if (is_mac) {
  651. output_dir = "$root_gen_dir/electron_repack"
  652. copy_data_to_bundle = true
  653. } else {
  654. output_dir = root_out_dir
  655. }
  656. }
  657. if (is_mac) {
  658. electron_framework_name = "$electron_product_name Framework"
  659. electron_helper_name = "$electron_product_name Helper"
  660. electron_login_helper_name = "$electron_product_name Login Helper"
  661. electron_framework_version = "A"
  662. mac_xib_bundle_data("electron_xibs") {
  663. sources = [ "shell/common/resources/mac/MainMenu.xib" ]
  664. }
  665. bundle_data("electron_framework_resources") {
  666. public_deps = [ ":packed_resources" ]
  667. sources = []
  668. if (icu_use_data_file) {
  669. sources += [ "$root_out_dir/icudtl.dat" ]
  670. public_deps += [ "//third_party/icu:icudata" ]
  671. }
  672. if (v8_use_external_startup_data) {
  673. public_deps += [ "//v8" ]
  674. if (use_v8_context_snapshot) {
  675. sources += [ "$root_out_dir/$v8_context_snapshot_filename" ]
  676. public_deps += [ "//tools/v8_context_snapshot" ]
  677. } else {
  678. sources += [ "$root_out_dir/snapshot_blob.bin" ]
  679. }
  680. }
  681. outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
  682. }
  683. if (!is_component_build && is_component_ffmpeg) {
  684. bundle_data("electron_framework_libraries") {
  685. sources = []
  686. public_deps = []
  687. sources += [ "$root_out_dir/libffmpeg.dylib" ]
  688. public_deps += [ "//third_party/ffmpeg:ffmpeg" ]
  689. outputs = [ "{{bundle_contents_dir}}/Libraries/{{source_file_part}}" ]
  690. }
  691. } else {
  692. group("electron_framework_libraries") {
  693. }
  694. }
  695. # Add the ANGLE .dylibs in the Libraries directory of the Framework.
  696. bundle_data("electron_angle_binaries") {
  697. sources = [
  698. "$root_out_dir/egl_intermediates/libEGL.dylib",
  699. "$root_out_dir/egl_intermediates/libGLESv2.dylib",
  700. ]
  701. outputs = [ "{{bundle_contents_dir}}/Libraries/{{source_file_part}}" ]
  702. public_deps = [ "//ui/gl:angle_library_copy" ]
  703. }
  704. # Add the SwiftShader .dylibs in the Libraries directory of the Framework.
  705. bundle_data("electron_swiftshader_binaries") {
  706. sources = [
  707. "$root_out_dir/vk_intermediates/libvk_swiftshader.dylib",
  708. "$root_out_dir/vk_intermediates/vk_swiftshader_icd.json",
  709. ]
  710. outputs = [ "{{bundle_contents_dir}}/Libraries/{{source_file_part}}" ]
  711. public_deps = [ "//ui/gl:swiftshader_vk_library_copy" ]
  712. }
  713. group("electron_angle_library") {
  714. deps = [ ":electron_angle_binaries" ]
  715. }
  716. group("electron_swiftshader_library") {
  717. deps = [ ":electron_swiftshader_binaries" ]
  718. }
  719. bundle_data("electron_crashpad_helper") {
  720. sources = [ "$root_out_dir/chrome_crashpad_handler" ]
  721. outputs = [ "{{bundle_contents_dir}}/Helpers/{{source_file_part}}" ]
  722. public_deps = [ "//components/crash/core/app:chrome_crashpad_handler" ]
  723. if (is_asan) {
  724. # crashpad_handler requires the ASan runtime at its @executable_path.
  725. sources += [ "$root_out_dir/libclang_rt.asan_osx_dynamic.dylib" ]
  726. public_deps += [ "//build/config/sanitizers:copy_sanitizer_runtime" ]
  727. }
  728. }
  729. mac_framework_bundle("electron_framework") {
  730. output_name = electron_framework_name
  731. framework_version = electron_framework_version
  732. framework_contents = [
  733. "Resources",
  734. "Libraries",
  735. ]
  736. if (!is_mas_build) {
  737. framework_contents += [ "Helpers" ]
  738. }
  739. public_deps = [
  740. ":electron_framework_libraries",
  741. ":electron_lib",
  742. ]
  743. deps = [
  744. ":electron_angle_library",
  745. ":electron_framework_libraries",
  746. ":electron_framework_resources",
  747. ":electron_swiftshader_library",
  748. ":electron_xibs",
  749. "//third_party/electron_node:node_lib",
  750. ]
  751. if (!is_mas_build) {
  752. deps += [ ":electron_crashpad_helper" ]
  753. }
  754. info_plist = "shell/common/resources/mac/Info.plist"
  755. extra_substitutions = [
  756. "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id.framework",
  757. "ELECTRON_VERSION=$electron_version",
  758. ]
  759. include_dirs = [ "." ]
  760. sources = filenames.framework_sources
  761. frameworks = [ "IOSurface.framework" ]
  762. ldflags = [
  763. "-Wl,-install_name,@rpath/$output_name.framework/$output_name",
  764. "-rpath",
  765. "@loader_path/Libraries",
  766. # Required for exporting all symbols of libuv.
  767. "-Wl,-force_load,obj/third_party/electron_node/deps/uv/libuv.a",
  768. ]
  769. if (is_component_build) {
  770. ldflags += [
  771. "-rpath",
  772. "@executable_path/../../../../../..",
  773. ]
  774. }
  775. # For component ffmpeg under non-component build, it is linked from
  776. # @loader_path. However the ffmpeg.dylib is moved to a different place
  777. # when generating app bundle, and we should change to link from @rpath.
  778. if (is_component_ffmpeg && !is_component_build) {
  779. ldflags += [ "-Wcrl,installnametool,-change,@loader_path/libffmpeg.dylib,@rpath/libffmpeg.dylib" ]
  780. }
  781. }
  782. template("electron_helper_app") {
  783. mac_app_bundle(target_name) {
  784. assert(defined(invoker.helper_name_suffix))
  785. output_name = electron_helper_name + invoker.helper_name_suffix
  786. deps = [
  787. ":electron_framework+link",
  788. "//electron/build/config:generate_mas_config",
  789. ]
  790. if (!is_mas_build) {
  791. deps += [ "//sandbox/mac:seatbelt" ]
  792. }
  793. defines = [ "HELPER_EXECUTABLE" ]
  794. sources = [
  795. "shell/app/electron_main_mac.cc",
  796. "shell/app/uv_stdio_fix.cc",
  797. "shell/app/uv_stdio_fix.h",
  798. ]
  799. include_dirs = [ "." ]
  800. info_plist = "shell/renderer/resources/mac/Info.plist"
  801. extra_substitutions =
  802. [ "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id.helper" ]
  803. ldflags = [
  804. "-rpath",
  805. "@executable_path/../../..",
  806. ]
  807. if (is_component_build) {
  808. ldflags += [
  809. "-rpath",
  810. "@executable_path/../../../../../..",
  811. ]
  812. }
  813. }
  814. }
  815. foreach(helper_params, content_mac_helpers) {
  816. _helper_target = helper_params[0]
  817. _helper_bundle_id = helper_params[1]
  818. _helper_suffix = helper_params[2]
  819. electron_helper_app("electron_helper_app_${_helper_target}") {
  820. helper_name_suffix = _helper_suffix
  821. }
  822. }
  823. template("stripped_framework") {
  824. action(target_name) {
  825. assert(defined(invoker.framework))
  826. script = "//electron/build/strip_framework.py"
  827. forward_variables_from(invoker, [ "deps" ])
  828. inputs = [ "$root_out_dir/" + invoker.framework ]
  829. outputs = [ "$target_out_dir/stripped_frameworks/" + invoker.framework ]
  830. args = rebase_path(inputs) + rebase_path(outputs)
  831. }
  832. }
  833. stripped_framework("stripped_mantle_framework") {
  834. framework = "Mantle.framework"
  835. deps = [ "//third_party/squirrel.mac:mantle_framework" ]
  836. }
  837. stripped_framework("stripped_reactiveobjc_framework") {
  838. framework = "ReactiveObjC.framework"
  839. deps = [ "//third_party/squirrel.mac:reactiveobjc_framework" ]
  840. }
  841. stripped_framework("stripped_squirrel_framework") {
  842. framework = "Squirrel.framework"
  843. deps = [ "//third_party/squirrel.mac:squirrel_framework" ]
  844. }
  845. bundle_data("electron_app_framework_bundle_data") {
  846. sources = [ "$root_out_dir/$electron_framework_name.framework" ]
  847. if (!is_mas_build) {
  848. sources += get_target_outputs(":stripped_mantle_framework") +
  849. get_target_outputs(":stripped_reactiveobjc_framework") +
  850. get_target_outputs(":stripped_squirrel_framework")
  851. }
  852. outputs = [ "{{bundle_contents_dir}}/Frameworks/{{source_file_part}}" ]
  853. public_deps = [
  854. ":electron_framework+link",
  855. ":stripped_mantle_framework",
  856. ":stripped_reactiveobjc_framework",
  857. ":stripped_squirrel_framework",
  858. ]
  859. foreach(helper_params, content_mac_helpers) {
  860. sources +=
  861. [ "$root_out_dir/${electron_helper_name}${helper_params[2]}.app" ]
  862. public_deps += [ ":electron_helper_app_${helper_params[0]}" ]
  863. }
  864. }
  865. mac_app_bundle("electron_login_helper") {
  866. output_name = electron_login_helper_name
  867. sources = filenames.login_helper_sources
  868. include_dirs = [ "." ]
  869. frameworks = [ "AppKit.framework" ]
  870. info_plist = "shell/app/resources/mac/loginhelper-Info.plist"
  871. extra_substitutions =
  872. [ "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id.loginhelper" ]
  873. }
  874. bundle_data("electron_login_helper_app") {
  875. public_deps = [ ":electron_login_helper" ]
  876. sources = [ "$root_out_dir/$electron_login_helper_name.app" ]
  877. outputs =
  878. [ "{{bundle_contents_dir}}/Library/LoginItems/{{source_file_part}}" ]
  879. }
  880. action("electron_app_lproj_dirs") {
  881. outputs = []
  882. foreach(locale, locales_as_apple_outputs) {
  883. outputs += [ "$target_gen_dir/app_infoplist_strings/$locale.lproj" ]
  884. }
  885. script = "build/mac/make_locale_dirs.py"
  886. args = rebase_path(outputs)
  887. }
  888. foreach(locale, locales_as_apple_outputs) {
  889. bundle_data("electron_app_strings_${locale}_bundle_data") {
  890. sources = [ "$target_gen_dir/app_infoplist_strings/$locale.lproj" ]
  891. outputs = [ "{{bundle_resources_dir}}/$locale.lproj" ]
  892. public_deps = [ ":electron_app_lproj_dirs" ]
  893. }
  894. }
  895. group("electron_app_strings_bundle_data") {
  896. public_deps = []
  897. foreach(locale, locales_as_apple_outputs) {
  898. public_deps += [ ":electron_app_strings_${locale}_bundle_data" ]
  899. }
  900. }
  901. bundle_data("electron_app_resources") {
  902. public_deps = [
  903. ":default_app_asar",
  904. ":electron_app_strings_bundle_data",
  905. ]
  906. sources = [
  907. "$root_out_dir/resources/default_app.asar",
  908. "shell/browser/resources/mac/electron.icns",
  909. ]
  910. outputs = [ "{{bundle_resources_dir}}/{{source_file_part}}" ]
  911. }
  912. asar_hashed_info_plist("electron_app_plist") {
  913. keys = [ "DEFAULT_APP_ASAR_HEADER_SHA" ]
  914. hash_targets = [ ":default_app_asar_header_hash" ]
  915. plist_file = "shell/browser/resources/mac/Info.plist"
  916. }
  917. mac_app_bundle("electron_app") {
  918. output_name = electron_product_name
  919. sources = [
  920. "shell/app/electron_main_mac.cc",
  921. "shell/app/uv_stdio_fix.cc",
  922. "shell/app/uv_stdio_fix.h",
  923. ]
  924. include_dirs = [ "." ]
  925. deps = [
  926. ":electron_app_framework_bundle_data",
  927. ":electron_app_plist",
  928. ":electron_app_resources",
  929. ":electron_fuses",
  930. "//electron/build/config:generate_mas_config",
  931. "//electron/buildflags",
  932. ]
  933. if (is_mas_build) {
  934. deps += [ ":electron_login_helper_app" ]
  935. }
  936. info_plist_target = ":electron_app_plist"
  937. extra_substitutions = [
  938. "ELECTRON_BUNDLE_ID=$electron_mac_bundle_id",
  939. "ELECTRON_VERSION=$electron_version",
  940. ]
  941. ldflags = [
  942. "-rpath",
  943. "@executable_path/../Frameworks",
  944. ]
  945. }
  946. if (enable_dsyms) {
  947. extract_symbols("electron_framework_syms") {
  948. binary = "$root_out_dir/$electron_framework_name.framework/Versions/$electron_framework_version/$electron_framework_name"
  949. symbol_dir = "$root_out_dir/breakpad_symbols"
  950. dsym_file = "$root_out_dir/$electron_framework_name.dSYM/Contents/Resources/DWARF/$electron_framework_name"
  951. deps = [ ":electron_framework" ]
  952. }
  953. foreach(helper_params, content_mac_helpers) {
  954. _helper_target = helper_params[0]
  955. _helper_bundle_id = helper_params[1]
  956. _helper_suffix = helper_params[2]
  957. extract_symbols("electron_helper_syms_${_helper_target}") {
  958. binary = "$root_out_dir/$electron_helper_name${_helper_suffix}.app/Contents/MacOS/$electron_helper_name${_helper_suffix}"
  959. symbol_dir = "$root_out_dir/breakpad_symbols"
  960. dsym_file = "$root_out_dir/$electron_helper_name${_helper_suffix}.dSYM/Contents/Resources/DWARF/$electron_helper_name${_helper_suffix}"
  961. deps = [ ":electron_helper_app_${_helper_target}" ]
  962. }
  963. }
  964. extract_symbols("electron_app_syms") {
  965. binary = "$root_out_dir/$electron_product_name.app/Contents/MacOS/$electron_product_name"
  966. symbol_dir = "$root_out_dir/breakpad_symbols"
  967. dsym_file = "$root_out_dir/$electron_product_name.dSYM/Contents/Resources/DWARF/$electron_product_name"
  968. deps = [ ":electron_app" ]
  969. }
  970. extract_symbols("egl_syms") {
  971. binary = "$root_out_dir/libEGL.dylib"
  972. symbol_dir = "$root_out_dir/breakpad_symbols"
  973. dsym_file = "$root_out_dir/libEGL.dylib.dSYM/Contents/Resources/DWARF/libEGL.dylib"
  974. deps = [ "//third_party/angle:libEGL" ]
  975. }
  976. extract_symbols("gles_syms") {
  977. binary = "$root_out_dir/libGLESv2.dylib"
  978. symbol_dir = "$root_out_dir/breakpad_symbols"
  979. dsym_file = "$root_out_dir/libGLESv2.dylib.dSYM/Contents/Resources/DWARF/libGLESv2.dylib"
  980. deps = [ "//third_party/angle:libGLESv2" ]
  981. }
  982. extract_symbols("crashpad_handler_syms") {
  983. binary = "$root_out_dir/chrome_crashpad_handler"
  984. symbol_dir = "$root_out_dir/breakpad_symbols"
  985. dsym_file = "$root_out_dir/chrome_crashpad_handler.dSYM/Contents/Resources/DWARF/chrome_crashpad_handler"
  986. deps = [ "//components/crash/core/app:chrome_crashpad_handler" ]
  987. }
  988. group("electron_symbols") {
  989. deps = [
  990. ":egl_syms",
  991. ":electron_app_syms",
  992. ":electron_framework_syms",
  993. ":gles_syms",
  994. ]
  995. if (!is_mas_build) {
  996. deps += [ ":crashpad_handler_syms" ]
  997. }
  998. foreach(helper_params, content_mac_helpers) {
  999. _helper_target = helper_params[0]
  1000. deps += [ ":electron_helper_syms_${_helper_target}" ]
  1001. }
  1002. }
  1003. } else {
  1004. group("electron_symbols") {
  1005. }
  1006. }
  1007. } else {
  1008. windows_manifest("electron_app_manifest") {
  1009. sources = [
  1010. "shell/browser/resources/win/disable_window_filtering.manifest",
  1011. "shell/browser/resources/win/dpi_aware.manifest",
  1012. as_invoker_manifest,
  1013. common_controls_manifest,
  1014. default_compatibility_manifest,
  1015. ]
  1016. }
  1017. executable("electron_app") {
  1018. output_name = electron_project_name
  1019. if (is_win) {
  1020. sources = [ "shell/app/electron_main_win.cc" ]
  1021. } else if (is_linux) {
  1022. sources = [
  1023. "shell/app/electron_main_linux.cc",
  1024. "shell/app/uv_stdio_fix.cc",
  1025. "shell/app/uv_stdio_fix.h",
  1026. ]
  1027. }
  1028. include_dirs = [ "." ]
  1029. deps = [
  1030. ":default_app_asar",
  1031. ":electron_app_manifest",
  1032. ":electron_lib",
  1033. ":electron_win32_resources",
  1034. ":packed_resources",
  1035. "//components/crash/core/app",
  1036. "//content:sandbox_helper_win",
  1037. "//electron/buildflags",
  1038. "//third_party/electron_node:node_lib",
  1039. "//ui/strings",
  1040. ]
  1041. data = []
  1042. data_deps = []
  1043. data += [ "$root_out_dir/resources.pak" ]
  1044. data += [ "$root_out_dir/chrome_100_percent.pak" ]
  1045. if (enable_hidpi) {
  1046. data += [ "$root_out_dir/chrome_200_percent.pak" ]
  1047. }
  1048. foreach(locale, platform_pak_locales) {
  1049. data += [ "$root_out_dir/locales/$locale.pak" ]
  1050. }
  1051. if (!is_mac) {
  1052. data += [ "$root_out_dir/resources/default_app.asar" ]
  1053. }
  1054. if (use_v8_context_snapshot) {
  1055. public_deps = [ "//tools/v8_context_snapshot:v8_context_snapshot" ]
  1056. }
  1057. if (is_linux) {
  1058. data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
  1059. }
  1060. if (is_win) {
  1061. sources += [
  1062. "$target_gen_dir/win-resources/electron.rc",
  1063. "shell/browser/resources/win/resource.h",
  1064. ]
  1065. deps += [
  1066. "//chrome/app:exit_code_watcher",
  1067. "//components/crash/core/app:run_as_crashpad_handler",
  1068. ]
  1069. ldflags = []
  1070. libs = [
  1071. "comctl32.lib",
  1072. "uiautomationcore.lib",
  1073. "wtsapi32.lib",
  1074. ]
  1075. configs -= [ "//build/config/win:console" ]
  1076. configs += [
  1077. "//build/config/win:windowed",
  1078. "//build/config/win:delayloads",
  1079. ]
  1080. if (current_cpu == "x86") {
  1081. # Set the initial stack size to 0.5MiB, instead of the 1.5MiB needed by
  1082. # Chrome's main thread. This saves significant memory on threads (like
  1083. # those in the Windows thread pool, and others) whose stack size we can
  1084. # only control through this setting. Because Chrome's main thread needs
  1085. # a minimum 1.5 MiB stack, the main thread (in 32-bit builds only) uses
  1086. # fibers to switch to a 1.5 MiB stack before running any other code.
  1087. ldflags += [ "/STACK:0x80000" ]
  1088. } else {
  1089. # Increase the initial stack size. The default is 1MB, this is 8MB.
  1090. ldflags += [ "/STACK:0x800000" ]
  1091. }
  1092. # This is to support renaming of electron.exe. node-gyp has hard-coded
  1093. # executable names which it will recognise as node. This module definition
  1094. # file claims that the electron executable is in fact named "node.exe",
  1095. # which is one of the executable names that node-gyp recognizes.
  1096. # See https://github.com/nodejs/node-gyp/commit/52ceec3a6d15de3a8f385f43dbe5ecf5456ad07a
  1097. ldflags += [ "/DEF:" + rebase_path("build/electron.def", root_build_dir) ]
  1098. inputs = [
  1099. "shell/browser/resources/win/electron.ico",
  1100. "build/electron.def",
  1101. ]
  1102. }
  1103. if (is_linux) {
  1104. ldflags = [
  1105. "-pie",
  1106. # Required for exporting all symbols of libuv.
  1107. "-Wl,--whole-archive",
  1108. "obj/third_party/electron_node/deps/uv/libuv.a",
  1109. "-Wl,--no-whole-archive",
  1110. ]
  1111. if (!is_component_build && is_component_ffmpeg) {
  1112. configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
  1113. }
  1114. if (is_linux) {
  1115. deps += [ "//sandbox/linux:chrome_sandbox" ]
  1116. }
  1117. }
  1118. }
  1119. if (is_official_build) {
  1120. if (is_linux) {
  1121. _target_executable_suffix = ""
  1122. _target_shared_library_suffix = ".so"
  1123. } else if (is_win) {
  1124. _target_executable_suffix = ".exe"
  1125. _target_shared_library_suffix = ".dll"
  1126. }
  1127. extract_symbols("electron_app_symbols") {
  1128. binary = "$root_out_dir/$electron_project_name$_target_executable_suffix"
  1129. symbol_dir = "$root_out_dir/breakpad_symbols"
  1130. deps = [ ":electron_app" ]
  1131. }
  1132. extract_symbols("egl_symbols") {
  1133. binary = "$root_out_dir/libEGL$_target_shared_library_suffix"
  1134. symbol_dir = "$root_out_dir/breakpad_symbols"
  1135. deps = [ "//third_party/angle:libEGL" ]
  1136. }
  1137. extract_symbols("gles_symbols") {
  1138. binary = "$root_out_dir/libGLESv2$_target_shared_library_suffix"
  1139. symbol_dir = "$root_out_dir/breakpad_symbols"
  1140. deps = [ "//third_party/angle:libGLESv2" ]
  1141. }
  1142. group("electron_symbols") {
  1143. deps = [
  1144. ":egl_symbols",
  1145. ":electron_app_symbols",
  1146. ":gles_symbols",
  1147. ]
  1148. }
  1149. }
  1150. }
  1151. template("dist_zip") {
  1152. _runtime_deps_target = "${target_name}__deps"
  1153. _runtime_deps_file =
  1154. "$root_out_dir/gen.runtime/" + get_label_info(target_name, "dir") + "/" +
  1155. get_label_info(target_name, "name") + ".runtime_deps"
  1156. group(_runtime_deps_target) {
  1157. forward_variables_from(invoker,
  1158. [
  1159. "deps",
  1160. "data_deps",
  1161. "data",
  1162. "testonly",
  1163. ])
  1164. write_runtime_deps = _runtime_deps_file
  1165. }
  1166. action(target_name) {
  1167. script = "//electron/build/zip.py"
  1168. deps = [ ":$_runtime_deps_target" ]
  1169. forward_variables_from(invoker,
  1170. [
  1171. "outputs",
  1172. "testonly",
  1173. ])
  1174. flatten = false
  1175. flatten_relative_to = false
  1176. if (defined(invoker.flatten)) {
  1177. flatten = invoker.flatten
  1178. if (defined(invoker.flatten_relative_to)) {
  1179. flatten_relative_to = invoker.flatten_relative_to
  1180. }
  1181. }
  1182. args = rebase_path(outputs + [ _runtime_deps_file ], root_build_dir) + [
  1183. target_cpu,
  1184. target_os,
  1185. "$flatten",
  1186. "$flatten_relative_to",
  1187. ]
  1188. }
  1189. }
  1190. copy("electron_license") {
  1191. sources = [ "LICENSE" ]
  1192. outputs = [ "$root_build_dir/{{source_file_part}}" ]
  1193. }
  1194. copy("chromium_licenses") {
  1195. deps = [ "//components/resources:about_credits" ]
  1196. sources = [ "$root_gen_dir/components/resources/about_credits.html" ]
  1197. outputs = [ "$root_build_dir/LICENSES.chromium.html" ]
  1198. }
  1199. group("licenses") {
  1200. data_deps = [
  1201. ":chromium_licenses",
  1202. ":electron_license",
  1203. ]
  1204. }
  1205. dist_zip("electron_dist_zip") {
  1206. data_deps = [
  1207. ":electron_app",
  1208. ":electron_version_file",
  1209. ":licenses",
  1210. ]
  1211. if (is_linux) {
  1212. data_deps += [ "//sandbox/linux:chrome_sandbox" ]
  1213. }
  1214. deps = data_deps
  1215. outputs = [ "$root_build_dir/dist.zip" ]
  1216. }
  1217. dist_zip("electron_ffmpeg_zip") {
  1218. data_deps = [ "//third_party/ffmpeg" ]
  1219. deps = data_deps
  1220. outputs = [ "$root_build_dir/ffmpeg.zip" ]
  1221. }
  1222. electron_chromedriver_deps = [
  1223. ":licenses",
  1224. "//chrome/test/chromedriver:chromedriver_server",
  1225. "//electron/buildflags",
  1226. ]
  1227. group("electron_chromedriver") {
  1228. testonly = true
  1229. public_deps = electron_chromedriver_deps
  1230. }
  1231. dist_zip("electron_chromedriver_zip") {
  1232. testonly = true
  1233. data_deps = electron_chromedriver_deps
  1234. deps = data_deps
  1235. outputs = [ "$root_build_dir/chromedriver.zip" ]
  1236. }
  1237. mksnapshot_deps = [
  1238. ":licenses",
  1239. "//v8:mksnapshot($v8_snapshot_toolchain)",
  1240. ]
  1241. if (use_v8_context_snapshot) {
  1242. mksnapshot_deps += [ "//tools/v8_context_snapshot:v8_context_snapshot_generator($v8_snapshot_toolchain)" ]
  1243. }
  1244. group("electron_mksnapshot") {
  1245. public_deps = mksnapshot_deps
  1246. }
  1247. dist_zip("electron_mksnapshot_zip") {
  1248. data_deps = mksnapshot_deps
  1249. deps = data_deps
  1250. outputs = [ "$root_build_dir/mksnapshot.zip" ]
  1251. }
  1252. copy("hunspell_dictionaries") {
  1253. sources = hunspell_dictionaries + hunspell_licenses
  1254. outputs = [ "$target_gen_dir/electron_hunspell/{{source_file_part}}" ]
  1255. }
  1256. dist_zip("hunspell_dictionaries_zip") {
  1257. data_deps = [ ":hunspell_dictionaries" ]
  1258. deps = data_deps
  1259. flatten = true
  1260. outputs = [ "$root_build_dir/hunspell_dictionaries.zip" ]
  1261. }
  1262. copy("libcxx_headers") {
  1263. sources = libcxx_headers + libcxx_licenses + [
  1264. "//buildtools/third_party/libc++/__assertion_handler",
  1265. "//buildtools/third_party/libc++/__config_site",
  1266. ]
  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 =
  1274. rebase_path(
  1275. "$target_gen_dir/electron_libcxx_include/third_party/libc++/src",
  1276. "$root_out_dir")
  1277. outputs = [ "$root_build_dir/libcxx_headers.zip" ]
  1278. }
  1279. copy("libcxxabi_headers") {
  1280. sources = libcxxabi_headers + libcxxabi_licenses
  1281. outputs = [ "$target_gen_dir/electron_libcxxabi_include/{{source_root_relative_dir}}/{{source_file_part}}" ]
  1282. }
  1283. dist_zip("libcxxabi_headers_zip") {
  1284. data_deps = [ ":libcxxabi_headers" ]
  1285. deps = data_deps
  1286. flatten = true
  1287. flatten_relative_to = rebase_path(
  1288. "$target_gen_dir/electron_libcxxabi_include/third_party/libc++abi/src",
  1289. "$root_out_dir")
  1290. outputs = [ "$root_build_dir/libcxxabi_headers.zip" ]
  1291. }
  1292. action("libcxx_objects_zip") {
  1293. deps = [ "//buildtools/third_party/libc++" ]
  1294. script = "build/zip_libcxx.py"
  1295. outputs = [ "$root_build_dir/libcxx_objects.zip" ]
  1296. args = rebase_path(outputs)
  1297. }
  1298. group("electron") {
  1299. public_deps = [ ":electron_app" ]
  1300. }
  1301. ##### node_headers
  1302. node_dir = "../third_party/electron_node"
  1303. node_files = read_file("$node_dir/filenames.json", "json")
  1304. node_headers_dir = "$root_gen_dir/node_headers"
  1305. header_group_index = 0
  1306. header_groups = []
  1307. foreach(header_group, node_files.headers) {
  1308. copy("node_headers_${header_group_index}") {
  1309. sources = rebase_path(header_group.files, ".", node_dir)
  1310. outputs =
  1311. [ "$node_headers_dir/${header_group.dest_dir}/{{source_file_part}}" ]
  1312. }
  1313. header_groups += [ ":node_headers_${header_group_index}" ]
  1314. header_group_index += 1
  1315. }
  1316. copy("zlib_headers") {
  1317. sources = [
  1318. "$node_dir/deps/zlib/zconf.h",
  1319. "$node_dir/deps/zlib/zlib.h",
  1320. ]
  1321. outputs = [ "$node_headers_dir/include/node/{{source_file_part}}" ]
  1322. }
  1323. copy("node_gypi_headers") {
  1324. deps = [ ":generate_config_gypi" ]
  1325. sources = [
  1326. "$node_dir/common.gypi",
  1327. "$root_gen_dir/config.gypi",
  1328. ]
  1329. outputs = [ "$node_headers_dir/include/node/{{source_file_part}}" ]
  1330. }
  1331. action("node_version_header") {
  1332. inputs = [ "$node_dir/src/node_version.h" ]
  1333. outputs = [ "$node_headers_dir/include/node/node_version.h" ]
  1334. script = "script/node/generate_node_version_header.py"
  1335. args = rebase_path(inputs) + rebase_path(outputs)
  1336. if (node_module_version != "") {
  1337. args += [ "$node_module_version" ]
  1338. }
  1339. }
  1340. action("tar_node_headers") {
  1341. deps = [ ":copy_node_headers" ]
  1342. outputs = [ "$root_gen_dir/node_headers.tar.gz" ]
  1343. script = "script/tar.py"
  1344. args = [
  1345. rebase_path("$root_gen_dir/node_headers"),
  1346. rebase_path(outputs[0]),
  1347. ]
  1348. }
  1349. group("copy_node_headers") {
  1350. public_deps = header_groups + [
  1351. ":node_gypi_headers",
  1352. ":node_version_header",
  1353. ":zlib_headers",
  1354. ]
  1355. }
  1356. group("node_headers") {
  1357. public_deps = [ ":tar_node_headers" ]
  1358. }