| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 7a32fb0816a38d86a560407272321666be7804e1..58d67d5573ef4d4b2156b4f7b85b6c60057fc09c 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -1137,7 +1137,7 @@ if (is_win) {
|
| assert(_framework_binary_path != "",
|
| "Ignore configuration-dependent unused variable warning")
|
|
|
| - if (!is_asan && !is_component_build) {
|
| + if (!is_asan && !is_component_build && false) {
|
| action("verify_chrome_framework_order") {
|
| script = "//chrome/tools/build/mac/run_verify_order.py"
|
| stamp_file = "$target_out_dir/run_$target_name.stamp"
|
|
|