summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ad20e7a91..def162d42 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -69,10 +69,10 @@ static_library("libdeno") {
v8_source_set("deno_nosnapshot") {
sources = [
"src/binding.cc",
- "src/internal.h",
+ "src/deno.h",
"src/file_util.cc",
"src/file_util.h",
- "src/deno.h",
+ "src/internal.h",
]
deps = [
"third_party/v8:v8_monolith",