diff --git a/tools/gn_args.py b/tools/gn_args.py index 65ea30bba..b99488f7c 100644 --- a/tools/gn_args.py +++ b/tools/gn_args.py @@ -251,10 +251,6 @@ def GetRequiredArgs(): # Don't use the chrome style plugin. 'clang_use_chrome_plugins': False, - - # Disable cfi-icall which is not supported by the CEF bindings layer (see - # issue #2472). - 'use_cfi_icall': False, } if platform == 'linux':