Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build/config/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ import("//build/config/allocator.gni")
import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//build/config/dcheck_always_on.gni")

declare_args() {
# When set, turns off the (normally-on) iterator debugging and related stuff
# that is normally turned on for Debug builds. These are generally useful for
# catching bugs but in some cases may cause conflicts or excessive slowness.
disable_iterator_debugging = false

# Set to true to enable dcheck in Release builds.
dcheck_always_on = false

# Set to true to compile with the OpenGL ES 2.0 conformance tests.
internal_gles2_conform_tests = false
}
Expand Down
11 changes: 0 additions & 11 deletions build/config/dcheck_always_on.gni

This file was deleted.

2 changes: 0 additions & 2 deletions build/config/sanitizers/sanitizers.gni
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ declare_args() {
# GCS.
use_prebuilt_instrumented_libraries = false
}

use_fuzzing_engine = false
6 changes: 0 additions & 6 deletions build/config/ui.gni
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,3 @@ declare_args() {
# window system events and input.
use_glfw = false
}

# For ANGLE build. It's a build option there, but hard-coded here.
use_x11 = false

# For ANGLE build. It's a build option there, but hard-coded here.
use_ozone = false
11 changes: 0 additions & 11 deletions build/secondary/testing/libfuzzer/fuzzer_test.gni

This file was deleted.

6 changes: 0 additions & 6 deletions build/secondary/testing/test.gni

This file was deleted.

11 changes: 0 additions & 11 deletions build/secondary/third_party/jsoncpp/BUILD.gn

This file was deleted.

4 changes: 2 additions & 2 deletions build/secondary/third_party/swiftshader_flutter/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ source_set("main") {

shared_library("egl") {
if (is_win) {
output_name = "lib64EGL_translator"
output_name = "libEGL"
} else {
output_name = "EGL"
}
Expand Down Expand Up @@ -645,7 +645,7 @@ shared_library("egl") {

shared_library("gles") {
if (is_win) {
output_name = "lib64GLES_V2_translator"
output_name = "libGLESv2"
} else {
output_name = "GLESv2"
}
Expand Down
7 changes: 0 additions & 7 deletions build/secondary/ui/ozone/ozone.gni

This file was deleted.

12 changes: 0 additions & 12 deletions build_overrides/angle.gni

This file was deleted.

8 changes: 0 additions & 8 deletions build_overrides/build.gni

This file was deleted.