提交 3911c0ec 编写于 作者: A Adam Barth

Pull in fewer directories from Mojo

上级 246122fa
...@@ -39,7 +39,6 @@ _build_deps = [ ...@@ -39,7 +39,6 @@ _build_deps = [
] ]
_chromium_libs = [ _chromium_libs = [
'crypto',
'url', 'url',
] ]
...@@ -74,8 +73,6 @@ dirs_from_chromium = _base_deps + _build_deps + _chromium_libs + _third_party_de ...@@ -74,8 +73,6 @@ dirs_from_chromium = _base_deps + _build_deps + _chromium_libs + _third_party_de
dirs_from_mojo = [ dirs_from_mojo = [
'gpu', 'gpu',
'mojo', 'mojo',
'mojom',
'services/android',
'services/asset_bundle', 'services/asset_bundle',
'services/keyboard', 'services/keyboard',
'services/sensors', 'services/sensors',
...@@ -84,11 +81,9 @@ dirs_from_mojo = [ ...@@ -84,11 +81,9 @@ dirs_from_mojo = [
# The contents of these files before the roll will be preserved after the roll, # The contents of these files before the roll will be preserved after the roll,
# even though they live in directories rolled in from Chromium. # even though they live in directories rolled in from Chromium.
files_not_to_roll = [ files_not_to_roll = [
'build/config/crypto.gni',
'build/config/ui.gni', 'build/config/ui.gni',
'build/ls.py', 'build/ls.py',
'build/module_args/mojo.gni', 'build/module_args/mojo.gni',
'crypto/BUILD.gn',
'gpu/BUILD.gn', 'gpu/BUILD.gn',
'tools/android/download_android_tools.py', 'tools/android/download_android_tools.py',
'tools/android/VERSION_LINUX_NDK', 'tools/android/VERSION_LINUX_NDK',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册