Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2122)

Unified Diff: chrome/BUILD.gn

Issue 2572593002: [counting_allocator] Chrome changes.
Patch Set: Surface max_size; instrument flat_set. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | device/bluetooth/bluetooth_remote_gatt_service_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698