Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
chore: update filenames.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Oct 25, 2018
1 parent 5edf123 commit 8b0a6b7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions filenames.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
{
"dest_dir": "include/node//",
"files": [
"//v8/include/v8-inspector-protocol.h",
"//v8/include/v8-inspector.h",
"//v8/include/v8-platform.h",
"//v8/include/v8-profiler.h",
"//v8/include/v8-testing.h",
Expand Down Expand Up @@ -48,7 +46,6 @@
"deps/uv/include/uv/linux.h",
"deps/uv/include/uv/os390.h",
"deps/uv/include/uv/posix.h",
"deps/uv/include/uv/pthread-barrier.h",
"deps/uv/include/uv/stdint-msvc2008.h",
"deps/uv/include/uv/sunos.h",
"deps/uv/include/uv/threadpool.h",
Expand Down Expand Up @@ -126,6 +123,7 @@
"lib/zlib.js",
"lib/internal/assert.js",
"lib/internal/async_hooks.js",
"lib/internal/bash_completion.js",
"lib/internal/buffer.js",
"lib/internal/cli_table.js",
"lib/internal/child_process.js",
Expand All @@ -139,6 +137,7 @@
"lib/internal/crypto/cipher.js",
"lib/internal/crypto/diffiehellman.js",
"lib/internal/crypto/hash.js",
"lib/internal/crypto/keygen.js",
"lib/internal/crypto/pbkdf2.js",
"lib/internal/crypto/random.js",
"lib/internal/crypto/scrypt.js",
Expand Down Expand Up @@ -174,6 +173,7 @@
"lib/internal/safe_globals.js",
"lib/internal/net.js",
"lib/internal/print_help.js",
"lib/internal/priority_queue.js",
"lib/internal/process/esm_loader.js",
"lib/internal/process/main_thread_only.js",
"lib/internal/process/next_tick.js",
Expand All @@ -185,6 +185,7 @@
"lib/internal/querystring.js",
"lib/internal/process/write-coverage.js",
"lib/internal/process/coverage.js",
"lib/internal/queue_microtask.js",
"lib/internal/readline.js",
"lib/internal/repl.js",
"lib/internal/repl/await.js",
Expand All @@ -200,6 +201,7 @@
"lib/internal/url.js",
"lib/internal/util.js",
"lib/internal/util/comparisons.js",
"lib/internal/util/inspect.js",
"lib/internal/util/inspector.js",
"lib/internal/util/types.js",
"lib/internal/http2/core.js",
Expand Down Expand Up @@ -296,7 +298,7 @@
"src/stream_pipe.cc",
"src/stream_wrap.cc",
"src/tcp_wrap.cc",
"src/timer_wrap.cc",
"src/timers.cc",
"src/tracing/agent.cc",
"src/tracing/node_trace_buffer.cc",
"src/tracing/node_trace_writer.cc",
Expand Down Expand Up @@ -340,7 +342,6 @@
"src/node_root_certs.h",
"src/node_version.h",
"src/node_watchdog.h",
"src/node_wrap.h",
"src/node_revert.h",
"src/node_i18n.h",
"src/node_worker.h",
Expand Down

0 comments on commit 8b0a6b7

Please sign in to comment.