Skip to content

Commit c873ca3

Browse files
committed
electron5: update to v5.0.8.
1 parent 0413a9b commit c873ca3

9 files changed

+24
-217
lines changed

devel/electron5/Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ CONFLICTS_INSTALL= electron4
5959
USE_GITHUB= yes
6060
GH_TAGNAME= ${DISTVERSIONPREFIX}${ELECTRON_VER}
6161
# See ${WRKSRC}/electron/DEPS for GH_TAGNAME_node
62-
GH_TUPLE= electron:node:0a300f60bce0c8f0cb3d846fcb0e1f55f26013ee:node
62+
GH_TUPLE= electron:node:666c67e078bddc32f25409f4a929c1e9b5f47373:node
6363
# boto:boto:f7574aa6cc2c819430c1f05e9a1a1a666ef8169b:boto \
6464
# yaml:pyyaml:3.12:pyyaml \
6565
# kennethreitz:requests:e4d59bedfd3c7f4f254f4f5d036587bcd8152458:requests
6666

67-
ELECTRON_VER= 5.0.6
67+
ELECTRON_VER= 5.0.8
6868
# See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
6969
CHROMIUM_VER= 73.0.3683.121
7070
# See ${WRKSRC}/third_party/node/node_modules.tar.gz.sha1 for CHROMIUM_NODE_MODULES_HASH
@@ -162,7 +162,7 @@ TEST_ALL_TARGET+= third_party/electron_node:headers
162162
POST_BUILD_TARGETS= licenses version
163163
POST_BUILD_DIST_TARGETS= dist.zip chromedriver.zip mksnapshot.zip
164164

165-
NPM_TIMESTAMP= 1561701956
165+
NPM_TIMESTAMP= 1564574429
166166

167167
PLIST_SUB= ELECTRON_VER=${ELECTRON_VER}
168168

