|
@@ -112,13 +112,16 @@ auto_filenames = {
|
|
|
"docs/api/structures/web-source.md",
|
|
|
]
|
|
|
|
|
|
- sandbox_browserify_deps = [
|
|
|
- "lib/browser/api/module-list.js",
|
|
|
+ sandbox_bundle_deps = [
|
|
|
+ "lib/browser/api/module-keys.js",
|
|
|
+ "lib/common/api/clipboard.js",
|
|
|
"lib/common/api/deprecate.ts",
|
|
|
"lib/common/api/is-promise.js",
|
|
|
"lib/common/api/module-list.js",
|
|
|
"lib/common/api/native-image.js",
|
|
|
+ "lib/common/api/shell.js",
|
|
|
"lib/common/buffer-utils.js",
|
|
|
+ "lib/common/clipboard-utils.js",
|
|
|
"lib/common/crash-reporter.js",
|
|
|
"lib/common/electron-binding-setup.ts",
|
|
|
"lib/common/error-utils.js",
|
|
@@ -142,29 +145,31 @@ auto_filenames = {
|
|
|
"lib/renderer/web-frame-init.ts",
|
|
|
"lib/renderer/web-view/guest-view-internal.ts",
|
|
|
"lib/renderer/web-view/web-view-attributes.ts",
|
|
|
+ "lib/renderer/web-view/web-view-constants.ts",
|
|
|
"lib/renderer/web-view/web-view-element.ts",
|
|
|
"lib/renderer/web-view/web-view-impl.ts",
|
|
|
"lib/renderer/web-view/web-view-init.ts",
|
|
|
"lib/sandboxed_renderer/api/exports/electron.js",
|
|
|
"lib/sandboxed_renderer/api/module-list.js",
|
|
|
"lib/sandboxed_renderer/init.js",
|
|
|
- "tsconfig.json",
|
|
|
- "tsconfig.electron.json",
|
|
|
"package.json",
|
|
|
+ "tsconfig.electron.json",
|
|
|
+ "tsconfig.json",
|
|
|
]
|
|
|
|
|
|
- isolated_browserify_deps = [
|
|
|
+ isolated_bundle_deps = [
|
|
|
"lib/common/electron-binding-setup.ts",
|
|
|
"lib/isolated_renderer/init.js",
|
|
|
"lib/renderer/ipc-renderer-internal.ts",
|
|
|
+ "lib/renderer/web-view/web-view-constants.ts",
|
|
|
"lib/renderer/web-view/web-view-element.ts",
|
|
|
"lib/renderer/window-setup.ts",
|
|
|
- "tsconfig.json",
|
|
|
- "tsconfig.electron.json",
|
|
|
"package.json",
|
|
|
+ "tsconfig.electron.json",
|
|
|
+ "tsconfig.json",
|
|
|
]
|
|
|
|
|
|
- context_script_browserify_deps = [
|
|
|
+ content_script_bundle_deps = [
|
|
|
"lib/common/electron-binding-setup.ts",
|
|
|
"lib/common/error-utils.js",
|
|
|
"lib/content_script/init.js",
|
|
@@ -176,8 +181,172 @@ auto_filenames = {
|
|
|
"lib/renderer/ipc-renderer-internal-utils.ts",
|
|
|
"lib/renderer/ipc-renderer-internal.ts",
|
|
|
"lib/renderer/window-setup.ts",
|
|
|
+ "package.json",
|
|
|
+ "tsconfig.electron.json",
|
|
|
+ "tsconfig.json",
|
|
|
+ ]
|
|
|
+
|
|
|
+ browser_bundle_deps = [
|
|
|
+ "lib/browser/api/app.ts",
|
|
|
+ "lib/browser/api/auto-updater.js",
|
|
|
+ "lib/browser/api/auto-updater/auto-updater-native.js",
|
|
|
+ "lib/browser/api/auto-updater/auto-updater-win.js",
|
|
|
+ "lib/browser/api/auto-updater/squirrel-update-win.js",
|
|
|
+ "lib/browser/api/browser-view.js",
|
|
|
+ "lib/browser/api/browser-window.js",
|
|
|
+ "lib/browser/api/content-tracing.js",
|
|
|
+ "lib/browser/api/crash-reporter.js",
|
|
|
+ "lib/browser/api/dialog.js",
|
|
|
+ "lib/browser/api/exports/electron.js",
|
|
|
+ "lib/browser/api/global-shortcut.js",
|
|
|
+ "lib/browser/api/in-app-purchase.js",
|
|
|
+ "lib/browser/api/ipc-main.ts",
|
|
|
+ "lib/browser/api/menu-item-roles.js",
|
|
|
+ "lib/browser/api/menu-item.js",
|
|
|
+ "lib/browser/api/menu-utils.js",
|
|
|
+ "lib/browser/api/menu.js",
|
|
|
+ "lib/browser/api/module-list.js",
|
|
|
+ "lib/browser/api/net-log.js",
|
|
|
+ "lib/browser/api/net.js",
|
|
|
+ "lib/browser/api/notification.js",
|
|
|
+ "lib/browser/api/power-monitor.ts",
|
|
|
+ "lib/browser/api/power-save-blocker.js",
|
|
|
+ "lib/browser/api/protocol.ts",
|
|
|
+ "lib/browser/api/screen.ts",
|
|
|
+ "lib/browser/api/session.js",
|
|
|
+ "lib/browser/api/system-preferences.js",
|
|
|
+ "lib/browser/api/top-level-window.js",
|
|
|
+ "lib/browser/api/touch-bar.js",
|
|
|
+ "lib/browser/api/tray.js",
|
|
|
+ "lib/browser/api/view.js",
|
|
|
+ "lib/browser/api/views/box-layout.js",
|
|
|
+ "lib/browser/api/views/button.js",
|
|
|
+ "lib/browser/api/views/label-button.js",
|
|
|
+ "lib/browser/api/views/layout-manager.js",
|
|
|
+ "lib/browser/api/views/md-text-button.js",
|
|
|
+ "lib/browser/api/views/resize-area.js",
|
|
|
+ "lib/browser/api/views/text-field.js",
|
|
|
+ "lib/browser/api/web-contents-view.js",
|
|
|
+ "lib/browser/api/web-contents.js",
|
|
|
+ "lib/browser/chrome-extension.js",
|
|
|
+ "lib/browser/crash-reporter-init.js",
|
|
|
+ "lib/browser/default-menu.ts",
|
|
|
+ "lib/browser/desktop-capturer.js",
|
|
|
+ "lib/browser/devtools.js",
|
|
|
+ "lib/browser/guest-view-manager.js",
|
|
|
+ "lib/browser/guest-window-manager.js",
|
|
|
+ "lib/browser/init.ts",
|
|
|
+ "lib/browser/ipc-main-internal-utils.ts",
|
|
|
+ "lib/browser/ipc-main-internal.ts",
|
|
|
+ "lib/browser/navigation-controller.js",
|
|
|
+ "lib/browser/objects-registry.js",
|
|
|
+ "lib/browser/rpc-server.js",
|
|
|
+ "lib/browser/utils.ts",
|
|
|
+ "lib/common/api/clipboard.js",
|
|
|
+ "lib/common/api/deprecate.ts",
|
|
|
+ "lib/common/api/exports/electron.js",
|
|
|
+ "lib/common/api/is-promise.js",
|
|
|
+ "lib/common/api/module-list.js",
|
|
|
+ "lib/common/api/native-image.js",
|
|
|
+ "lib/common/api/shell.js",
|
|
|
+ "lib/common/buffer-utils.js",
|
|
|
+ "lib/common/clipboard-utils.js",
|
|
|
+ "lib/common/crash-reporter.js",
|
|
|
+ "lib/common/electron-binding-setup.ts",
|
|
|
+ "lib/common/error-utils.js",
|
|
|
+ "lib/common/init.ts",
|
|
|
+ "lib/common/parse-features-string.js",
|
|
|
+ "lib/common/path-utils.ts",
|
|
|
+ "lib/common/reset-search-paths.ts",
|
|
|
+ "lib/common/web-view-methods.js",
|
|
|
+ "lib/renderer/ipc-renderer-internal-utils.ts",
|
|
|
+ "lib/renderer/ipc-renderer-internal.ts",
|
|
|
+ "package.json",
|
|
|
+ "tsconfig.electron.json",
|
|
|
"tsconfig.json",
|
|
|
+ ]
|
|
|
+
|
|
|
+ renderer_bundle_deps = [
|
|
|
+ "lib/browser/api/module-keys.js",
|
|
|
+ "lib/common/api/clipboard.js",
|
|
|
+ "lib/common/api/deprecate.ts",
|
|
|
+ "lib/common/api/exports/electron.js",
|
|
|
+ "lib/common/api/is-promise.js",
|
|
|
+ "lib/common/api/module-list.js",
|
|
|
+ "lib/common/api/native-image.js",
|
|
|
+ "lib/common/api/shell.js",
|
|
|
+ "lib/common/buffer-utils.js",
|
|
|
+ "lib/common/clipboard-utils.js",
|
|
|
+ "lib/common/crash-reporter.js",
|
|
|
+ "lib/common/electron-binding-setup.ts",
|
|
|
+ "lib/common/error-utils.js",
|
|
|
+ "lib/common/init.ts",
|
|
|
+ "lib/common/path-utils.ts",
|
|
|
+ "lib/common/reset-search-paths.ts",
|
|
|
+ "lib/common/web-view-methods.js",
|
|
|
+ "lib/renderer/api/crash-reporter.js",
|
|
|
+ "lib/renderer/api/desktop-capturer.js",
|
|
|
+ "lib/renderer/api/exports/electron.js",
|
|
|
+ "lib/renderer/api/ipc-renderer.js",
|
|
|
+ "lib/renderer/api/module-list.js",
|
|
|
+ "lib/renderer/api/remote.js",
|
|
|
+ "lib/renderer/api/web-frame.ts",
|
|
|
+ "lib/renderer/callbacks-registry.js",
|
|
|
+ "lib/renderer/chrome-api.ts",
|
|
|
+ "lib/renderer/content-scripts-injector.ts",
|
|
|
+ "lib/renderer/extensions/event.js",
|
|
|
+ "lib/renderer/extensions/i18n.js",
|
|
|
+ "lib/renderer/extensions/storage.js",
|
|
|
+ "lib/renderer/extensions/web-navigation.js",
|
|
|
+ "lib/renderer/init.ts",
|
|
|
+ "lib/renderer/inspector.ts",
|
|
|
+ "lib/renderer/ipc-renderer-internal-utils.ts",
|
|
|
+ "lib/renderer/ipc-renderer-internal.ts",
|
|
|
+ "lib/renderer/security-warnings.ts",
|
|
|
+ "lib/renderer/web-frame-init.ts",
|
|
|
+ "lib/renderer/web-view/guest-view-internal.ts",
|
|
|
+ "lib/renderer/web-view/web-view-attributes.ts",
|
|
|
+ "lib/renderer/web-view/web-view-constants.ts",
|
|
|
+ "lib/renderer/web-view/web-view-element.ts",
|
|
|
+ "lib/renderer/web-view/web-view-impl.ts",
|
|
|
+ "lib/renderer/web-view/web-view-init.ts",
|
|
|
+ "lib/renderer/webpack-provider.ts",
|
|
|
+ "lib/renderer/window-setup.ts",
|
|
|
+ "package.json",
|
|
|
"tsconfig.electron.json",
|
|
|
+ "tsconfig.json",
|
|
|
+ ]
|
|
|
+
|
|
|
+ worker_bundle_deps = [
|
|
|
+ "lib/browser/api/module-keys.js",
|
|
|
+ "lib/common/api/clipboard.js",
|
|
|
+ "lib/common/api/deprecate.ts",
|
|
|
+ "lib/common/api/exports/electron.js",
|
|
|
+ "lib/common/api/is-promise.js",
|
|
|
+ "lib/common/api/module-list.js",
|
|
|
+ "lib/common/api/native-image.js",
|
|
|
+ "lib/common/api/shell.js",
|
|
|
+ "lib/common/buffer-utils.js",
|
|
|
+ "lib/common/clipboard-utils.js",
|
|
|
+ "lib/common/crash-reporter.js",
|
|
|
+ "lib/common/electron-binding-setup.ts",
|
|
|
+ "lib/common/error-utils.js",
|
|
|
+ "lib/common/init.ts",
|
|
|
+ "lib/common/reset-search-paths.ts",
|
|
|
+ "lib/renderer/api/crash-reporter.js",
|
|
|
+ "lib/renderer/api/desktop-capturer.js",
|
|
|
+ "lib/renderer/api/exports/electron.js",
|
|
|
+ "lib/renderer/api/ipc-renderer.js",
|
|
|
+ "lib/renderer/api/module-list.js",
|
|
|
+ "lib/renderer/api/remote.js",
|
|
|
+ "lib/renderer/api/web-frame.ts",
|
|
|
+ "lib/renderer/callbacks-registry.js",
|
|
|
+ "lib/renderer/ipc-renderer-internal-utils.ts",
|
|
|
+ "lib/renderer/ipc-renderer-internal.ts",
|
|
|
+ "lib/renderer/webpack-provider.ts",
|
|
|
+ "lib/worker/init.js",
|
|
|
"package.json",
|
|
|
+ "tsconfig.electron.json",
|
|
|
+ "tsconfig.json",
|
|
|
]
|
|
|
}
|