| Index: mojo/tools/roll/update_from_chromium.py
|
| diff --git a/mojo/tools/roll/update_from_chromium.py b/mojo/tools/roll/update_from_chromium.py
|
| index a4f0cf599d69791f1598922455faaefdd5ddb9a7..d9ae68d57f8cea7a33645a88afa14911152e78bb 100755
|
| --- a/mojo/tools/roll/update_from_chromium.py
|
| +++ b/mojo/tools/roll/update_from_chromium.py
|
| @@ -57,7 +57,11 @@ files_to_copy = [ "sandbox/sandbox_export.h" ]
|
|
|
| # The contents of these files before the roll will be preserved after the roll,
|
| # even though they live in directories rolled in from Chromium.
|
| -files_not_to_roll = [ "build/module_args/mojo.gni" ]
|
| +files_not_to_roll = [
|
| + "build/config/ui.gni",
|
| + "build/ls.py",
|
| + "build/module_args/mojo.gni",
|
| +]
|
|
|
| dirs = dirs_to_snapshot
|
|
|
|
|