remove v8 from gitignore
This commit is contained in:
@@ -3,9 +3,21 @@ Date: Wed, 2 Aug 2023 15:15:48 +0000
|
||||
Subject: Do not block the build for incompatible profiles
|
||||
|
||||
---
|
||||
.gitignore | 1 -
|
||||
v8/BUILD.gn | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
2 files changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/.gitignore b/.gitignore
|
||||
--- a/.gitignore
|
||||
+++ b/.gitignore
|
||||
@@ -344,7 +344,6 @@ vs-chromium-project.txt
|
||||
/ui/surface/surface.xml
|
||||
/ui/surface/surface_gpu_tests.xml
|
||||
/ui/webui/internal
|
||||
-/v8
|
||||
/webkit/data
|
||||
/webpagereplay_logs/
|
||||
/x86-generic_out/
|
||||
diff --git a/v8/BUILD.gn b/v8/BUILD.gn
|
||||
--- a/v8/BUILD.gn
|
||||
+++ b/v8/BUILD.gn
|
||||
|
||||
Reference in New Issue
Block a user