File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
third_party/accessibility/base/numerics Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 88# dependencies or depending on internal implementation details.
99source_set (" numerics" ) {
1010 visibility = [ " //flutter/third_party/accessibility/*" ]
11+ include_dirs = [ " //flutter/third_party/accessibility" ]
12+
1113 sources = [
1214 " checked_math_impl.h" ,
1315 " clamped_math_impl.h" ,
@@ -17,6 +19,7 @@ source_set("numerics") {
1719 " safe_math_clang_gcc_impl.h" ,
1820 " safe_math_shared_impl.h" ,
1921 ]
22+
2023 public = [
2124 " checked_math.h" ,
2225 " clamped_math.h" ,
@@ -25,4 +28,6 @@ source_set("numerics") {
2528 " safe_conversions.h" ,
2629 " safe_math.h" ,
2730 ]
31+
32+ deps = [ " //flutter/third_party/accessibility/ax_build" ]
2833}
Original file line number Diff line number Diff line change 1515#include < limits>
1616#include < type_traits>
1717
18+ #include " ax_build/build_config.h"
1819#include " base/numerics/safe_conversions.h"
19- #include " build/build_config.h"
2020
2121#if defined(OS_ASMJS)
2222// Optimized safe math instructions are incompatible with asmjs.
You can’t perform that action at this time.
0 commit comments