diff options
Diffstat (limited to 'community/chromium/fix-gn_bootstrap.patch')
-rw-r--r-- | community/chromium/fix-gn_bootstrap.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/chromium/fix-gn_bootstrap.patch b/community/chromium/fix-gn_bootstrap.patch new file mode 100644 index 0000000000..aa697295c8 --- /dev/null +++ b/community/chromium/fix-gn_bootstrap.patch @@ -0,0 +1,10 @@ +--- tools/gn/bootstrap/bootstrap.py.orig ++++ tools/gn/bootstrap/bootstrap.py +@@ -383,6 +383,7 @@ + 'base/base_switches.cc', + 'base/build_time.cc', + 'base/callback_internal.cc', ++ 'base/callback_helpers.cc', + 'base/command_line.cc', + 'base/debug/activity_tracker.cc', + 'base/debug/alias.cc', |