mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 137.0.7151.0 (#1453031)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
diff --git base/test/BUILD.gn base/test/BUILD.gn
|
||||
index 5beef03e5fd94..0b12fd3afc8fc 100644
|
||||
index e7f8b523e899a..234e5e0e3a2e3 100644
|
||||
--- base/test/BUILD.gn
|
||||
+++ base/test/BUILD.gn
|
||||
@@ -212,11 +212,6 @@ static_library("test_support") {
|
||||
|
||||
if (enable_base_tracing) {
|
||||
@@ -216,11 +216,6 @@ static_library("test_support") {
|
||||
# that would require special support in gn2bp (AOSP Cronet).
|
||||
if (enable_base_tracing && !is_cronet_build) {
|
||||
public_deps += [ "//third_party/perfetto:perfetto_test_support" ]
|
||||
- public_deps += [ ":test_trace_processor" ]
|
||||
- sources += [
|
||||
@ -14,7 +14,7 @@ index 5beef03e5fd94..0b12fd3afc8fc 100644
|
||||
deps += [
|
||||
":amalgamated_perfetto_sql_stdlib",
|
||||
":gen_cc_chrome_track_event_descriptor",
|
||||
@@ -611,7 +606,7 @@ if (enable_base_tracing) {
|
||||
@@ -616,7 +611,7 @@ if (enable_base_tracing) {
|
||||
# processor depends on dev_sqlite. The two share the same symbols but have
|
||||
# different implementations, so we need to hide dev_sqlite in this shared
|
||||
# library even in non-component builds to prevent duplicate symbols.
|
||||
@ -23,7 +23,7 @@ index 5beef03e5fd94..0b12fd3afc8fc 100644
|
||||
if (is_ios) {
|
||||
_target_type = "ios_framework_bundle"
|
||||
}
|
||||
@@ -620,6 +615,8 @@ if (enable_base_tracing) {
|
||||
@@ -625,6 +620,8 @@ if (enable_base_tracing) {
|
||||
defines = [ "TEST_TRACE_PROCESSOR_IMPL" ]
|
||||
testonly = true
|
||||
sources = [
|
||||
@ -32,7 +32,7 @@ index 5beef03e5fd94..0b12fd3afc8fc 100644
|
||||
"test_trace_processor_export.h",
|
||||
"test_trace_processor_impl.cc",
|
||||
"test_trace_processor_impl.h",
|
||||
@@ -637,33 +634,6 @@ if (enable_base_tracing) {
|
||||
@@ -642,33 +639,6 @@ if (enable_base_tracing) {
|
||||
output_name = "TestTraceProcessor"
|
||||
bundle_deps_filter = [ "//third_party/icu:icudata" ]
|
||||
}
|
||||
@ -88,10 +88,10 @@ index f5191b804bc07..aadb7d66ba4c3 100644
|
||||
+
|
||||
#endif // BASE_TEST_TEST_TRACE_PROCESSOR_EXPORT_H_
|
||||
diff --git content/shell/BUILD.gn content/shell/BUILD.gn
|
||||
index f4288459097cd..c48696020414c 100644
|
||||
index 205af82b45ce2..5944a9aa253f2 100644
|
||||
--- content/shell/BUILD.gn
|
||||
+++ content/shell/BUILD.gn
|
||||
@@ -926,7 +926,6 @@ if (is_mac) {
|
||||
@@ -936,7 +936,6 @@ if (is_mac) {
|
||||
# Specify a sensible install_name for static builds. The library is
|
||||
# dlopen()ed so this is not used to resolve the module.
|
||||
ldflags = [ "-Wl,-install_name,@executable_path/../Frameworks/$output_name.framework/$output_name" ]
|
||||
|
Reference in New Issue
Block a user