@@ -288,8 +288,6 @@ do-install:
288288
.for f in default_app.asar electron.asar
289289
${INSTALL_DATA} ${WRKSRC}/out/${BUILDTYPE}/resources/${f} ${STAGEDIR}${DATADIR}/resources
290290
.endfor
291-
cd ${WRKSRC}/out/${BUILDTYPE}/resources/inspector && \
292-
${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/resources/inspector
293291
${RLN} ${STAGEDIR}${DATADIR}/electron ${STAGEDIR}${PREFIX}/bin
294292

295293
post-install-DIST-on:

devel/electron5/distinfo

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
TIMESTAMP = 1561702105
1+
TIMESTAMP = 1564574570
22
SHA256 (electron/chromium-73.0.3683.121.tar.xz) = 1adbc4b118c55cb24ca82e87bfa251dc5d6e46a1f946719b961c15c499e007df
33
SIZE (electron/chromium-73.0.3683.121.tar.xz) = 1447269608
44
SHA256 (electron/c0e0f34498afb3f363cc37cd2e9c1a020cb020d9) = 656d38e92fc26271822cc07add8993e926b367da135d349f88f30d3b7f5f3719
55
SIZE (electron/c0e0f34498afb3f363cc37cd2e9c1a020cb020d9) = 4436810
6-
SHA256 (electron/electron-npm-modules-5.0.6.tar.xz) = f31d09727c0b902a8a68b9a36695f9bfb2fd193d623bdfd59ed2ae163323570e
7-
SIZE (electron/electron-npm-modules-5.0.6.tar.xz) = 15852708
6+
SHA256 (electron/electron-npm-modules-5.0.8.tar.xz) = d8a8d29169682b21e4deb3f740e71306bcf19588ec89690eeec779e17f4e1b84
7+
SIZE (electron/electron-npm-modules-5.0.8.tar.xz) = 15852356
88
SHA256 (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 6e331676d098a57c53c1250821dc47ed84c47f823901bf30c4704df90d8a34be
99
SIZE (electron/a22de844e32a3f720d219e3911c3da3478039f89) = 17469927
10-
SHA256 (electron/electron-electron-v5.0.6_GH0.tar.gz) = e1d9d774ee2b680a64388db2969ef5e8dfa0ccaddc88e8e0958ae73f7fd5eec9
11-
SIZE (electron/electron-electron-v5.0.6_GH0.tar.gz) = 3949911
12-
SHA256 (electron/electron-node-0a300f60bce0c8f0cb3d846fcb0e1f55f26013ee_GH0.tar.gz) = b0cdb86af153fc64bd2254d98d0bd7b73aaf1b9728bba16e81f9844b5c4861bf
13-
SIZE (electron/electron-node-0a300f60bce0c8f0cb3d846fcb0e1f55f26013ee_GH0.tar.gz) = 71526194
10+
SHA256 (electron/electron-electron-v5.0.8_GH0.tar.gz) = 0eac5fb920fed4df0473a4042858fc0271babe1686343031f3dcfd2a0af6100c
11+
SIZE (electron/electron-electron-v5.0.8_GH0.tar.gz) = 4007936
12+
SHA256 (electron/electron-node-666c67e078bddc32f25409f4a929c1e9b5f47373_GH0.tar.gz) = e788406fc7818eeae9fa48d6d75e142655c890ccec5a8401e5fb17631194476a
13+
SIZE (electron/electron-node-666c67e078bddc32f25409f4a929c1e9b5f47373_GH0.tar.gz) = 71509702

devel/electron5/files/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devel/electron5/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "5.0.6",
3+
"version": "5.0.8",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {

devel/electron5/files/patch-electron_BUILD.gn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- electron/BUILD.gn.orig 2019-04-23 21:04:26 UTC
1+
--- electron/BUILD.gn.orig 2019-07-23 18:38:39 UTC
22
+++ electron/BUILD.gn
3-
@@ -365,6 +365,15 @@ static_library("electron_lib") {
3+
@@ -366,6 +366,15 @@ static_library("electron_lib") {
44
sources = filenames.lib_sources
55
set_sources_assignment_filter(sources_assignment_filter)
66

@@ -16,7 +16,7 @@
1616
if (is_component_build) {
1717
defines += [ "NODE_SHARED_MODE" ]
1818
}
19-
@@ -439,7 +448,7 @@ static_library("electron_lib") {
19+
@@ -440,7 +449,7 @@ static_library("electron_lib") {
2020
if (is_win) {
2121
libs += [ "dwmapi.lib" ]
2222
}
@@ -25,7 +25,7 @@
2525
deps += [ "//third_party/breakpad:client" ]
2626
include_dirs += [ "//third_party/breakpad" ]
2727
}
28-
@@ -959,7 +968,7 @@ dist_zip("electron_dist_zip") {
28+
@@ -1057,7 +1066,7 @@ dist_zip("electron_dist_zip") {
2929
":licenses",
3030
":electron_version",
3131
]

devel/electron5/files/patch-electron_atom_app_atom__main__delegate.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/atom/app/atom_main_delegate.cc.orig 2019-04-04 16:09:31 UTC
1+
--- electron/atom/app/atom_main_delegate.cc.orig 2019-07-23 18:38:39 UTC
22
+++ electron/atom/app/atom_main_delegate.cc
33
@@ -8,7 +8,7 @@
44
#include <memory>
@@ -9,7 +9,7 @@
99
#include <glib.h> // for g_setenv()
1010
#endif
1111

12-
@@ -200,7 +200,7 @@ void AtomMainDelegate::PostEarlyInitialization(bool is
12+
@@ -213,7 +213,7 @@ void AtomMainDelegate::PostEarlyInitialization(bool is
1313
ui::ResourceBundle::GetSharedInstance().GetLocaleFilePath(locale, true);
1414
if (!locale_file_path.empty()) {
1515
custom_locale = locale;

devel/electron5/files/patch-electron_script_lib_utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- electron/script/lib/utils.js.orig 2019-05-16 04:03:34 UTC
1+
--- electron/script/lib/utils.js.orig 2019-07-23 18:38:39 UTC
22
+++ electron/script/lib/utils.js
3-
@@ -14,6 +14,7 @@ function getElectronExec () {
3+
@@ -13,6 +13,7 @@ function getElectronExec () {
44
case 'win32':
55
return `out/${OUT_DIR}/electron.exe`
66
case 'linux':

devel/electron5/files/patch-electron_spec_api-browser-window-spec.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/spec/api-browser-window-spec.js.orig 2019-06-14 21:14:47 UTC
1+
--- electron/spec/api-browser-window-spec.js.orig 2019-07-23 18:38:39 UTC
22
+++ electron/spec/api-browser-window-spec.js
33
@@ -1268,7 +1268,7 @@ describe('BrowserWindow module', () => {
44

@@ -9,7 +9,7 @@
99
this.skip()
1010
}
1111
})
12-
@@ -2341,7 +2341,7 @@ describe('BrowserWindow module', () => {
12+
@@ -2362,7 +2362,7 @@ describe('BrowserWindow module', () => {
1313
w.loadFile(path.join(fixtures, 'pages', 'visibilitychange.html'))
1414
})
1515
it('visibilityState changes when window is minimized', function (done) {
@@ -18,7 +18,7 @@
1818
// FIXME(alexeykuzmin): Skip the test instead of marking it as passed.
1919
// afterEach hook won't be run if a test is skipped dynamically.
2020
// If afterEach isn't run current window won't be destroyed
21-
@@ -2533,7 +2533,7 @@ describe('BrowserWindow module', () => {
21+
@@ -2554,7 +2554,7 @@ describe('BrowserWindow module', () => {
2222
describe('beginFrameSubscription method', () => {
2323
before(function () {
2424
// FIXME These specs crash on Linux when run in a docker container
@@ -27,7 +27,7 @@
2727
this.skip()
2828
}
2929
})
30-
@@ -2779,7 +2779,7 @@ describe('BrowserWindow module', () => {
30+
@@ -2800,7 +2800,7 @@ describe('BrowserWindow module', () => {
3131
// - `.skip()` called in the 'beforeEach' hook prevents 'afterEach'
3232
// hook from being called.
3333
// Not implemented on Linux.

devel/electron5/pkg-plist

Lines changed: 0 additions & 191 deletions
Original file line numberDiff line numberDiff line change
@@ -73,197 +73,6 @@ bin/electron
7373
%%DATADIR%%/resources.pak
7474
%%DATADIR%%/resources/default_app.asar
7575
%%DATADIR%%/resources/electron.asar
76-
%%DATADIR%%/resources/inspector/.htaccess
77-
%%DATADIR%%/resources/inspector/Images/accelerometer-back.svg
78-
%%DATADIR%%/resources/inspector/Images/accelerometer-bottom.png
79-
%%DATADIR%%/resources/inspector/Images/accelerometer-front.svg
80-
%%DATADIR%%/resources/inspector/Images/accelerometer-left.png
81-
%%DATADIR%%/resources/inspector/Images/accelerometer-right.png
82-
%%DATADIR%%/resources/inspector/Images/accelerometer-top.png
83-
%%DATADIR%%/resources/inspector/Images/audits_logo.svg
84-
%%DATADIR%%/resources/inspector/Images/breakpoint.png
85-
%%DATADIR%%/resources/inspector/Images/breakpointConditional.png
86-
%%DATADIR%%/resources/inspector/Images/breakpointConditional_2x.png
87-
%%DATADIR%%/resources/inspector/Images/breakpoint_2x.png
88-
%%DATADIR%%/resources/inspector/Images/checker.png
89-
%%DATADIR%%/resources/inspector/Images/chromeDisabledSelect.png
90-
%%DATADIR%%/resources/inspector/Images/chromeDisabledSelect_2x.png
91-
%%DATADIR%%/resources/inspector/Images/chromeLeft.png
92-
%%DATADIR%%/resources/inspector/Images/chromeMiddle.png
93-
%%DATADIR%%/resources/inspector/Images/chromeRight.png
94-
%%DATADIR%%/resources/inspector/Images/chromeSelect.png
95-
%%DATADIR%%/resources/inspector/Images/chromeSelect_2x.png
96-
%%DATADIR%%/resources/inspector/Images/errorWave.png
97-
%%DATADIR%%/resources/inspector/Images/errorWave_2x.png
98-
%%DATADIR%%/resources/inspector/Images/ic_info_black_18dp.svg
99-
%%DATADIR%%/resources/inspector/Images/ic_warning_black_18dp.svg
100-
%%DATADIR%%/resources/inspector/Images/largeIcons.png
101-
%%DATADIR%%/resources/inspector/Images/largeIcons_2x.png
102-
%%DATADIR%%/resources/inspector/Images/mediumIcons.png
103-
%%DATADIR%%/resources/inspector/Images/mediumIcons_2x.png
104-
%%DATADIR%%/resources/inspector/Images/navigationControls.png
105-
%%DATADIR%%/resources/inspector/Images/navigationControls_2x.png
106-
%%DATADIR%%/resources/inspector/Images/nodeIcon.png
107-
%%DATADIR%%/resources/inspector/Images/popoverArrows.png
108-
%%DATADIR%%/resources/inspector/Images/profileGroupIcon.png
109-
%%DATADIR%%/resources/inspector/Images/profileIcon.png
110-
%%DATADIR%%/resources/inspector/Images/profileSmallIcon.png
111-
%%DATADIR%%/resources/inspector/Images/radioDot.png
112-
%%DATADIR%%/resources/inspector/Images/resizeDiagonal.png
113-
%%DATADIR%%/resources/inspector/Images/resizeDiagonal_2x.png
114-
%%DATADIR%%/resources/inspector/Images/resizeHorizontal.png
115-
%%DATADIR%%/resources/inspector/Images/resizeHorizontal_2x.png
116-
%%DATADIR%%/resources/inspector/Images/resizeVertical.png
117-
%%DATADIR%%/resources/inspector/Images/resizeVertical_2x.png
118-
%%DATADIR%%/resources/inspector/Images/resourceCSSIcon.png
119-
%%DATADIR%%/resources/inspector/Images/resourceDocumentIcon.png
120-
%%DATADIR%%/resources/inspector/Images/resourceDocumentIconSmall.png
121-
%%DATADIR%%/resources/inspector/Images/resourceJSIcon.png
122-
%%DATADIR%%/resources/inspector/Images/resourcePlainIcon.png
123-
%%DATADIR%%/resources/inspector/Images/resourcePlainIconSmall.png
124-
%%DATADIR%%/resources/inspector/Images/resourcesTimeGraphIcon.png
125-
%%DATADIR%%/resources/inspector/Images/searchNext.png
126-
%%DATADIR%%/resources/inspector/Images/searchPrev.png
127-
%%DATADIR%%/resources/inspector/Images/securityIcons.png
128-
%%DATADIR%%/resources/inspector/Images/securityIcons_2x.png
129-
%%DATADIR%%/resources/inspector/Images/smallIcons.png
130-
%%DATADIR%%/resources/inspector/Images/smallIcons_2x.png
131-
%%DATADIR%%/resources/inspector/Images/speech.png
132-
%%DATADIR%%/resources/inspector/Images/toolbarResizerVertical.png
133-
%%DATADIR%%/resources/inspector/Images/touchCursor.png
134-
%%DATADIR%%/resources/inspector/Images/touchCursor_2x.png
135-
%%DATADIR%%/resources/inspector/Images/treeoutlineTriangles.png
136-
%%DATADIR%%/resources/inspector/Images/treeoutlineTriangles_2x.png
137-
%%DATADIR%%/resources/inspector/Images/whatsnew.png
138-
%%DATADIR%%/resources/inspector/InspectorBackendCommands.js
139-
%%DATADIR%%/resources/inspector/SupportedCSSProperties.js
140-
%%DATADIR%%/resources/inspector/Tests.js
141-
%%DATADIR%%/resources/inspector/accessibility/ARIAProperties.js
142-
%%DATADIR%%/resources/inspector/accessibility/accessibility_module.js
143-
%%DATADIR%%/resources/inspector/accessibility_test_runner/accessibility_test_runner_module.js
144-
%%DATADIR%%/resources/inspector/animation/animation_module.js
145-
%%DATADIR%%/resources/inspector/application_test_runner/application_test_runner_module.js
146-
%%DATADIR%%/resources/inspector/audits2/audits2_module.js
147-
%%DATADIR%%/resources/inspector/audits2_test_runner/audits2_test_runner_module.js
148-
%%DATADIR%%/resources/inspector/audits2_worker.js
149-
%%DATADIR%%/resources/inspector/audits2_worker/audits2_worker_module.js
150-
%%DATADIR%%/resources/inspector/bindings_test_runner/bindings_test_runner_module.js
151-
%%DATADIR%%/resources/inspector/browser_debugger/browser_debugger_module.js
152-
%%DATADIR%%/resources/inspector/changes/changes_module.js
153-
%%DATADIR%%/resources/inspector/cm/cm_module.js
154-
%%DATADIR%%/resources/inspector/cm_modes/cm_modes_module.js
155-
%%DATADIR%%/resources/inspector/color_picker/color_picker_module.js
156-
%%DATADIR%%/resources/inspector/console/console_module.js
157-
%%DATADIR%%/resources/inspector/console_test_runner/console_test_runner_module.js
158-
%%DATADIR%%/resources/inspector/cookie_table/cookie_table_module.js
159-
%%DATADIR%%/resources/inspector/coverage/coverage_module.js
160-
%%DATADIR%%/resources/inspector/coverage_test_runner/coverage_test_runner_module.js
161-
%%DATADIR%%/resources/inspector/cpu_profiler_test_runner/cpu_profiler_test_runner_module.js
162-
%%DATADIR%%/resources/inspector/data_grid/data_grid_module.js
163-
%%DATADIR%%/resources/inspector/data_grid_test_runner/data_grid_test_runner_module.js
164-
%%DATADIR%%/resources/inspector/device_mode_test_runner/device_mode_test_runner_module.js
165-
%%DATADIR%%/resources/inspector/devices/devices_module.js
166-
%%DATADIR%%/resources/inspector/devtools_app.html
167-
%%DATADIR%%/resources/inspector/devtools_app.js
168-
%%DATADIR%%/resources/inspector/devtools_compatibility.js
169-
%%DATADIR%%/resources/inspector/devtools_extension_api.js
170-
%%DATADIR%%/resources/inspector/diff/diff_module.js
171-
%%DATADIR%%/resources/inspector/elements/elements_module.js
172-
%%DATADIR%%/resources/inspector/elements_test_runner/elements_test_runner_module.js
173-
%%DATADIR%%/resources/inspector/emulated_devices/Nexus5X-landscape.svg
174-
%%DATADIR%%/resources/inspector/emulated_devices/Nexus5X-portrait.svg
175-
%%DATADIR%%/resources/inspector/emulated_devices/Nexus6P-landscape.svg
176-
%%DATADIR%%/resources/inspector/emulated_devices/Nexus6P-portrait.svg
177-
%%DATADIR%%/resources/inspector/emulated_devices/emulated_devices_module.js
178-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-default-1x.png
179-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-default-2x.png
180-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-keyboard-1x.png
181-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-keyboard-2x.png
182-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-navigation-1x.png
183-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-horizontal-navigation-2x.png
184-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-default-1x.png
185-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-default-2x.png
186-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-keyboard-1x.png
187-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-keyboard-2x.png
188-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-navigation-1x.png
189-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5-vertical-navigation-2x.png
190-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-horizontal-default-1x.png
191-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-horizontal-default-2x.png
192-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-horizontal-keyboard-1x.png
193-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.png
194-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-horizontal-navigation-1x.png
195-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-horizontal-navigation-2x.png
196-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-vertical-default-1x.png
197-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-vertical-default-2x.png
198-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png
199-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png
200-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-vertical-navigation-1x.png
201-
%%DATADIR%%/resources/inspector/emulated_devices/google-nexus-5x-vertical-navigation-2x.png
202-
%%DATADIR%%/resources/inspector/emulated_devices/iPad-landscape.svg
203-
%%DATADIR%%/resources/inspector/emulated_devices/iPad-portrait.svg
204-
%%DATADIR%%/resources/inspector/emulated_devices/iPhone5-landscape.svg
205-
%%DATADIR%%/resources/inspector/emulated_devices/iPhone5-portrait.svg
206-
%%DATADIR%%/resources/inspector/emulated_devices/iPhone6-landscape.svg
207-
%%DATADIR%%/resources/inspector/emulated_devices/iPhone6-portrait.svg
208-
%%DATADIR%%/resources/inspector/emulated_devices/iPhone6Plus-landscape.svg
209-
%%DATADIR%%/resources/inspector/emulated_devices/iPhone6Plus-portrait.svg
210-
%%DATADIR%%/resources/inspector/event_listeners/event_listeners_module.js
211-
%%DATADIR%%/resources/inspector/extensions_test_runner/extensions_test_runner_module.js
212-
%%DATADIR%%/resources/inspector/formatter/formatter_module.js
213-
%%DATADIR%%/resources/inspector/formatter_worker.js
214-
%%DATADIR%%/resources/inspector/har_importer/har_importer_module.js
215-
%%DATADIR%%/resources/inspector/heap_profiler_test_runner/heap_profiler_test_runner_module.js
216-
%%DATADIR%%/resources/inspector/heap_snapshot_model/heap_snapshot_model_module.js
217-
%%DATADIR%%/resources/inspector/heap_snapshot_worker.js
218-
%%DATADIR%%/resources/inspector/heap_snapshot_worker/heap_snapshot_worker_module.js
219-
%%DATADIR%%/resources/inspector/help/help_module.js
220-
%%DATADIR%%/resources/inspector/inline_editor/inline_editor_module.js
221-
%%DATADIR%%/resources/inspector/inspector.html
222-
%%DATADIR%%/resources/inspector/inspector.js
223-
%%DATADIR%%/resources/inspector/integration_test_runner.html
224-
%%DATADIR%%/resources/inspector/integration_test_runner.js
225-
%%DATADIR%%/resources/inspector/javascript_metadata/javascript_metadata_module.js
226-
%%DATADIR%%/resources/inspector/js_app.html
227-
%%DATADIR%%/resources/inspector/js_app.js
228-
%%DATADIR%%/resources/inspector/js_profiler/js_profiler_module.js
229-
%%DATADIR%%/resources/inspector/layer_viewer/layer_viewer_module.js
230-
%%DATADIR%%/resources/inspector/layers/layers_module.js
231-
%%DATADIR%%/resources/inspector/layers_test_runner/layers_test_runner_module.js
232-
%%DATADIR%%/resources/inspector/ndb_app.html
233-
%%DATADIR%%/resources/inspector/ndb_app.js
234-
%%DATADIR%%/resources/inspector/network/network_module.js
235-
%%DATADIR%%/resources/inspector/network_test_runner/network_test_runner_module.js
236-
%%DATADIR%%/resources/inspector/node_app.html
237-
%%DATADIR%%/resources/inspector/node_app.js
238-
%%DATADIR%%/resources/inspector/node_debugger/node_debugger_module.js
239-
%%DATADIR%%/resources/inspector/object_ui/object_ui_module.js
240-
%%DATADIR%%/resources/inspector/perf_ui/perf_ui_module.js
241-
%%DATADIR%%/resources/inspector/performance_monitor/performance_monitor_module.js
242-
%%DATADIR%%/resources/inspector/performance_test_runner/performance_test_runner_module.js
243-
%%DATADIR%%/resources/inspector/product_registry_impl/product_registry_impl_module.js
244-
%%DATADIR%%/resources/inspector/profiler/profiler_module.js
245-
%%DATADIR%%/resources/inspector/protocol_monitor/protocol_monitor_module.js
246-
%%DATADIR%%/resources/inspector/quick_open/quick_open_module.js
247-
%%DATADIR%%/resources/inspector/resources/resources_module.js
248-
%%DATADIR%%/resources/inspector/sdk_test_runner/sdk_test_runner_module.js
249-
%%DATADIR%%/resources/inspector/search/search_module.js
250-
%%DATADIR%%/resources/inspector/security/security_module.js
251-
%%DATADIR%%/resources/inspector/security_test_runner/security_test_runner_module.js
252-
%%DATADIR%%/resources/inspector/settings/settings_module.js
253-
%%DATADIR%%/resources/inspector/shell.js
254-
%%DATADIR%%/resources/inspector/snippets/snippets_module.js
255-
%%DATADIR%%/resources/inspector/source_frame/source_frame_module.js
256-
%%DATADIR%%/resources/inspector/sources/sources_module.js
257-
%%DATADIR%%/resources/inspector/sources_test_runner/sources_test_runner_module.js
258-
%%DATADIR%%/resources/inspector/terminal/terminal_module.js
259-
%%DATADIR%%/resources/inspector/text_editor/text_editor_module.js
260-
%%DATADIR%%/resources/inspector/timeline/timeline_module.js
261-
%%DATADIR%%/resources/inspector/timeline_model/timeline_model_module.js
262-
%%DATADIR%%/resources/inspector/toolbox.html
263-
%%DATADIR%%/resources/inspector/toolbox.js
264-
%%DATADIR%%/resources/inspector/worker_app.html
265-
%%DATADIR%%/resources/inspector/worker_app.js
266-
%%DATADIR%%/resources/inspector/workspace_diff/workspace_diff_module.js
26776
%%DATADIR%%/snapshot_blob.bin
26877
%%DATADIR%%/swiftshader/libEGL.so
26978
%%DATADIR%%/swiftshader/libGLESv2.so

0 commit comments

Comments
 (0)