| Index: .gn
|
| diff --git a/.gn b/.gn
|
| index 7ffed8f6d21fe85688a068c399ece5aff73c2dcf..2a3aa14278b787f203a57eba78415dd06e6ae42f 100644
|
| --- a/.gn
|
| +++ b/.gn
|
| @@ -114,7 +114,6 @@ check_targets = [
|
| "//skia/*",
|
| "//sql/*",
|
| "//storage/*",
|
| - "//components/sync/*",
|
| "//testing/*",
|
|
|
| #"//third_party/*", # May not ever want this.
|
| @@ -273,6 +272,7 @@ exec_script_whitelist = [
|
| "//clank/native/BUILD.gn",
|
|
|
| "//components/domain_reliability/BUILD.gn",
|
| + "//components/sync/protocol/protocol_sources.gni",
|
| "//content/browser/browser.gni",
|
| "//content/child/child.gni",
|
| "//content/common/common.gni",
|
| @@ -295,7 +295,6 @@ exec_script_whitelist = [
|
| "//remoting/remoting_srcs.gni",
|
| "//remoting/remoting_version.gni",
|
| "//skia/BUILD.gn",
|
| - "//components/sync/protocol/protocol_sources.gni",
|
| "//third_party/android_platform/BUILD.gn",
|
| "//third_party/angle/BUILD.gn",
|
| "//third_party/angle/src/tests/BUILD.gn",
|
|
|